logging

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package logging provides primitives for configuring and creating logs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Debug

func Debug(a ...interface{})

Debug prints a message to the log if debug mode is enabled, it accepts arguments similar to log.Println.

func GetLogger

func GetLogger() *log.Logger

GetLogger returns the active logging object for creating new messages.

func SetLoggerFile

func SetLoggerFile(filename string) (err error)

SetLoggerFile changes the logging destination to a file. If a logger is already active, or the file cannot be opened, then the stderr logger will be used and an error will be returned.

Types

This section is empty.

Jump to

Keyboard shortcuts

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