Package | Description |
---|---|
org.hippoecm.hst.logging |
The org.hippoecm.hst.logging package defines the API for the HST Logging
|
Modifier and Type | Method and Description |
---|---|
LogEvent |
LogEventBuffer.get()
Deprecated.
Returns the least recently inserted element in this buffer.
|
LogEvent |
LogEventBuffer.remove()
Deprecated.
Removes the least recently inserted element from this buffer.
|
Modifier and Type | Method and Description |
---|---|
Iterator<LogEvent> |
LogEventBuffer.iterator()
Deprecated.
Returns an iterator over this buffer's elements.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogEventBuffer.add(LogEvent event)
Deprecated.
Adds the given log event to this buffer.
|
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.