Documentation ¶
Overview ¶
Package log is meant to provide a global logger for the application and provide logging functionality interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Debug ¶
Debug runs Logger.Debug with a global logger. Deprecated: use the new structured logger - `launchr.Log().Debug(msg, argName1, argVal1, argName2, ...)`
func Err ¶
Err runs Logger.Err with a global logger. Deprecated: use the new structured logger - `launchr.Log().Error(msg, argName1, argVal1, argName2, ...)`
func Error ¶ added in v0.16.0
Error runs Logger.Err with a global logger. Deprecated: use new structured logger - `launchr.Log().Error(msg, argName1, argVal1, argName2, ...)`
func Fatal ¶
Fatal runs Logger.Fatal with a global logger. Deprecated: no longer supported with no direct replacement.
func Info ¶
Info runs Logger.Info with a global logger. Deprecated: use the new structured logger - `launchr.Log().Info(msg, argName1, argVal1, argName2, ...)`
Types ¶
This section is empty.