|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEvent | |
---|---|
org.hippoecm.hst.core.logging | |
org.hippoecm.hst.logging | The org.hippoecm.hst.logging package defines the API for the HST Logging |
Uses of LogEvent in org.hippoecm.hst.core.logging |
---|
Classes in org.hippoecm.hst.core.logging that implement LogEvent | |
---|---|
class |
LogEventImpl
|
Methods in org.hippoecm.hst.core.logging that return LogEvent | |
---|---|
LogEvent |
CircularFIFOLogEventBuffer.get()
|
LogEvent |
CircularFIFOLogEventBuffer.remove()
|
Methods in org.hippoecm.hst.core.logging that return types with arguments of type LogEvent | |
---|---|
Iterator<LogEvent> |
CircularFIFOLogEventBuffer.iterator()
|
Methods in org.hippoecm.hst.core.logging with parameters of type LogEvent | |
---|---|
boolean |
CircularFIFOLogEventBuffer.add(LogEvent event)
|
Uses of LogEvent in org.hippoecm.hst.logging |
---|
Methods in org.hippoecm.hst.logging that return LogEvent | |
---|---|
LogEvent |
LogEventBuffer.get()
Returns the least recently inserted element in this buffer. |
LogEvent |
LogEventBuffer.remove()
Removes the least recently inserted element from this buffer. |
Methods in org.hippoecm.hst.logging that return types with arguments of type LogEvent | |
---|---|
Iterator<LogEvent> |
LogEventBuffer.iterator()
Returns an iterator over this buffer's elements. |
Methods in org.hippoecm.hst.logging with parameters of type LogEvent | |
---|---|
boolean |
LogEventBuffer.add(LogEvent event)
Adds the given log event to this buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |