|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.spi.logging.LogEntryFilter
public class LogEntryFilter
A LogEntry filter that can be used with the LogEntryCache
| Constructor Summary | |
|---|---|
LogEntryFilter(java.lang.String bndRegex)
Create a LogEntryFilter with the associated criteria. |
|
LogEntryFilter(java.lang.String bndRegex,
int level)
Create a LogEntryFilter with the associated criteria. |
|
LogEntryFilter(java.lang.String bndRegex,
int level,
java.lang.String msgRegex)
Create a LogEntryFilter with the associated criteria. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBundleRegex()
Get the Bundle Symbolic-Name regex. |
int |
getLevel()
Get the log entry maximum log level. |
java.lang.String |
getMessageRegex()
Get the log message regex. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogEntryFilter(java.lang.String bndRegex,
int level,
java.lang.String msgRegex)
bndRegex - A regex that matches a Bundle's SymbolicNamelevel - The maximum log level accepted by this filtermsgRegex - A regex that matches the log message
public LogEntryFilter(java.lang.String bndRegex,
int level)
bndRegex - A regex that matches a Bundle's SymbolicNamelevel - The maximum log level accepted by this filterpublic LogEntryFilter(java.lang.String bndRegex)
bndRegex - A regex that matches a Bundle's SymbolicName| Method Detail |
|---|
public java.lang.String getBundleRegex()
public java.lang.String getMessageRegex()
public int getLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||