Public Member Functions | |
| ArrayContextLogger (AcsLogger logger) | |
| void | log (Level level, String msg, String audience, String array) |
| void | log (Level level, String msg, Throwable thr, String audience, String array) |
| void | log (Level level, String msg, String array) |
| void | log (Level level, String msg, Throwable thr, String array) |
| alma.acs.logging.domainspecific.ArrayContextLogger.ArrayContextLogger | ( | AcsLogger | logger | ) |
References alma.acs.logging.AcsLogger.addLoggerClass().
| void alma.acs.logging.domainspecific.ArrayContextLogger.log | ( | Level | level, | |
| String | msg, | |||
| String | audience, | |||
| String | array | |||
| ) |
| level | ||
| msg | ||
| audience | Should be one of the IDL-defined string constants from package alma.log_audience, or any string in case a required audience type has not yet been defined in IDL. May also be null, but alma.log_audience.NONE.value is preferred. | |
| array |
References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), alma.acs.logging.AcsLogRecord.setArray(), and alma.acs.logging.AcsLogRecord.setAudience().
| void alma.acs.logging.domainspecific.ArrayContextLogger.log | ( | Level | level, | |
| String | msg, | |||
| Throwable | thr, | |||
| String | array | |||
| ) |
| level | ||
| msg | ||
| thr | ||
| array |
References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), and alma.acs.logging.AcsLogRecord.setArray().
| void alma.acs.logging.domainspecific.ArrayContextLogger.log | ( | Level | level, | |
| String | msg, | |||
| String | array | |||
| ) |
| level | ||
| msg | ||
| array |
References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), and alma.acs.logging.AcsLogRecord.setArray().
| void alma.acs.logging.domainspecific.ArrayContextLogger.log | ( | Level | level, | |
| String | msg, | |||
| Throwable | thr, | |||
| String | audience, | |||
| String | array | |||
| ) |
| level | ||
| msg | ||
| thr | ||
| audience | Should be one of the IDL-defined string constants from package alma.log_audience, or any string in case a required audience type has not yet been defined in IDL. May also be null, but alma.log_audience.NONE.value is preferred. | |
| array |
References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), alma.acs.logging.AcsLogRecord.setArray(), and alma.acs.logging.AcsLogRecord.setAudience().
1.7.0