package
0.0.1
Repository: https://github.com/cloudadrd/go-common.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Debug uses fmt.Sprint to construct and log a message.
Debugf uses fmt.Sprintf to log a templated message.
Debug logs a message at DebugLevel.
DPanic uses fmt.Sprint to construct and log a message.
DPanicf uses fmt.Sprintf to log a templated message.
DPanic logs a message at DPanicLevel.
Error uses fmt.Sprint to construct and log a message.
Errorf uses fmt.Sprintf to log a templated message.
Error logs a message at ErrorLevel.
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.
Fatal logs a message at FatalLevel.
Info uses fmt.Sprint to construct and log a message.
Infof uses fmt.Sprintf to log a templated message.
Info logs a message at InfoLevel.
No description provided by the author
Panic uses fmt.Sprint to construct and log a message, then panics.
Panicf uses fmt.Sprintf to log a templated message, then panics.
Panic logs a message at PanicLevel.
Warn uses fmt.Sprint to construct and log a message.
Warnf uses fmt.Sprintf to log a templated message.
Warn logs a message at WarnLevel.

# Variables

No description provided by the author

# Structs

No description provided by the author