Uses of Class
org.ops4j.pax.logging.spi.support.FormattingTriple
-
Packages that use FormattingTriple 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 ofLogReaderService) is kept in one place. -
-
Uses of FormattingTriple in org.ops4j.pax.logging.spi.support
Methods in org.ops4j.pax.logging.spi.support that return FormattingTriple Modifier and Type Method Description static FormattingTripleFormattingTriple. discover(String format, boolean printfFormatting, Object... argArray)According to OSGi R7 Logging specification, argument array may containThrowableand/orServiceReferenceamong last two arguments.static FormattingTripleFormattingTriple. resolve(String format, boolean printfFormatting, Object... argArray)According to OSGi R7 Logging specification, argument array may containThrowableand/orServiceReferenceamong last two arguments.
-