Public Member Functions | |
| LOG_NC_ChannelCreatedRaw_OK (Logger logger) | |
| LOG_NC_ChannelCreatedRaw_OK (Logger logger, String array, String antenna) | |
| void | setArray (String array) |
| void | setAntenna (String antenna) |
| String | getArray () |
| String | getAntenna () |
| void | log () |
| void | setChannelName (String value) |
| void | setChannelId (Long value) |
| void | setTimeMillis (Long value) |
Static Public Member Functions | |
| static void | log (Logger logger, String ChannelName, long ChannelId, long TimeMillis) |
Static Public Attributes | |
| static final AcsLogLevel | level = AcsLogLevel.DELOUSE |
Generated class that produces a type-safe log message, as configured in AcsNCTraceLog.xml.
The description for this log is: Successfully created a notification channel, w/o configuration. Having this log message in addition to LOG_NC_ChannelCreated_OK is useful in order to measure performance bottlenecks in the various steps of NC creation.
The description for this group of logs is: ACS uses these messages to log notification service related activities such as creating channels, subscribing to a channel etc.
| alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.LOG_NC_ChannelCreatedRaw_OK | ( | Logger | logger | ) |
| alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.LOG_NC_ChannelCreatedRaw_OK | ( | Logger | logger, | |
| String | array, | |||
| String | antenna | |||
| ) |
| String alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.getAntenna | ( | ) |
References alma.acs.logging.AcsLogRecord.getAntenna().
| String alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.getArray | ( | ) |
References alma.acs.logging.AcsLogRecord.getArray().
| static void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log | ( | Logger | logger, | |
| String | ChannelName, | |||
| long | ChannelId, | |||
| long | TimeMillis | |||
| ) | [static] |
Convenience method for compact one-line logs.
References alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.level, alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log(), alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.LOG_NC_ChannelCreatedRaw_OK(), alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setChannelId(), alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setChannelName(), and alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setTimeMillis().
Referenced by alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log().
| void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log | ( | ) |
Logs the message through the Logger supplied in the constructor, with the configured log level.
| void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setAntenna | ( | String | antenna | ) |
References alma.acs.logging.AcsLogRecord.setAntenna().
| void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setArray | ( | String | array | ) |
References alma.acs.logging.AcsLogRecord.setArray().
| void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setChannelId | ( | Long | value | ) |
Sets log parameter ChannelId.
| ChannelId | ID of the channel created. |
Referenced by alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log().
| void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setChannelName | ( | String | value | ) |
Sets log parameter ChannelName.
| ChannelName | Name of the channel created. |
Referenced by alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log().
| void alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.setTimeMillis | ( | Long | value | ) |
Sets log parameter TimeMillis.
| TimeMillis | Elapsed time in ms for just the channel creation (call to NotifyFactory.create_named_channel) |
Referenced by alma.AcsNCTraceLog.LOG_NC_ChannelCreatedRaw_OK.log().
1.7.0