Documentation ¶
Index ¶
- func Audit(message string)
- func AuditComponentFailed(component string)
- func AuditComponentSkipped(component string)
- func AuditComponentSuccessful(component string)
- func AuditError(message string)
- func AuditInfo(message string)
- func AuditInfof(message string, args ...any)
- func Auditf(message string, args ...any)
- func ConfigureGlobalLogger(logFilename string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Audit ¶
func Audit(message string)
Audit displays a message to the user. This shouldn't be used for debug logging purposes; all messages passed in here should be user-readable.
func AuditComponentFailed ¶
func AuditComponentFailed(component string)
func AuditComponentSkipped ¶
func AuditComponentSkipped(component string)
func AuditComponentSuccessful ¶
func AuditComponentSuccessful(component string)
func AuditError ¶
func AuditError(message string)
func AuditInfof ¶
func ConfigureGlobalLogger ¶
func ConfigureGlobalLogger(logFilename string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.