Documentation ¶
Index ¶
Constants ¶
const DEFAULT = logpb.Severity_DEFAULT
DEFAULT is the end sentinel. It is used during command-line handling to indicate that another value should be replaced instead (depending on which command is being run); see cli/flags.go for details.
const ERROR = logpb.Severity_ERROR
ERROR is used for situations that require special handling, where normal operation could not proceed as expected. Other operations can continue mostly unaffected.
const FATAL = logpb.Severity_FATAL
FATAL is used for situations that require an immedate, hard server shutdown. A report is also sent to telemetry if telemetry is enabled.
const INFO = logpb.Severity_INFO
INFO is used for informational messages that do not require action.
const NONE = logpb.Severity_NONE
NONE can be used in filters to specify that no messages should be emitted.
const UNKNOWN = logpb.Severity_UNKNOWN
UNKNOWN is populated into decoded log entries when the severity could not be determined.
const WARNING = logpb.Severity_WARNING
WARNING is used for situations which may require special handling, where normal operation is expected to resume automatically.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.