Logging Levels

Each message generated by FlexNet Manager for Engineering Applications is designated with a level of severity. {Hyperlink}Table {Default ยน Font} 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.

FlexNet Manager for Engineering Applications Logging Levels

Logging Level

Message Description

Error

Message written when a problem is detected and not handled by the application, but application can run. This level is recommended for production systems.

Warn

Message written when a problem is detected and handled by the application.

Info

Informational messages. For example, the application started or a user logged in.

Debug

Messages appropriate to development-oriented debugging.