Class FileTarget
public class FileTarget : ILogTarget
- Inheritance
-
FileTarget
- Implements
Constructors
FileTarget(string)
public FileTarget(string filePath)
Parameters
filePath
string
Properties
Level
public LogLevel Level { get; set; }
Property Value
Methods
Dispose()
public void Dispose()
Log(LogLevel, string, (string key, object value)[], Logger)
public void Log(LogLevel level, string message, (string key, object value)[] args, Logger logger)