Documentation
¶
Index ¶
- func Build() tBuild
- type TFormatParams
- type TLogger
- func (o *TLogger) CanHandle(moduleName string) bool
- func (o *TLogger) CannotHandle(moduleName string) bool
- func (o *TLogger) Format() string
- func (o *TLogger) Formatter(params TFormatParams) string
- func (o *TLogger) LevelFilter() loglevel.TFilter
- func (o *TLogger) ModuleFilter() []string
- func (o *TLogger) Styler() TStyler
- func (o *TLogger) Writer() io.Writer
- type TStyler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TFormatParams ¶
type TFormatParams struct { Format string Time time.Time LogLevel loglevel.TLevel Text string Error error HasError bool State loglevel.TFilter ModuleName string }
TFormatParams -
type TLogger ¶
type TLogger struct {
// contains filtered or unexported fields
}
TLogger -
func (*TLogger) CannotHandle ¶
CannotHandle -