Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileLogger ¶
type FileLogger struct {
// contains filtered or unexported fields
}
func NewFileLogger ¶
func NewFileLogger() (*FileLogger, error)
func (*FileLogger) Close ¶
func (l *FileLogger) Close() error
func (*FileLogger) GetLogPath ¶
func (l *FileLogger) GetLogPath() string
func (*FileLogger) StartListening ¶
func (l *FileLogger) StartListening(logChan <-chan string)
Click to show internal directories.
Click to hide internal directories.