# Functions
No description provided by the author
Debugf uses fmt.Sprintf to log a templated message.
Error uses fmt.Sprint to construct and log a message.
Errorf uses fmt.Sprintf to log a templated message.
Fatal uses fmt.Sprint to construct and log a message, then calls os.Exit.
Fatalf uses fmt.Sprintf to log a templated message, then calls os.Exit.
No description provided by the author
Info uses fmt.Sprint to construct and log a message.
Infof uses fmt.Sprintf to log a templated message.
Useage:
logger := InitLogger(full_path, level)
*/.
Useage:
ulog := NewUidLog(ctx)
*/.
Warn uses fmt.Sprint to construct and log a message.
Warnf uses fmt.Sprintf to log a templated message.