public class LogManager
extends java.lang.Object
This class is responsible for instantiating the correct LogChute
The approach is :
| 构造器和说明 |
|---|
LogManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
updateLog(Log log,
RuntimeServices rsvc)
Update the Log instance with the appropriate LogChute and other
settings determined by the RuntimeServices.
|
public static void updateLog(Log log, RuntimeServices rsvc) throws java.lang.Exception
log - rsvc - java.lang.Exception