

Public Member Functions | |
| final String | getLoggingBackendName () |
| org.apache.avalon.framework.logger.Logger | getNamedLogger (String name) |
| org.apache.avalon.framework.logger.Logger | getNamedLogger (String name, String fileName, long maxFileSize) throws IOException |
| org.apache.avalon.framework.logger.Logger | getNamedRootLogger (String name) |
| void | setDefaultLogFile (String fileName, long maxLogSize) throws IOException |
| void | configure (Configuration conf) throws ConfigurationException |
Private Attributes | |
| final NullLogger | delegate = new NullLogger() |
Static Private Attributes | |
| static final String | BACKEND_NAME = "null logger" |
A hack for COMP-1996 workaround.
remove this once COMP-1996 is resolved!
| void alma::acs::logging::adapters::MuteJacORBLoggerFactory::configure | ( | Configuration | conf | ) | throws ConfigurationException [inline] |
| final String alma::acs::logging::adapters::MuteJacORBLoggerFactory::getLoggingBackendName | ( | ) | [inline] |
References BACKEND_NAME.
| org.apache.avalon.framework.logger.Logger alma::acs::logging::adapters::MuteJacORBLoggerFactory::getNamedLogger | ( | String | name, | |
| String | fileName, | |||
| long | maxFileSize | |||
| ) | throws IOException [inline] |
Same as getNamedLogger(String). The file is ignored, and a respective warning message gets logged.
References getNamedLogger().
| org.apache.avalon.framework.logger.Logger alma::acs::logging::adapters::MuteJacORBLoggerFactory::getNamedLogger | ( | String | name | ) | [inline] |
References delegate.
Referenced by getNamedLogger(), and getNamedRootLogger().
| org.apache.avalon.framework.logger.Logger alma::acs::logging::adapters::MuteJacORBLoggerFactory::getNamedRootLogger | ( | String | name | ) | [inline] |
Returns getNamedLogger(String). The distinction between root loggers and other loggers we don't need here, since the questions of console vs. file vs. remote logging are left to ACS.
References getNamedLogger().
| void alma::acs::logging::adapters::MuteJacORBLoggerFactory::setDefaultLogFile | ( | String | fileName, | |
| long | maxLogSize | |||
| ) | throws IOException [inline] |
We ignore the log file, since ACS loggers forward to the central Log service.
final String alma::acs::logging::adapters::MuteJacORBLoggerFactory::BACKEND_NAME = "null logger" [static, private] |
Referenced by getLoggingBackendName().
final NullLogger alma::acs::logging::adapters::MuteJacORBLoggerFactory::delegate = new NullLogger() [private] |
Referenced by getNamedLogger().
1.6.2