Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsoleAdapter ¶
func NewConsoleAdapter ¶
func NewConsoleAdapter(cfg *ConsoleConfig) ConsoleAdapter
NewConsoleAdapter returns new ConsoleAdapter
func NewDefaultConsoleAdapter ¶
func NewDefaultConsoleAdapter() ConsoleAdapter
NewDefaultConsoleAdapter returns new ConsoleAdapter with default config
func NewDefaultConsoleAdapterWithLevel ¶
func NewDefaultConsoleAdapterWithLevel(level golog.Level) ConsoleAdapter
NewDefaultConsoleAdapterWithLevel returns new ConsoleAdapter with default config and target level
type ConsoleColorConfig ¶
type ConsoleColorConfig struct {
TimestampColor *string
MessageColor *string
LevelColors map[golog.Level]string
}
ConsoleColorConfig colors config
type ConsoleConfig ¶
type ConsoleConfig struct {
Enable bool
Level golog.Level
Colors *ConsoleColorConfig
}
ConsoleConfig core config for adapter
Click to show internal directories.
Click to hide internal directories.