Our application is made up of many libraries, all of which use log4j for logging. The library designer has chosen levels for log messages to be displayed, but they do not necessarily correspond to our needs. For example, an error message for a library developer, perhaps for our application, is just an informational message.
Is it possible to create a mapping from one level to another for a specific application?
source
share