A wrapper for the rfs module that will optionally write to disk immediately by creating and closing a new stream on each write.

Hierarchy

  • RotatingFileStream

Constructors

Methods

Constructors

Methods

  • Ends the instance's internal stream

    When immediate is not true, a call to write after calling this method will throw an error.

    Returns void