Documentation ¶
Index ¶
- Constants
- func Access(from, to interface{}, status AccessStatus, reason interface{})
- func Close()
- func Debug(v ...interface{})
- func Error(v ...interface{})
- func Info(v ...interface{})
- func InitAccessLogger(file string) error
- func InitErrorLogger(file string) error
- func SetLogLevel(level LogLevel)
- func Warning(v ...interface{})
- type AccessStatus
- type LogLevel
Constants ¶
View Source
const ( AccessAccepted = AccessStatus("accepted") AccessRejected = AccessStatus("rejected") )
Variables ¶
This section is empty.
Functions ¶
func Access ¶ added in v0.9.1
func Access(from, to interface{}, status AccessStatus, reason interface{})
Access writes an access log.
func Close ¶ added in v1.19.1
func Close()
func Debug ¶
func Debug(v ...interface{})
Debug outputs a debug log with given format and optional arguments.
func Error ¶
func Error(v ...interface{})
Error outputs an error log with given format and optional arguments.
func Info ¶
func Info(v ...interface{})
Info outputs an info log with given format and optional arguments.
func InitAccessLogger ¶ added in v0.9.1
InitAccessLogger initializes the access logger to write into the give file.
func Warning ¶
func Warning(v ...interface{})
Warning outputs a warning log with given format and optional arguments.
Types ¶
Click to show internal directories.
Click to hide internal directories.