Documentation ¶
Overview ¶
Package syslib provides functionalities that are specific for the standard Go runtime system, i.e. that cannot be used e.g. with gopherjs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadConfig ¶
LoadConfig loads the application configuration from the .yaml file given.
Types ¶
type Logger ¶
type Logger struct { MaxLevel l.Level TracebackSkip, TracebackLen int // contains filtered or unexported fields }
func LoadLoggerConf ¶
func (*Logger) GetMaxLevel ¶
func (*Logger) SetMaxLevel ¶
Click to show internal directories.
Click to hide internal directories.