package
3.36.0+incompatible
Repository: https://github.com/ritsec/ops-bot-iii.git
Documentation: pkg.go.dev

# Functions

Audit logs an audit message.
AuditButtons logs a message with buttons at the AuditLevel.
AuditButtons logs a message with buttons at the AuditLevel.
AuditDD logs an audit message to datadog.
Critical logs a critical message.
CriticalButtons logs a message with buttons at the CriticalLevel.
CriticalButtons logs a message with buttons at the CriticalLevel.
CriticalDD logs a critical message to datadog.
Debug logs a debug message.
DebugButtons logs a message with buttons at the DebugLevel.
DebugButtons logs a message with buttons at the DebugLevel.
DebugDD logs a debug message to datadog.
DebugLow logs a debug message.
DebugLowButtons logs a message with buttons at the DebugLowLevel.
DebugLowButtons logs a message with buttons at the DebugLowLevel.
Error logs an error message.
ErrorButtons logs a message with buttons at the ErrorLevel.
ErrorButtons logs a message with buttons at the ErrorLevel.
ErrorDD logs an error message to datadog.
Info logs an info message.
InfoButtons logs a message with buttons at the InfoLevel.
InfoButtons logs a message with buttons at the InfoLevel.
InfoDD logs an info message to datadog.
LogLevel returns the logging level.
Warning logs a warning message.
WarningButtons logs a message with buttons at the WarningLevel.
WarningButtons logs a message with buttons at the WarningLevel.
WarningDD logs a warning message to datadog.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Logging Levels.
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

LevelChannelMap maps a logging level to a channel.
LevelNameMap maps a logging level to a name.
NameLevelMap maps a name to a logging level.
Out is the file to write logs to.