Edit

Share via


ILogConsistencyProtocolServices.Log Method

Definition

Overloads

Log(LogLevel, String, Object[])

Output the specified message at the specified log level.

Log(Severity, String, Object[])

Output the specified message at the specified log level.

Log(LogLevel, String, Object[])

Source:
ILogConsistencyProtocolServices.cs

Output the specified message at the specified log level.

public void Log (Microsoft.Extensions.Logging.LogLevel level, string format, params object[] args);
abstract member Log : Microsoft.Extensions.Logging.LogLevel * string * obj[] -> unit
Public Sub Log (level As LogLevel, format As String, ParamArray args As Object())

Parameters

level
LogLevel
format
String
args
Object[]

Applies to

Log(Severity, String, Object[])

Output the specified message at the specified log level.

public void Log (Orleans.Runtime.Severity severity, string format, params object[] args);
abstract member Log : Orleans.Runtime.Severity * string * obj[] -> unit
Public Sub Log (severity As Severity, format As String, ParamArray args As Object())

Parameters

severity
Severity
format
String
args
Object[]

Applies to