IScopedLog Interface
Represents a log which allows creating nested scopes.
Inheritance Hierarchy
Inedo.Extensibility.IScopedLog
Syntax
public
interface
IScopedLog
:
Inedo.Diagnostics.ILogSink
,
System.IDisposable
Methods
Name
Description
CreateNestedLog(string scopeName)
Creates a new scope within the current scope.