public class LogManager extends Object
This class is responsible for instantiating the correct LogChute
The approach is :
| Constructor and Description |
|---|
LogManager() |
| Modifier and Type | Method and Description |
|---|---|
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 Exception
log - rsvc - ExceptionCopyright © 2000–2016. All rights reserved.