Documentation
¶
Index ¶
Constants ¶
View Source
const ( None = 1 << iota Exception Err Warning Info Record Debug )
Variables ¶
This section is empty.
Functions ¶
func CalculateHash ¶
func FailOnError ¶
func PanicOnError ¶
Types ¶
type ILog ¶
type ILog interface { Printf(p int, format string, a ...interface{}) Println(p int, a ...interface{}) Print(p int, a ...interface{}) SetPriority(pri int) GetPriority() int SetOut(writer io.Writer) }
var Log ILog
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
func (*Logger) GetPriority ¶
func (*Logger) SetPriority ¶
Click to show internal directories.
Click to hide internal directories.