opals::LogLevel Namespace Reference

Enumerator defining different importance levels of log records. More...

Enumerations

enum  Type {
  none, error, warning, info,
  verbose, debug, Count
}

Detailed Description

Enumerator defining different importance levels of log records.

Enumeration Type Documentation

enum Type
Enumerator:
none 

Suppress all logging output.

error 

Some failure that cannot be handled. Program execution is aborted.

warning 

Some weird program state which can still be handled (e.g. 'poor matrix condition', 'poor data distribution')

info 

Some progress that may be interesting in everyday-use.

verbose 

Something that may help in understanding normal program behaviour.

debug 

Anything that may help 'debugging' by means of a release-build.

Count 

number of elements