public FileLogEventArgs(FileLogEventType type, string logFilePath) { Type = type; LogFilePath = logFilePath; }
public FileLogEventArgs(FileLogEventType type) { Type = type; }