Public Member Functions

alma.acs.logging.formatters.ConsoleLogFormatter Class Reference

Inherits java::util::logging::Formatter.

List of all members.

Public Member Functions

String format (LogRecord record)

Detailed Description

An implementation of java.util.logging.Formatter. Produces single line log reports meant to go to the console.

Author:
Matej Sekoranja (matej.sekoranjaATcosylab.com)

Member Function Documentation

String alma.acs.logging.formatters.ConsoleLogFormatter.format ( LogRecord  record  ) 

Format the given LogRecord.

Parameters:
record the log record to be formatted.
Returns:
a formatted log record

References alma.acs.logging.LogParameterUtil.getNonSpecialPropertiesMapParameters().


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