gugga.logging.formatters.XMLFormatter Class Reference

Inheritance diagram for gugga.logging.formatters.XMLFormatter:

Inheritance graph
[legend]
Collaboration diagram for gugga.logging.formatters.XMLFormatter:

Collaboration graph
[legend]
List of all members.

Detailed Description

A XML formatter implementation.

Author:
Ralf Siegel

Definition at line 9 of file XMLFormatter.as.

Public Member Functions

function format (logRecord:LogRecord)

Static Private Member Functions

static function formatDateTime (date:Date)
static function formatData (data:Number)


Member Function Documentation

function gugga.logging.formatters.XMLFormatter.format ( logRecord:LogRecord   ) 

See also:
logging.IFormatter

Definition at line 14 of file XMLFormatter.as.

static function gugga.logging.formatters.XMLFormatter.formatDateTime ( date:Date   )  [static, private]

Formats a given date according to the W3C-Standard dateTime

See also:
http://www.w3.org/TR/xmlschema-2/#isoformats
Parameters:
the Date object
Returns:
the formatted datetime string

Definition at line 34 of file XMLFormatter.as.

static function gugga.logging.formatters.XMLFormatter.formatData ( data:Number   )  [static, private]

Decorates number with a trailing 0 if needed

Parameters:
the number to be checked
Returns:
the formatted number string

Definition at line 50 of file XMLFormatter.as.


Generated on Fri May 11 17:14:16 2007 for GuggaFramework by  doxygen 1.5.2