Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { EnableConsole bool `toml:"enable_console"` ConsoleJSON bool `toml:"console_json"` ConsoleLevel string `toml:"console_level"` EnableFile bool `toml:"enable_file"` FileJSON bool `toml:"file_json"` FileLevel string `toml:"file_level"` FileLocation string `toml:"file_location"` EnableColor bool `toml:"enable_color"` }
Config holds information used to initialize a new logger.
Click to show internal directories.
Click to hide internal directories.