Documentation ¶
Overview ¶
Package std provides a simple and flexible logging library with various log levels.
Index ¶
- func AuditLn(correlationID *string, v ...any)
- func DebugLn(correlationID *string, v ...any)
- func ErrorLn(correlationID *string, v ...any)
- func FatalLn(correlationID *string, v ...any)
- func InfoLn(correlationID *string, v ...any)
- func PrintEnvironmentInfo(id *string, envVarsToExpect []string)
- func TraceLn(correlationID *string, v ...any)
- func WarnLn(correlationID *string, v ...any)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintEnvironmentInfo ¶
PrintEnvironmentInfo prints information about specific environment variables, enabled features, and app's version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.