Edit

Share via


ILogConsistencyProtocolServices.Log(LogLevel, String, Object[]) Method

Definition

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