log

package
v1.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AccessAccepted = AccessStatus("accepted")
	AccessRejected = AccessStatus("rejected")
)
View Source
const (
	DebugLevel   = LogLevel(0)
	InfoLevel    = LogLevel(1)
	WarningLevel = LogLevel(2)
	ErrorLevel   = LogLevel(3)
	NoneLevel    = LogLevel(999)
)

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

func InitAccessLogger(file string) error

InitAccessLogger initializes the access logger to write into the give file.

func InitErrorLogger added in v1.1.1

func InitErrorLogger(file string) error

func SetLogLevel

func SetLogLevel(level LogLevel)

func Warning

func Warning(v ...interface{})

Warning outputs a warning log with given format and optional arguments.

Types

type AccessStatus added in v0.9.1

type AccessStatus string

AccessStatus is the status of an access request from clients.

type LogLevel

type LogLevel int

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL