public class NxtLogManager
extends java.util.logging.LogManager
| Constructor and Description | 
|---|
| NxtLogManager()Create the Nxt log manager
 We will let the Java LogManager create its shutdown hook so that the
 shutdown context will be set up properly. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | readConfiguration(java.io.InputStream inStream)Reconfigure logging support using a configuration file | 
| void | reset()Reset the log handlers
 This method is called to reset the log handlers. | 
public NxtLogManager()
public void readConfiguration(java.io.InputStream inStream)
                       throws java.io.IOException,
                              java.lang.SecurityException
readConfiguration in class java.util.logging.LogManagerinStream - Input streamjava.io.IOException - Error reading input streamjava.lang.SecurityException - Caller does not have LoggingPermission("control")public void reset()
reset in class java.util.logging.LogManager