Documentation ¶
Overview ¶
Package file implements the log.Interface. The write process is done in a go routine. All operations are using a sync.RWMutex for synchronization.
Check the file.Options for the available configurations.
Benchmark file is available.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrFilepath = errors.New("log/file: option Filepath is mandatory")
)
Error messages
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.