Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Target io.Writer // Output target, nil for os.Stdout
NoColor bool // Disable color output
Async bool // Async output
Marker bool // Output log marker
TimeFormat string // Time output format, default is "02 15:04:05.000000"
}
Options contains configuration for writer receiver
Click to show internal directories.
Click to hide internal directories.