package
0.0.0-20231018203739-560f09a8410d
Repository: https://github.com/gage-technologies/gigo-lib.git
Documentation: pkg.go.dev

# 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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author