Provides a java.io.Writer interface to a Logger. Content is line-buffered and logged at level.
A line is delimited by nl, which is by default the platform line separator.
Linear Supertypes
Writer, Flushable, Closeable, AutoCloseable, Appendable, AnyRef, Any
Provides a
java.io.Writerinterface to aLogger. Content is line-buffered and logged atlevel. A line is delimited bynl, which is by default the platform line separator.