Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter is a component that print log message on terminal.
func (*Adapter) GetFormatter ¶
func (o *Adapter) GetFormatter() base.LoggerFormatter
GetFormatter returns the logger formatter.
func (*Adapter) SetFormatter ¶
func (o *Adapter) SetFormatter(formatter base.LoggerFormatter)
SetFormatter set the logger formatter.
Click to show internal directories.
Click to hide internal directories.