public class JDKProvider extends Object implements ILogProvider
Constructor and Description |
---|
JDKProvider() |
Modifier and Type | Method and Description |
---|---|
ILog |
getLog(String name)
Retrieve a log object associated with the given name
|
public ILog getLog(String name)
getLog
in interface ILogProvider
name
- the log name (usually hierarchical, like a class name, with '.' notation)