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
|
|
|
Full Usage:
FilePrinter(filePath, myLevel)
Parameters:
string
myLevel : LogLevel
Returns: FilePrinter
|
|
B2R2