std.logger.filelogger

Members

Aliases

CreateFolder
alias CreateFolder = Flag!"CreateFolder"

An option to create FileLogger directory if it is non-existent.

Classes

FileLogger
class FileLogger

This Logger implementation writes log messages to the associated file. The name of the file has to be passed on construction time. If the file is already present new log messages will be append at its end.

Meta