|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEvent.Level | |
---|---|
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.Level in org.hippoecm.hst.core.logging |
---|
Fields in org.hippoecm.hst.core.logging declared as LogEvent.Level | |
---|---|
protected LogEvent.Level |
CircularFIFOLogEventBuffer.logLevel
|
Methods in org.hippoecm.hst.core.logging that return LogEvent.Level | |
---|---|
LogEvent.Level |
CircularFIFOLogEventBuffer.getLevel()
|
LogEvent.Level |
LogEventImpl.getLevel()
|
Methods in org.hippoecm.hst.core.logging with parameters of type LogEvent.Level | |
---|---|
void |
CircularFIFOLogEventBuffer.setLevel(LogEvent.Level logLevel)
|
Constructors in org.hippoecm.hst.core.logging with parameters of type LogEvent.Level | |
---|---|
LogEventImpl(String loggerName,
LogEvent.Level level,
String message)
|
|
LogEventImpl(String loggerName,
LogEvent.Level level,
String message,
String threadName,
long timestamp)
|
Uses of LogEvent.Level in org.hippoecm.hst.logging |
---|
Methods in org.hippoecm.hst.logging that return LogEvent.Level | |
---|---|
LogEvent.Level |
LogEventBuffer.getLevel()
Returns log level |
LogEvent.Level |
LogEvent.getLevel()
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. |
Methods in org.hippoecm.hst.logging with parameters of type LogEvent.Level | |
---|---|
void |
LogEventBuffer.setLevel(LogEvent.Level level)
Sets log level to store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |