|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILogPublisher | |
|---|---|
| cz.cuni.amis.pogamut.base.utils.logging | |
| cz.cuni.amis.pogamut.base.utils.logging.jmx | |
| Uses of ILogPublisher in cz.cuni.amis.pogamut.base.utils.logging |
|---|
| Classes in cz.cuni.amis.pogamut.base.utils.logging that implement ILogPublisher | |
|---|---|
class |
LogPublisher
Implementation for the ILogPublisher interface that contains a Formatter for the LogRecords. |
static class |
LogPublisher.ConsolePublisher
|
static class |
LogPublisher.FilePublisher
|
class |
NetworkLogPublisher
Publisher that is used by AbstractAgentLogger that passes all the logs into NetworkLogManager. |
| Fields in cz.cuni.amis.pogamut.base.utils.logging declared as ILogPublisher | |
|---|---|
protected ILogPublisher |
LogHandler.publisher
|
| Methods in cz.cuni.amis.pogamut.base.utils.logging that return ILogPublisher | |
|---|---|
ILogPublisher |
LogHandler.getPublisher()
Returns actual publisher of the hanlder. |
| Methods in cz.cuni.amis.pogamut.base.utils.logging with parameters of type ILogPublisher | |
|---|---|
Handler |
IAgentLogger.addDefaultPublisher(ILogPublisher publisher)
Adds publisher to every existing LogCategory plus to every new one. |
Handler |
AbstractAgentLogger.addDefaultPublisher(ILogPublisher publisher)
|
LogHandler |
LogCategory.addHandler(ILogPublisher publisher)
Returns new LogHandler with specified ILogPublisher that is appended to the logger and filters log messages for this category. |
void |
IAgentLogger.addToAllCategories(ILogPublisher logPublisher)
Adds new publisher to all categories. |
void |
AbstractAgentLogger.addToAllCategories(ILogPublisher logPublisher)
|
void |
LogHandler.setPublisher(ILogPublisher publisher)
Sets new publisher to the handler. |
| Constructors in cz.cuni.amis.pogamut.base.utils.logging with parameters of type ILogPublisher | |
|---|---|
LogHandler(ILogPublisher publisher)
Creates log handler with specific publisher. |
|
| Uses of ILogPublisher in cz.cuni.amis.pogamut.base.utils.logging.jmx |
|---|
| Classes in cz.cuni.amis.pogamut.base.utils.logging.jmx that implement ILogPublisher | |
|---|---|
class |
JMXLogPublisher
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||