Documentation ¶
Index ¶
- func LogDebug(ctx context.Context, args ...interface{})
- func LogDebugf(ctx iris.Context, format string, args ...interface{})
- func LogError(ctx iris.Context, args ...interface{})
- func LogErrorf(ctx iris.Context, format string, args ...interface{})
- func LogInfo(ctx iris.Context, args ...interface{})
- func LogInfof(ctx iris.Context, format string, args ...interface{})
- func LogWarn(ctx iris.Context, args ...interface{})
- func LogWarnf(ctx iris.Context, format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogDebugf ¶
func LogDebugf(ctx iris.Context, format string, args ...interface{})
LogDebugf will print when logger's Level is debug.
func LogError ¶
func LogError(ctx iris.Context, args ...interface{})
LogError will print only when logger's Level is error, warn, info or debug.
func LogErrorf ¶
func LogErrorf(ctx iris.Context, format string, args ...interface{})
LogErrorf will print only when logger's Level is error, warn, info or debug.
func LogInfo ¶
func LogInfo(ctx iris.Context, args ...interface{})
LogInfo will print when logger's Level is info or debug.
func LogInfof ¶
func LogInfof(ctx iris.Context, format string, args ...interface{})
LogInfof will print when logger's Level is info or debug.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.