Documentation
¶
Index ¶
- Constants
- Variables
- type AppLogger
- func (apl *AppLogger) Debug(message ...string)
- func (apl *AppLogger) Error(err error)
- func (apl *AppLogger) Fatal(err error)
- func (apl *AppLogger) Info(message ...string)
- func (apl *AppLogger) Log(message ...string)
- func (apl *AppLogger) Success(message ...string)
- func (apl *AppLogger) Warn(message ...string)
Constants ¶
View Source
const AppColor = 178
View Source
const DebugColor = 39
View Source
const ErrorColor = 9
View Source
const LogColor = 111
View Source
const SuccessColor = 82
View Source
const WarningColor = 220
Variables ¶
View Source
var Color = color{}
View Source
var Convertor = convertor{}
View Source
// contains filtered or unexported fields }
Functions ¶
This section is empty.
Types ¶
type AppLogger ¶
type AppLogger struct {
// contains filtered or unexported fields
}
func NewAppLogger ¶
Click to show internal directories.
Click to hide internal directories.