package
2.0.0+incompatible
Repository: https://github.com/pins/p4rt-client.git
Documentation: pkg.go.dev
# Functions
Debug: generates a log message with the DEBUG prefix
*/.
Error: generates a log message with the ERROR prefix and exits the program
*/.
GetDebug: returns the value of debug : used to prevent generation of DEBUG messages if they won't be logged
*/.
Info: generates a log message with the INFO prefix
*/.
SetDebug: if useDebug is true turns on debug logging globally
*/.
SetOutputFile: opens a file for writing logs to in lieu of stdout
*/.