Documentation ¶
Index ¶
- Constants
- func Access(from, to serial.String, status AccessStatus, reason serial.String)
- func Debug(v ...interface{})
- func Error(v ...interface{})
- func Info(v ...interface{})
- func InitAccessLogger(file string) error
- func InitErrorLogger(file string) error
- func SetLogLevel(level LogLevel)
- func Warning(v ...interface{})
- type AccessStatus
- type LogEntry
- type LogLevel
Constants ¶
View Source
const ( AccessAccepted = AccessStatus("accepted") AccessRejected = AccessStatus("rejected") )
Variables ¶
This section is empty.
Functions ¶
func Access ¶ added in v0.9.1
func Access(from, to serial.String, status AccessStatus, reason serial.String)
Access writes an access log.
func Debug ¶
func Debug(v ...interface{})
Debug outputs a debug log with given format and optional arguments.
func Error ¶
func Error(v ...interface{})
Error outputs an error log with given format and optional arguments.
func Info ¶
func Info(v ...interface{})
Info outputs an info log with given format and optional arguments.
func InitAccessLogger ¶ added in v0.9.1
InitAccessLogger initializes the access logger to write into the give file.
func InitErrorLogger ¶ added in v1.1.1
func SetLogLevel ¶
func SetLogLevel(level LogLevel)
Types ¶
type AccessStatus ¶ added in v0.9.1
type AccessStatus string
AccessStatus is the status of an access request from clients.
Click to show internal directories.
Click to hide internal directories.