intlog

package
v0.0.0-...-782a3f7 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

包intlog为GoFrame开发内部日志提供支持,仅限于内部使用。 md5:f26290ffdfc859a6

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Error

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

Error 使用 fmt.Println 在新的一行打印 `v`。 参数 `v` 可以是多个变量。 md5:25d1ed8d9d342a20

func ErrorFunc

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

ErrorFunc 打印函数 `f` 的输出。 只有在调试模式启用时,它才会调用函数 `f`。 md5:0fe2f7c87344bf65

func Errorf

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

Errorf 使用 fmt.Printf 将格式化字符串 `format` 和变量 `v` 打印出来。 md5:d42411e861c4fdc7

func Print

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

Print 使用 fmt.Println 将 `v` 打印并附带换行。 参数 `v` 可以是多个变量。 md5:38560020d990b134

func PrintFunc

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

PrintFunc 打印来自函数 `f` 的输出。 仅当调试模式启用时,它才会调用函数 `f`。 md5:c3e57b3168c59983

func Printf

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

Printf 使用 fmt.Printf 函数,按照格式 `format` 打印变量 `v`。 参数 `v` 可以是多个变量。 md5:4791bf475aaad1f3

Types

This section is empty.

Jump to

Keyboard shortcuts

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