|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LutinLogListener | |
|---|---|
| org.nuiton.log | Ce package permet de mettre en place facilement des logs dans les applications. |
| Uses of LutinLogListener in org.nuiton.log |
|---|
| Classes in org.nuiton.log that implement LutinLogListener | |
|---|---|
class |
MonitorMapper
Helper to monitor LutinLog. |
| Fields in org.nuiton.log with type parameters of type LutinLogListener | |
|---|---|
protected CategorisedListenerSet<LutinLogListener> |
LutinLogFactory.listeners
|
| Methods in org.nuiton.log with parameters of type LutinLogListener | |
|---|---|
void |
LutinLog.addLutinLogListener(LutinLogListener l)
Deprecated. |
void |
LutinLogFactory.addLutinLogListener(LutinLogListener l)
Add listener on all LutinLog |
void |
LutinLogFactory.addLutinLogListener(LutinLog log,
LutinLogListener l)
Add listener on specific LutinLog |
void |
LutinLog.removeLutinLogListener(LutinLogListener l)
Deprecated. |
void |
LutinLogFactory.removeLutinLogListener(LutinLogListener l)
Add listener on all LutinLog |
void |
LutinLogFactory.removeLutinLogListener(LutinLog log,
LutinLogListener l)
Add listener on specific LutinLog |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||