![]() | ![]() |


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) |
| function gugga.logging.formatters.XMLFormatter.format | ( | logRecord:LogRecord | ) |
| static function gugga.logging.formatters.XMLFormatter.formatDateTime | ( | date:Date | ) | [static, private] |
Formats a given date according to the W3C-Standard dateTime
| the | Date object |
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
| the | number to be checked |
Definition at line 50 of file XMLFormatter.as.
1.5.2