Versions in this module Expand all Collapse all v0 v0.2.1 Dec 8, 2022 Changes in this version + const DebugLevel + const ImportantLevel + const InfoLevel + const PerformanceTestLevel + func GetObservedLogs() *observer.ObservedLogs + type Exit struct + func CreateExiter(exit Func) *Exit + func Default() *Exit + func (e *Exit) Exit(code int) + func (e *Exit) Status() int + type Func func(int) + type Logger struct + func CreateDebugLogger() Logger + func CreateLogger(isDebug bool) Logger + func (l Logger) Fatal(msg string, keysAndValues ...interface{}) + func (l Logger) FatalError(err error, msg string, keysAndValues ...interface{}) + func (l Logger) GetExiter() *Exit + func (l Logger) SetExiter(exit *Exit)