public class AcsJacorbLoggingInitializer
extends LoggingInitializer
This class has evolved from the "JacORBLoggerFactory" class that was used with jacorb 2.2.4
and the apache avalon log framework. Now JacORB uses slf4j logging so that the "getNamedLogger" methods
are no longer needed here because slf4j has its own ACS-supplied logger factory,
see JacorbLoggerHelper.
| Constructor and Description |
|---|
AcsJacorbLoggingInitializer() |
| Modifier and Type | Method and Description |
|---|---|
static AcsLogLevelDefinition |
getLogLevelFromJacorbVerbosity()
This method supports
ClientLogManager.getLoggerForCorba(String, boolean)
with finding the right custom log level for the jacorb logger. |
void |
init(Configuration config) |
public void init(Configuration config)
public static AcsLogLevelDefinition getLogLevelFromJacorbVerbosity()
ClientLogManager.getLoggerForCorba(String, boolean)
with finding the right custom log level for the jacorb logger.jacorb.log.default.verbosity,
or null if no such log level could be found.