Packages

object ProcessLogger

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessLogger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def toOutputStream(logFn: (String) ⇒ Unit): OutputStream

    Creates an OutputStream from a logging function

    Creates an OutputStream from a logging function

    logFn

    A function that logs the given string to a logger.

    returns

    An OutputStream that can be used as System.in or System.err.

  2. def toPrintStream(logFn: (String) ⇒ Unit): PrintStream

    Creates a PrintStream from a logging function

    Creates a PrintStream from a logging function

    logFn

    A function that logs the given string to a logger.

    returns

    A PrintStream that can be used as System.in or System.err.