klyn.logging.handler.FileLogHandler.FileLogHandler
constructor
public FileLogHandler(path as String, minimumLevel as LogLevel = LogLevel.TRACE, append as Boolean = true):
Description

Creates an appending file handler.

Parameters
ParameterDescription
pathDestination file.
minimumLevelLowest accepted level.
appendWhether existing content is retained.
Example

handler = FileLogHandler("application.log", append=true)