Module: Logger::Severity

Constant Summary collapse

G_DEFAULT =

Google Cloud severities: The log entry has no assigned severity level.

0
G_DEBUG =

Debug or trace information.

100
G_INFO =

Routine information, such as ongoing status or performance.

200
G_NOTICE =

Normal but significant events, such as start up, shut down, or a configuration change.

300
G_WARNING =

Warning events might cause problems.

400
G_ERROR =

Error events are likely to cause problems.

500
G_CRITICAL =

Critical events cause more severe problems or outages.

600
G_ALERT =

A person must take an action immediately.

700
G_EMERGENCY =

One or more systems are unusable.

800