Skip to content

Provides a debug log. Similar to the log package (in fact, it uses it), but logs to stdout rather than stderr unless the error is fatal.

Notifications You must be signed in to change notification settings

wcspromoteam/dlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

PACKAGE

package dlog
import "github.com/wcspromoteam/dlog"

A simple debug logging package that provides facilities for logging things to a logfile.


FUNCTIONS

func Fatalf(format string, v ...interface{})
Output to stderr AND stdout

func Fatalln(v ...interface{})
Outputs to stderr AND stdout

func Printf(format string, v ...interface{})
Logs to stdout, which will end up in a log file.

func Println(v ...interface{})
Logs to stdout, which will end up in a log file.

About

Provides a debug log. Similar to the log package (in fact, it uses it), but logs to stdout rather than stderr unless the error is fatal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages