Header menu logo B2R2

FilePrinter Type

Represents a printer that writes log messages to a file. This printer immediately flushes out all the strings to the file whenever a log method is called.

Constructors

Constructor Description

FilePrinter(filePath)

Full Usage: FilePrinter(filePath)

Parameters:
    filePath : string

Returns: FilePrinter
filePath : string
Returns: FilePrinter

FilePrinter(filePath, myLevel)

Full Usage: FilePrinter(filePath, myLevel)

Parameters:
Returns: FilePrinter
filePath : string
myLevel : LogLevel
Returns: FilePrinter

Type something to start searching.