atc_log

package
v0.1.3-0...-a992d14 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2018 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Overview

don't want to conflict with stdlib's `log` package

Index

Constants

This section is empty.

Variables

View Source
var (
	// Set to true to enable debugging output
	DEBUG bool = false
)

Functions

func Stdlog

func Stdlog() *log.Logger

func Syslog

func Syslog() *log.Logger

Types

type LogMux

type LogMux struct {
	// contains filtered or unexported fields
}

func NewMux

func NewMux(loggers ...*log.Logger) *LogMux

func (*LogMux) Debug

func (l *LogMux) Debug(v ...interface{})

func (*LogMux) Debugf

func (l *LogMux) Debugf(format string, v ...interface{})

func (*LogMux) Debugln

func (l *LogMux) Debugln(v ...interface{})

func (*LogMux) Fatal

func (l *LogMux) Fatal(v ...interface{})

func (*LogMux) Fatalf

func (l *LogMux) Fatalf(format string, v ...interface{})

func (*LogMux) Fatalln

func (l *LogMux) Fatalln(v ...interface{})

func (*LogMux) Panic

func (l *LogMux) Panic(v ...interface{})

func (*LogMux) Panicf

func (l *LogMux) Panicf(format string, v ...interface{})

func (*LogMux) Panicln

func (l *LogMux) Panicln(v ...interface{})

func (*LogMux) Print

func (l *LogMux) Print(v ...interface{})

func (*LogMux) Printf

func (l *LogMux) Printf(format string, v ...interface{})

func (*LogMux) Println

func (l *LogMux) Println(v ...interface{})

Jump to

Keyboard shortcuts

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