package
2.3.3
Repository: https://github.com/c2pc/go-pkg.git
Documentation: pkg.go.dev

# Functions

Debug logs DEBUG messages.
Debugf logs DEBUG messages.
No description provided by the author
No description provided by the author
Error logs ERROR messages.
Errorf logs ERROR messages.
No description provided by the author
No description provided by the author
Fatal logs CRITICAL messages and exits.
Fatalf logs CRITICAL messages and exits.
No description provided by the author
No description provided by the author
HandleWarningMessages logs multiple messages in WARNING mode.
No description provided by the author
Info logs INFO messages.
Infof logs INFO messages.
No description provided by the author
No description provided by the author
Initialize logger with given level.
NewLogWriter creates a new logWriter for given id.
Warning logs WARNING messages.
Warningf logs WARNING messages.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

ActiveLogFile log file represents the file which will be used for the backend logging.

# Structs

No description provided by the author
LogInfo represents the log message structure for plugins.
LogWriter represents the type which consists of two custom writers.
OutMessage contains information for output log.
Writer represents to a custom writer.