|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEntry | |
---|---|
com.genesyslab.platform.logging | |
com.genesyslab.platform.logging.runtime | |
com.genesyslab.platform.logging.runtime.targets |
Uses of LogEntry in com.genesyslab.platform.logging |
---|
Methods in com.genesyslab.platform.logging with parameters of type LogEntry | |
---|---|
void |
LoggerEx.write(LogEntry entry)
Writes the passed LogEntry to all outputs. |
Constructors in com.genesyslab.platform.logging with parameters of type LogEntry | |
---|---|
LogEntry(LogEntry entry)
Copy constructor. |
Uses of LogEntry in com.genesyslab.platform.logging.runtime |
---|
Methods in com.genesyslab.platform.logging.runtime with parameters of type LogEntry | |
---|---|
void |
Logger.doWrite(LogEntry entry)
|
void |
InternalRootLogger.doWrite(LogEntry entry)
|
void |
AbstractLogger.write(LogEntry entry)
Writes the passed LogEntry to outputs. |
Uses of LogEntry in com.genesyslab.platform.logging.runtime.targets |
---|
Methods in com.genesyslab.platform.logging.runtime.targets with parameters of type LogEntry | |
---|---|
protected void |
SpooledNetworkTarget.doWrite(LogEntry entry)
|
protected void |
NullTarget.doWrite(LogEntry entry)
|
protected void |
FileTarget.doWrite(LogEntry entry)
|
protected void |
ConsoleTarget.doWrite(LogEntry entry)
|
protected abstract void |
BaseTarget.doWrite(LogEntry entry)
|
java.lang.String |
Formatter.format(LogEntry entry)
|
void |
Target.write(LogEntry entry)
This method is called by Logger to write the passed entry. |
void |
MessageServerTarget.write(LogEntry entry)
|
void |
BaseTarget.write(LogEntry entry)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |