| Package | Description |
|---|---|
| org.ops4j.pax.logging.spi.support |
This package may be Private-Packaged by particular pax-logging backends (thus doing a copy), so
common functionality (like implementation of
LogReaderService)
is kept in one place. |
| Modifier and Type | Method and Description |
|---|---|
static FormattingTriple |
FormattingTriple.discover(String format,
boolean printfFormatting,
Object... argArray)
According to OSGi R7 Logging specification, argument array may contain
Throwable and/or
ServiceReference among last two arguments. |
static FormattingTriple |
FormattingTriple.resolve(String format,
boolean printfFormatting,
Object... argArray)
According to OSGi R7 Logging specification, argument array may contain
Throwable and/or
ServiceReference among last two arguments. |
Copyright © 2006–2023 OPS4J - Open Participation Software for Java. All rights reserved.