

Public Member Functions | |
| Any | formatAny (Any anyLogRecord, LogRecord logRecord) |
| String | format (LogRecord record) |
Package Functions | |
| LogBinaryRecord | formatBinary (LogRecord logRecord) |
Class that is responsible for formatting the log records/elements of different levels as well as assigning the right values to their attributes.
| String alma::acs::logging::formatters::AcsBinLogFormatter::format | ( | LogRecord | record | ) | [inline] |
This method should never be called. We only add it to support the inheritance of AcsLogFormatter from Formatter which is useful for text-based subclasses.
| Any alma::acs::logging::formatters::AcsBinLogFormatter::formatAny | ( | Any | anyLogRecord, | |
| LogRecord | logRecord | |||
| ) | [inline, virtual] |
This is the method used by ACS, for all AcsLogFormatters.
Implements alma::acs::logging::formatters::AcsLogFormatter.
References formatBinary().
| LogBinaryRecord alma::acs::logging::formatters::AcsBinLogFormatter::formatBinary | ( | LogRecord | logRecord | ) | [inline, package] |
References alma::ACSLoggingLog::LogBinaryRecord::Antenna, alma::ACSLoggingLog::LogBinaryRecord::Array, alma::ACSLoggingLog::LogBinaryRecord::attributes, alma::ACSLoggingLog::LogBinaryRecord::Audience, alma::acs::logging::LogParameterUtil::extractLongProperty(), alma::acs::logging::LogParameterUtil::extractStringProperty(), alma::ACSLoggingLog::LogBinaryRecord::File, alma::acs::logging::AcsLogLevel::getAcsLevel(), alma::acs::logging::formatters::AcsLogFormatter::getLocalHostName(), alma::acs::logging::LogParameterUtil::getNonSpecialPropertiesMapParameters(), alma::ACSLoggingLog::LogBinaryRecord::Host, alma::ACSLoggingLog::LogBinaryRecord::Line, alma::ACSLoggingLog::LogBinaryRecord::log_data, alma::ACSLoggingLog::LogBinaryRecord::LogContext, alma::ACSLoggingLog::LogBinaryRecord::LogId, alma::ACSLoggingLog::LogBinaryRecord::MsgData, alma::ACSLoggingLog::LogBinaryRecord::Priority, alma::ACSLoggingLog::LogBinaryRecord::Process, alma::ACSLoggingLog::LogBinaryRecord::Routine, alma::ACSLoggingLog::LogBinaryRecord::SourceObject, alma::ACSLoggingLog::LogBinaryRecord::StackId, alma::ACSLoggingLog::LogBinaryRecord::StackLevel, alma::ACSLoggingLog::LogBinaryRecord::Thread, alma::ACSLoggingLog::LogBinaryRecord::TimeStamp, alma::ACSLoggingLog::LogBinaryRecord::type, and alma::ACSLoggingLog::LogBinaryRecord::Uri.
Referenced by formatAny().
1.6.2