# Functions
CreateBasicLogger
Creates a new logging object with subsequent loggers Args: opts (BasicLoggerOptions): options for configuring a basic logger Returns: (BasicLogger): newly initialized logger.
CreateESLogger Creates a new logging object with subsequent loggers Args:
logFile - string, path to log output file
Returns:
out - Logger, freshly created logging object with subsequent loggers.
NewDefaultBasicLoggerOptions
Creates a new DefaultBasicLoggerOptions setting only the FilePath attribute.
# Variables
DefaultBasicLoggerOptions
Default options for the BasicLogger.
# Structs
BasicLogger
Generic logger that writes to the specified output file.
BasicLoggerOptions
Options to configure a new BasicLogger.
No description provided by the author
# Type aliases
No description provided by the author