public class RichFacesLog extends Object implements Log, AdvancedVisibleComponentIteractions<RichFacesLog.AdvancedLogInteractions>
| Modifier and Type | Class and Description |
|---|---|
class |
RichFacesLog.AdvancedLogInteractions |
static class |
RichFacesLog.RichFacesLogEntries |
static class |
RichFacesLog.RichFacesLogEntry |
Log.LogEntryLevel| Constructor and Description |
|---|
RichFacesLog() |
| Modifier and Type | Method and Description |
|---|---|
RichFacesLog.AdvancedLogInteractions |
advanced() |
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.
|
public RichFacesLog.AdvancedLogInteractions advanced()
advanced in interface AdvancedInteractions<RichFacesLog.AdvancedLogInteractions>public void clear()
Logpublic void changeLevel(Log.LogEntryLevel level)
Loglevel, or bigger.changeLevel in interface Loglevel - the severity level to be set to this log componentLog.LogEntryLevelpublic ListComponent<? extends LogEntry> getLogEntries()
LoggetLogEntries in interface LogCopyright © 2014 JBoss by Red Hat. All Rights Reserved.