module Logger::Severity
Constants
- G_ALERT
A person must take an action immediately.
- G_CRITICAL
Critical events cause more severe problems or outages.
- G_DEBUG
Debug or trace information.
- G_DEFAULT
Google Cloud severities: The log entry has no assigned severity level.
- G_EMERGENCY
One or more systems are unusable.
- G_ERROR
Error events are likely to cause problems.
- G_INFO
Routine information, such as ongoing status or performance.
- G_NOTICE
Normal but significant events, such as start up, shut down, or a configuration change.
- G_WARNING
Warning events might cause problems.