intlog

package
v1.16.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

Package intlog provides internal logging for GoFrame development usage only.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

func Error(ctx context.Context, v ...interface{})

Error prints `v` with newline using fmt.Println. The parameter `v` can be multiple variables.

func ErrorFunc added in v1.16.5

func ErrorFunc(ctx context.Context, f func() string)

ErrorFunc prints the output from function `f`. It only calls function `f` if debug mode is enabled.

func Errorf

func Errorf(ctx context.Context, format string, v ...interface{})

Errorf prints `v` with format `format` using fmt.Printf.

func Print

func Print(ctx context.Context, v ...interface{})

Print prints `v` with newline using fmt.Println. The parameter `v` can be multiple variables.

func PrintFunc added in v1.16.5

func PrintFunc(ctx context.Context, f func() string)

PrintFunc prints the output from function `f`. It only calls function `f` if debug mode is enabled.

func Printf

func Printf(ctx context.Context, format string, v ...interface{})

Printf prints `v` with format `format` using fmt.Printf. The parameter `v` can be multiple variables.

func SetEnabled added in v1.12.0

func SetEnabled(enabled bool)

SetEnabled enables/disables the internal logging manually. Note that this function is not concurrent safe, be aware of the DATA RACE.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL