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()
Log
public void changeLevel(Log.LogEntryLevel level)
Log
level
, or bigger.changeLevel
in interface Log
level
- the severity level to be set to this log componentLog.LogEntryLevel
public ListComponent<? extends LogEntry> getLogEntries()
Log
getLogEntries
in interface Log
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.