Package org.ops4j.pax.logging.spi
Interface PaxDefaultLogStreamProvider
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface PaxDefaultLogStreamProvider extends Closeable
Interface to register OSGi services that give access to singlePrintStreamthat should be used for many file-based default/fallback logs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrintStreamstream()
-
-
-
Method Detail
-
stream
PrintStream stream()
-
-