LAMA
lama::LogLevel Namespace Reference

Contains the logLevels for different loggers. More...

Enumerations

enum  LogLevel {
  noLogging = 0, convergenceHistory = 1, solverInformation = 2, advancedInformation = 3,
  completeInformation = 4
}
 The different logLevels for loggers. More...

Detailed Description

Contains the logLevels for different loggers.


Enumeration Type Documentation

The different logLevels for loggers.

Enumerator:
noLogging 

At this log level no information will be logged, used NullLogger instead.

convergenceHistory 

Logs the convergence history of the solver - iterations and residuals.

solverInformation 

More information about the solver will be logged.

advancedInformation 

Advanced solver information like residual requests and stopping criteria checks will belogged.

completeInformation 

Logs every log message of the solver.