package
0.6.1
Repository: https://github.com/project-faster/qpep.git
Documentation: pkg.go.dev

# Functions

CloseLogger Terminates the current log and resets it to stdout output.
Debug Outputs a new formatted string with the provided parameters to the logger instance with Debug level Outputs the same data to the OutputDebugString facility if os is Windows and level is set to Debug.
Error Outputs a new formatted string with the provided parameters to the logger instance with Error level Outputs the same data to the OutputDebugString facility if os is Windows and level is set to Debug.
GetLogger allows external libraries to integrate with the qpep logger.
Info Outputs a new formatted string with the provided parameters to the logger instance with Info level Outputs the same data to the OutputDebugString facility if os is Windows and level is set to Debug.
OnError method sends an error log only if the err value in input is not nil.
Panic Outputs a new formatted string with the provided parameters to the logger instance with Error level Outputs the same data to the OutputDebugString facility if os is Windows and level is set to Debug and then panics with the same formatted string.
SetupLogger Sets up a new logger destroying the previous one to a file with name "qpep_<logName>.log".
No description provided by the author