...

Package std

import "github.com/Diarkis/diarkis/log/lib/std"
Overview
Index

Overview ▾

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