Documentation ¶
Overview ¶
Package filelogger implements an optional plugin that logs all queries to syslog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileLogger ¶
type FileLogger interface {
// Stop logging to the given file
Stop()
}
FileLogger is an opaque interface used to control the file logging
Click to show internal directories.
Click to hide internal directories.