package
1.0.1
Repository: https://github.com/hack0072008/go-libs.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author