| Package | Description |
|---|---|
| net.lecousin.framework.application |
Main classes to initialize this library: LCCore and Application.
|
| net.lecousin.framework.concurrent.async |
Classes implementing synchronization points such as asynchronous result, join point...
|
| net.lecousin.framework.log |
Logging.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
Application.getDefaultLogger() |
default Logger |
LCCore.Environment.getMemoryLogger()
Return the system logger with name "Memory".
|
Logger |
StandaloneLCCore.getSystemLogger(String name) |
Logger |
LCCore.Environment.getSystemLogger(String name)
Return a system logger, that may be used during initialization of the environment.
|
default Logger |
LCCore.Environment.getThreadingLogger()
Return the system logger with name "Threading".
|
| Modifier and Type | Method and Description |
|---|---|
default void |
IAsync.logListenerError(Logger log,
Object listener,
Throwable error)
Log an error thrown by a listener.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
LoggerFactory.getDefault() |
Logger |
LoggerFactory.getLogger(Class<?> cl)
Return the logger for the given class.
|
Logger |
LoggerFactory.getLogger(String name)
Return the logger with the given name.
|
Copyright © 2019. All rights reserved.