|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntry | |
---|---|
org.almendra.commons.util.logging | |
org.almendra.janet.cas.logger | |
org.almendra.janet.cas.node | |
org.almendra.janet.cas.node.gui |
Uses of LogEntry in org.almendra.commons.util.logging |
---|
Methods in org.almendra.commons.util.logging that return LogEntry | |
---|---|
protected LogEntry |
Logger.getLogEntry(java.lang.String entryString)
|
LogEntry |
LoggerAccessor.getNewLogEntry()
|
LogEntry |
Logger.getNewLogEntry()
|
Methods in org.almendra.commons.util.logging with parameters of type LogEntry | |
---|---|
void |
LoggerAccessor.debug(LogEntry entry)
|
void |
Logger.debug(LogEntry entry)
|
void |
LoggerAccessor.error(LogEntry entry)
|
void |
Logger.error(LogEntry entry)
|
void |
LoggerAccessor.exception(LogEntry entry)
|
void |
Logger.exception(LogEntry entry)
|
void |
LoggerAccessor.fatal(LogEntry entry)
|
void |
Logger.fatal(LogEntry entry)
|
protected void |
LogEntry.fillFromEntryTemplate(LogEntry entry)
Fill a LogEntry with the values from another LogEntry object. |
void |
LoggerAccessor.freeText(LogEntry entry)
|
void |
Logger.freeText(LogEntry entry)
|
void |
LoggerAccessor.info(LogEntry entry)
|
void |
Logger.info(LogEntry entry)
|
protected void |
Logger.log(LogEntry entry)
|
void |
ILogListener.log(LogEntry entry)
|
protected void |
Logger.primLog(LogEntry entry)
|
protected void |
Logger.sendToListeners(LogEntry entry)
|
void |
LoggerAccessor.warn(LogEntry entry)
|
void |
Logger.warn(LogEntry entry)
|
Constructors in org.almendra.commons.util.logging with parameters of type LogEntry | |
---|---|
LogEntry(LogEntry entry)
Creates a new LogEntry object. |
Uses of LogEntry in org.almendra.janet.cas.logger |
---|
Methods in org.almendra.janet.cas.logger with parameters of type LogEntry | |
---|---|
void |
LogListener.log(LogEntry entry)
|
void |
LogCollector.log(LogEntry entry)
|
protected boolean |
LogListener.preventEndlessLoop(LogEntry entry)
|
Uses of LogEntry in org.almendra.janet.cas.node |
---|
Subclasses of LogEntry in org.almendra.janet.cas.node | |
---|---|
class |
LogEntry
LogEntry class that adds additional Janet-specific attributes to the default LogEntry class from org.almendra.commons.commons.util.logging. |
Methods in org.almendra.janet.cas.node that return LogEntry | |
---|---|
LogEntry |
Logger.getNewLogEntry()
|
Uses of LogEntry in org.almendra.janet.cas.node.gui |
---|
Methods in org.almendra.janet.cas.node.gui with parameters of type LogEntry | |
---|---|
void |
NodeViewController.log(LogEntry entry)
|
void |
LogListener.log(LogEntry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |