FileLoggerSink implements LoggerSink to provide logging functionality to the file system.
Constructor FileLoggerSink
Path to the file to log to.
Logs a message to the file system with the specified log level.
The log level at which the message should be logged.
The date at which the message was logged.
The object to log.
FileLoggerSink implements LoggerSink to provide logging functionality to the file system.