Versions in this module Expand all Collapse all v0 v0.2.0 Nov 14, 2024 Changes in this version + type Fields map[string]interface + type SimpleLogger struct + func New(logFile string) (*SimpleLogger, error) + func (s SimpleLogger) Debug(eid uint32, msg string, fields map[string]interface{}) + func (s SimpleLogger) Error(eid uint32, msg string, fields map[string]interface{}) + func (s SimpleLogger) Fatal(eid uint32, msg string, fields map[string]interface{}) + func (s SimpleLogger) Info(eid uint32, msg string, fields map[string]interface{}) + func (s SimpleLogger) Warning(eid uint32, msg string, fields map[string]interface{}) + func (s SimpleLogger) WriteLog(level string, eid uint32, msg string, fields map[string]interface{})