Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

alma::acs::logging::AcsLogRecord Class Reference

List of all members.

Public Member Functions

 AcsLogRecord (Level level, String msg, String loggerName)
 AcsLogRecord (Level level, String msg, Object parameters, String loggerName)
void setAudience (String audience)
String getAudience ()
void setArray (String array)
String getArray ()
void setAntenna (String antenna)
String getAntenna ()

Private Attributes

String audience
String array
String antenna
Object params []

Detailed Description

As of ACS 6.0.2, this special LogRecord is only produced by the generated type-safe logs (module loggingts) which automatically set the target audience.

Note that in the above scenario of type-safe logs, non-JDK logging data is attached to special fields in a custom log record, which is then logged to a normal JDK logger. In the standard logging scenario it is the other way around: we use a custom logger, which creates standard LogRecords, and special non-JDK data is attached in the form of special property-style log parameters. - It may be better to unify the two approaches of storing non-JDK log data.


Constructor & Destructor Documentation

alma::acs::logging::AcsLogRecord::AcsLogRecord Level  level,
String  msg,
String  loggerName
[inline]
 

alma::acs::logging::AcsLogRecord::AcsLogRecord Level  level,
String  msg,
Object  parameters,
String  loggerName
[inline]
 


Member Function Documentation

String alma::acs::logging::AcsLogRecord::getAntenna  )  [inline]
 

String alma::acs::logging::AcsLogRecord::getArray  )  [inline]
 

String alma::acs::logging::AcsLogRecord::getAudience  )  [inline]
 

void alma::acs::logging::AcsLogRecord::setAntenna String  antenna  )  [inline]
 

void alma::acs::logging::AcsLogRecord::setArray String  array  )  [inline]
 

void alma::acs::logging::AcsLogRecord::setAudience String  audience  )  [inline]
 


Member Data Documentation

String alma::acs::logging::AcsLogRecord::antenna [private]
 

String alma::acs::logging::AcsLogRecord::array [private]
 

String alma::acs::logging::AcsLogRecord::audience [private]
 

Object alma::acs::logging::AcsLogRecord::params[] [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:53:38 2009 for ACS Java API by doxygen 1.3.8