Navigation:  »Keine übergeordneten Kapitel«

Log-Levels

Previous pageReturn to chapter overviewNext page

Below you find more detailed information on log levels and their order.

Detailed

 

 

 

 

 

 

 

 

 

Only Errors

# TRACE

The TRACE-Level is a more detailed than DEBUG and contains information’s for server-side development and debugging.

# DEBUG

At this level each event up to the log-level “Debug” gets logged. Debug information’s are

# INFO

At this level each event up to the log-level “Info” gets logged. The log-level “Info” contains information’s, which are important to the web-application, such as TOC, authorization and statistics.

# WARN

At this level each event up to the log-level “Warnings” gets logged. Warnings are notices, which don’t prevent the system from working.

# ERROR

At this level all errors get logged. There are states, which causes the client to stop working.

# FATAL

At this level only errors, which lead to a sudden program termination get logged.

Log Levels