| |
|
| java.lang.Object com.caucho.log.LoggerConfig
LoggerConfig | public class LoggerConfig (Code) | | Environment-specific java.util.logging.Logger configuration.
|
init | public void init()(Code) | | Initialize the logger.
|
setLevel | public void setLevel(String level) throws ConfigException(Code) | | Sets the output level.
|
setName | public void setName(String name)(Code) | | Sets the name of the logger to configure.
|
setUseParentHandlers | public void setUseParentHandlers(boolean useParentHandlers)(Code) | | Sets the use-parent-handlers
|
|
|
|