...

Package log

import "vminko.org/dscuss/log"
Overview
Index

Overview ▾

log provides logging facilities for Dscuss.

func Debug

func Debug(msg string)

func Debugf

func Debugf(format string, args ...interface{})

func EnableDebug

func EnableDebug()

func Error

func Error(msg string)

func Errorf

func Errorf(format string, args ...interface{})

func Fatal

func Fatal(msg string)

func Fatalf

func Fatalf(format string, args ...interface{})

func Info

func Info(msg string)

func Infof

func Infof(format string, args ...interface{})

func IsDebugEnabled

func IsDebugEnabled() bool

func SetOutput

func SetOutput(w io.Writer)

func Warning

func Warning(msg string)

func Warningf

func Warningf(format string, args ...interface{})