| Package | Description |
|---|---|
| de.mhus.lib.core.logging |
| Modifier and Type | Field and Description |
|---|---|
protected LogEngine |
Log.engine |
| Modifier and Type | Method and Description |
|---|---|
abstract LogEngine |
LogFactory.createInstance(String name)
Construct and return a
Log instance,
using the factory's current set of configuration attributes. |
LogEngine |
ConsoleFactory.createInstance(String name)
Construct and return a
Log instance,
using the factory's current set of configuration attributes. |
LogEngine |
LogFactory.getInstance(Class<?> clazz)
Convenience method to derive a name from the specified class and
call
getInstance(String) with it. |
LogEngine |
LogFactory.getInstance(String name)
Construct (if necessary) and return a
Log instance,
using the factory's current set of configuration attributes. |
LogEngine |
LogFactory.getLog(Class<?> class1) |
Copyright © 2016. All Rights Reserved.