| Package | Description |
|---|---|
| de.mhus.lib.core | |
| de.mhus.lib.core.lang | |
| de.mhus.lib.core.logging | |
| de.mhus.lib.core.strategy | |
| de.mhus.lib.core.system |
| Modifier and Type | Field and Description |
|---|---|
protected static Log |
MThread.log |
| Modifier and Type | Method and Description |
|---|---|
protected Log |
MLog.log() |
protected Log |
MHousekeeperTask.log() |
| Modifier and Type | Field and Description |
|---|---|
static Log |
DynamicClassLoader.log |
| Modifier and Type | Class and Description |
|---|---|
class |
PrintWriterLog |
| Modifier and Type | Method and Description |
|---|---|
abstract Log |
LogFactory.createInstance(String name)
Construct and return a
Log instance,
using the factory's current set of configuration attributes. |
Log |
ConsoleFactory.createInstance(String name) |
Log |
LogFactory.getInstance(Class<?> clazz)
Convenience method to derive a name from the specified class and
call
getInstance(String) with it. |
Log |
LogFactory.getInstance(String name)
Construct (if necessary) and return a
Log instance,
using the factory's current set of configuration attributes. |
Log |
LogFactory.getLog(Class<?> class1) |
static Log |
Log.getLog(Object owner) |
| Modifier and Type | Method and Description |
|---|---|
Log |
PrintWriterTaskContext.log() |
Log |
Monitor.log() |
Log |
DefaultMonitor.log() |
| Modifier and Type | Method and Description |
|---|---|
Log |
ISingleton.createLog(Object owner) |
Log |
DefaultSingleton.createLog(Object owner) |
Copyright © 2014. All rights reserved.