Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatLoggerInfo ¶ added in v0.9.0
func FormatLoggerInfo(format string, args ...interface{})
FormatLoggerInfo that provides a logging function supporting a formatted message. This logger logs to `logger.Info`.
func FormatLoggerWarn ¶ added in v0.9.0
func FormatLoggerWarn(format string, args ...interface{})
FormatLoggerWarn that provides a logging function supporting a formatted message. This logger logs to `logger.Warn`.
func Start ¶
Start starts logging
Note:
- This will create new log files in the specified logging directory if logging to a file is desired. The specified logging directory must exist.
- Valid choices for baseOutputs and htmlOutputs are file and stdout Both can be specified via a comma separated string. ie: file,stdout
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.