| Package | Description |
|---|---|
| org.ops4j.pax.logging.spi |
This package abstracts common concepts related to configuration of popular logging
frameworks/libraries.
|
| Modifier and Type | Method and Description |
|---|---|
PaxLevel |
PaxLoggingEvent.getLevel()
Severity/level/importance of the
logging event. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PaxLevel.isGreaterOrEqual(PaxLevel r)
Returns
true if this level has a higher or equal level (is more important,
has bigger severity) than the level passed as argument, false otherwise. |
Copyright © 2006–2022 OPS4J - Open Participation Software for Java. All rights reserved.