Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Appender ¶
type Appender struct {
// contains filtered or unexported fields
}
func NewAppender ¶
func NewAppender(name, appenderType, filename, filePattern string, patternLayout *PatternLayout, immediateFlush bool) Appender
func (Appender) FilePattern ¶
func (Appender) ImmediateFlush ¶
func (Appender) PatternLayout ¶
func (a Appender) PatternLayout() *PatternLayout
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) Properties ¶
type PatternLayout ¶
type PatternLayout struct {
// contains filtered or unexported fields
}
func NewPatternLayout ¶
func NewPatternLayout(pattern string) *PatternLayout
func (*PatternLayout) Pattern ¶
func (l *PatternLayout) Pattern() string
Click to show internal directories.
Click to hide internal directories.