Documentation ¶
Overview ¶
logger for logger
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Error = func(err error) { fmt.Fprintf(os.Stderr, "countlog encountered error: %v\n", err) os.Stderr.Sync() }
Error reports error encountered in the logger itself
View Source
var Message = func(a ...interface{}) (n int, err error) { return 0, nil }
Message can be set like this loglog.Message = fmt.Println
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.