Show / Hide Table of Contents

Interface ILogProvider

ILogProvider defines the log provider interface.

Namespace: DevInstance.LogScope
Assembly: DevInstance.LogScope.dll
Syntax
public interface ILogProvider

Methods

| Improve this Doc View Source

WriteLine(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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX