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

Inheritance diagram for alma::acs::logging::AcsLogRecord:
Inheritance graph
[legend]
Collaboration diagram for alma::acs::logging::AcsLogRecord:
Collaboration graph
[legend]

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]

References params.


Member Function Documentation

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

References antenna.

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

References array.

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

References audience.

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

Referenced by getAntenna().

Referenced by getArray().

Referenced by getAudience().

Referenced by AcsLogRecord().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2