MCPcopy Create free account
hub / github.com/dhale/jtk / LoggerStream

Class LoggerStream

core/src/main/java/edu/mines/jtk/util/LoggerStream.java:34–112  ·  view source on GitHub ↗

Wrap a Logger as a PrintStream. Useful mainly for porting code that previously logged to a System PrintStream or to a proxy. Calling LoggerStream.println() will call Logger.info() for Level.INFO. A call to flush() or to a println() method will flush previously written text, a

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected