Public Member Functions

alma.acs.logging.domainspecific.ArrayContextLogger Class Reference

List of all members.

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)

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

References alma.acs.logging.AcsLogger.createAcsLogRecord(), alma.acs.logging.AcsLogger.log(), 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