Interface ILogProvider
ILogProvider defines the log provider interface.
Namespace: DevInstance.LogScope
Assembly: DevInstance.LogScope.dll
Syntax
public interface ILogProvider
Methods
| Improve this Doc View SourceWriteLine(LogLevel, String)
Write log line.
Declaration
void WriteLine(LogLevel level, string line)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | log level |
System.String | line | reformatted string to log |