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.Level |
LogEventBuffer.getLevel()
Deprecated.
Returns log level
|
LogEvent.Level |
LogEvent.getLevel()
Deprecated.
Return the level of this event.
|
static LogEvent.Level |
LogEvent.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEvent.Level[] |
LogEvent.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LogEventBuffer.setLevel(LogEvent.Level level)
Deprecated.
Sets log level to store.
|
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.