public class LogManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
channels |
protected Hashtable |
loggers |
| Constructor and Description |
|---|
LogManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChannel(String name,
LogHandler logH) |
Hashtable |
getChannels() |
Log |
getLog(String channel,
String prefix,
Object owner)
Default method to create a log facade.
|
Hashtable |
getLoggers() |
static void |
setDefault(LogHandler l) |
public Hashtable getLoggers()
public Hashtable getChannels()
public static void setDefault(LogHandler l)
public void addChannel(String name, LogHandler logH)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.