Skip to main content

Logging Levels

Each message generated by FlexNet Manager for Engineering Applications is designated with a level of severity. Table 7-6 - FlexNet Manager for Engineering Applications Logging Levels describes logging levels from most to least severe. A log4j log file is configured with a threshold severity level. Messages of levels of severity equal to or more severe than the threshold level are written to the log file.

Logging LevelMessage Description
ErrorMessage written when a problem is detected and not handled by the application, but application can run. This level is recommended for production systems.
WarnMessage written when a problem is detected and handled by the application.
InfoInformational messages. For example, the application started or a user logged in.
DebugMessages appropriate to development-oriented debugging.