class: ApplicationLog

public class: ApplicationLog
Author: Miriam Doelle (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:08; Modified: 16.07.2009 15:31:08;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {CB881DF9-090E-4caf-A5DB-977EDAED66EC}
ApplicationLog is used for functional logging. All messages are logged to a defined logger. Only info level is allowed.
 

Goto: Custom Properties, Fields, Methods

Appears in: logging

Custom Properties
 
ApplicationLog Attributes
Attribute Details
public static const String
  APPLICATION_LOGGER_NAME
Initial: "de.mpg.escidoc.pubman.application"
Notes: Name of the application logger
private static Logger
  logger
Initial: Logger.getLogger(APPLICATION_LOGGER_NAME)
Notes: Logger instance
 
ApplicationLog Methods
Operation Details
public static
info(
   Messages message,
   Object[] messageArgs):void
Sequential
Notes: Logs the message to the application logger with log level INFO.