package std
import "github.com/Diarkis/diarkis/log/lib/std"
Index
- func CloseFileOutput()
- func Debug(msg string)
- func Error(msg string)
- func Fatal(msg string)
- func Info(msg string)
- func Network(msg string)
- func Notice(msg string)
- func SetupFileOutput(path string)
- func Sys(msg string)
- func Verbose(msg string)
- func Warn(msg string)
- func Write(msg string)
Functions
func CloseFileOutput
func CloseFileOutput()
CloseFileOutput closes the file descriptor
func Debug
func Debug(msg string)
Debug Output log to stdout stream
func Error
func Error(msg string)
Error Output log to stdout stream
func Fatal
func Fatal(msg string)
Fatal Output log to stdout stream
func Info
func Info(msg string)
Info Output log to stdout stream
func Network
func Network(msg string)
Network Output log to stdout stream
func Notice
func Notice(msg string)
Notice Output log to stdout stream
func SetupFileOutput
func SetupFileOutput(path string)
SetupFileOutput Prepares file output of all logs
func Sys
func Sys(msg string)
Sys Output log to stdout stream
func Verbose
func Verbose(msg string)
Verbose Output log to stdout stream
func Warn
func Warn(msg string)
Warn Output log to stdout stream
func Write
func Write(msg string)
Write output log to stdout stream