package
0.18.2
Repository: https://github.com/shieldworks/aegis.git
Documentation: pkg.go.dev

# Functions

AuditLn logs an audit message with the provided correlationId and message arguments.
DebugLn logs a debug message with the provided correlationId and message arguments if the current log level is Debug or lower.
ErrorLn logs an error message with the provided correlationId and message arguments if the current log level is Error or lower.
FatalLn logs a fatal message with the provided correlationId and message arguments.
GetLevel returns the current global log level.
InfoLn logs an informational message with the provided correlationId and message arguments if the current log level is Info or lower.
SetLevel sets the global log level to the provided level.
TraceLn logs a trace message with the provided correlationId and message arguments if the current log level is Trace or lower.
WarnLn logs a warning message with the provided correlationId and message arguments if the current log level is Warn or lower.

# 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Level represents log levels.