Public Member Functions

alma.acs.logging.domainspecific.AntennaContextLogger Class Reference

List of all members.

Public Member Functions

 AntennaContextLogger (AcsLogger logger)
void log (Level level, String msg, String audience, String array, String antenna)
void log (Level level, String msg, Throwable thr, String audience, String array, String antenna)
void log (Level level, String msg, String array, String antenna)
void log (Level level, String msg, Throwable thr, String array, String antenna)

Constructor & Destructor Documentation

alma.acs.logging.domainspecific.AntennaContextLogger.AntennaContextLogger ( AcsLogger  logger  ) 

Member Function Documentation

void alma.acs.logging.domainspecific.AntennaContextLogger.log ( Level  level,
String  msg,
String  audience,
String  array,
String  antenna 
)
Parameters:
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 
antenna 

References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), alma.acs.logging.AcsLogRecord.setAntenna(), alma.acs.logging.AcsLogRecord.setArray(), and alma.acs.logging.AcsLogRecord.setAudience().

void alma.acs.logging.domainspecific.AntennaContextLogger.log ( Level  level,
String  msg,
Throwable  thr,
String  array,
String  antenna 
)
void alma.acs.logging.domainspecific.AntennaContextLogger.log ( Level  level,
String  msg,
String  array,
String  antenna 
)
void alma.acs.logging.domainspecific.AntennaContextLogger.log ( Level  level,
String  msg,
Throwable  thr,
String  audience,
String  array,
String  antenna 
)
Parameters:
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 
antenna 

References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), alma.acs.logging.AcsLogRecord.setAntenna(), alma.acs.logging.AcsLogRecord.setArray(), and alma.acs.logging.AcsLogRecord.setAudience().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties