Table of Contents

Interface IMonitor

Namespace
Shift.Common
Assembly
Shift.Common.dll
public interface IMonitor
Extension Methods

Properties

Log

ILog Log { get; }

Property Value

ILog

Methods

Critical(string, params object[])

Uri Critical(string message, params object[] args)

Parameters

message string
args object[]

Returns

Uri

Debug(string, params object[])

Uri Debug(string message, params object[] args)

Parameters

message string
args object[]

Returns

Uri

Error(Exception)

Uri Error(Exception exception)

Parameters

exception Exception

Returns

Uri

Error(string, params object[])

Uri Error(string message, params object[] args)

Parameters

message string
args object[]

Returns

Uri

Flush()

void Flush()

FlushAsync()

Task FlushAsync()

Returns

Task

Information(string, params object[])

Uri Information(string message, params object[] args)

Parameters

message string
args object[]

Returns

Uri

Trace(string, params object[])

Uri Trace(string message, params object[] args)

Parameters

message string
args object[]

Returns

Uri

Warning(string, params object[])

Uri Warning(string message, params object[] args)

Parameters

message string
args object[]

Returns

Uri