Macro severe

Source
severe!() { /* proc-macro */ }
Expand description

Log a SEVERE message.

SEVERE is a message level indicating a serious failure.

In general SEVERE messages should describe events that are of considerable importance and which will prevent normal program execution. They should be reasonably intelligible to end users and to system administrators.

If the logger is currently enabled for the SEVERE message level then the given message is forwarded to all the registered output Handler objects.

§Parameters

§Examples

See config. The syntax/usage is the same. Just substitute severe! for config!.