Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColorLogger ¶
type ColorLogger struct {
// contains filtered or unexported fields
}
func (*ColorLogger) Err ¶
func (c *ColorLogger) Err(bytes []byte)
func (*ColorLogger) Out ¶
func (c *ColorLogger) Out(bytes []byte)
type ColorLoggerFactory ¶
type ColorLoggerFactory struct {
// contains filtered or unexported fields
}
func NewColorLoggerFactory ¶
func NewColorLoggerFactory() *ColorLoggerFactory
func (*ColorLoggerFactory) Create ¶
func (c *ColorLoggerFactory) Create(name string) logger.Logger
Click to show internal directories.
Click to hide internal directories.