public abstract class LoggingInitializer extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_LOG_APPEND |
static String |
ATTR_LOG_FILE |
static String |
ATTR_LOG_VERBOSITY |
Constructor and Description |
---|
LoggingInitializer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
init(Configuration config)
Implement this method to provide initialization for a given logging
backend.
|
protected String |
substituteImplname(String filename,
Configuration config)
If the given filename contains the string "$implname", replaces
that string with the value of the configuration attribute
"jacorb.implname", if that is set, or the serverId of the ORB
otherwise.
|
public static final String ATTR_LOG_VERBOSITY
public static final String ATTR_LOG_FILE
public static final String ATTR_LOG_APPEND
protected String substituteImplname(String filename, Configuration config)
public abstract void init(Configuration config)
Copyright © 2016 JacORB. All rights reserved.