public interface Log
Modifier and Type | Interface and Description |
---|---|
static class |
Log.LogEntryLevel
Represents the various levels of logs.
|
Modifier and Type | Method and Description |
---|---|
void |
changeLevel(Log.LogEntryLevel level)
Changes log level of this component.
|
void |
clear()
Clears the all messages in log.
|
ListComponent<? extends LogEntry> |
getLogEntries()
Returns all log entries.
|
void changeLevel(Log.LogEntryLevel level)
level
, or bigger.level
- the severity level to be set to this log componentLog.LogEntryLevel
void clear()
ListComponent<? extends LogEntry> getLogEntries()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.