Versions in this module Expand all Collapse all v1 v1.0.1 Sep 14, 2022 Changes in this version + func Debuge(msg string) + func Error(msg string) + func Info(msg string) + func Wane(msg string) + type LogLevel uint16 + const DEBUG + const ERROR + const INFO + const WARN + type Logger struct + Appenders int + Level LogLevel + func NewFileLog() *Logger + func (f *Logger) Debug(msg string, a ...interface{}) + func (f *Logger) Error(msg string, a ...interface{}) + func (f *Logger) Info(msg string, a ...interface{}) + func (f *Logger) Warning(msg string, a ...interface{})