DevNullLogManager
The DevNullLogManager ignores all messages to be logged. This manager can be used to prevent the LogService from issuing messages on the standard output if no other manager is set.
This approach makes sense, for example, in automated test scenarios where debug messages are not needed because the tests are generally done without human interaction.
The class name of the DevNullLogManager, as it must be specified when adding it to the LogService, is "com.ebd.hub.services.log.devnull.DevNullLogManager".
Further configuration of the manager is not required.