public class LogConsoleUtil
extends java.lang.Object
| Constructor and Description |
|---|
LogConsoleUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkBreakpoint()
This method is here for the sole purpose of providing a place to insert a breakpoint when a log message is found for
matching highlite pattern.
|
static java.util.List<java.util.logging.LogRecord> |
deserializeLogRecords(java.io.InputStream in) |
static void |
serializeLogRecords(java.util.List<java.util.logging.LogRecord> list,
java.io.OutputStream out) |
public static void serializeLogRecords(java.util.List<java.util.logging.LogRecord> list,
java.io.OutputStream out)
throws java.io.IOException
java.io.IOExceptionpublic static java.util.List<java.util.logging.LogRecord> deserializeLogRecords(java.io.InputStream in)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionpublic static void checkBreakpoint()