org.netbeans.lib.uihandler
Class LogRecords
java.lang.Object
org.netbeans.lib.uihandler.LogRecords
public final class LogRecords
- extends Object
Can persist and read log records from streams.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decorate
public static void decorate(LogRecord r,
Decorable d)
- Inspects the log record and decorates its content.
- Parameters:
r - the log recordd - callback to be called with inspected values
write
public static void write(OutputStream os,
LogRecord rec)
throws IOException
- Throws:
IOException
scan
public static void scan(InputStream is,
Handler h)
throws IOException
- Throws:
IOException