Documentation
¶
Index ¶
- type Output
- type Root
- type Tagged
- func (tagged *Tagged) D(format string, args ...interface{})
- func (tagged *Tagged) F(format string, args ...interface{})
- func (tagged *Tagged) I(format string, args ...interface{})
- func (tagged *Tagged) P(format string, args ...interface{})
- func (tagged *Tagged) Print(t Type, format string, args ...interface{})
- func (tagged *Tagged) V(format string, args ...interface{})
- type Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
func NewStringWriterOutput ¶
func NewStringWriterOutput(writer io.StringWriter) Output
type Tagged ¶
type Tagged struct {
// contains filtered or unexported fields
}
Source Files
¶
- create_utils.go
- logger.go
- output_impl.go
- utils.go
Click to show internal directories.
Click to hide internal directories.