FileLogger

FileLogger constructor

Initializes a new instance of the FileLogger class.

public FileLogger(string filePath, double maxSize)
Parameter Type Description
filePath String The log file path.
maxSize Double The maximum size of the log file in megabytes. The value must be in the range from 0.1 to 1000.

See Also