Public Methods | |
| String | format (LogRecord record) |
| String | getHead (Handler h) |
| String | getTail (Handler h) |
Private Attributes | |
| LogManager | manager = LogManager.getLogManager() |
Static Private Attributes | |
| final SimpleDateFormat | dateFmt = new SimpleDateFormat("yyyy.MM.dd HH:mm:ss") |
| final Date | date = new Date() |
Definition at line 19 of file TerseLoggingFormatter.java.
|
|
Format the given message to XML.
Definition at line 39 of file TerseLoggingFormatter.java. References sosc::TerseLoggingFormatter::date, and sosc::TerseLoggingFormatter::dateFmt. |
|
|
Return the header string for a set of XML formatted records.
Definition at line 105 of file TerseLoggingFormatter.java. |
|
|
Definition at line 112 of file TerseLoggingFormatter.java. |
|
|
Definition at line 32 of file TerseLoggingFormatter.java. Referenced by sosc::TerseLoggingFormatter::format(). |
|
|
Definition at line 29 of file TerseLoggingFormatter.java. Referenced by sosc::TerseLoggingFormatter::format(). |
|
|
Definition at line 24 of file TerseLoggingFormatter.java. |
1.2.15