ILogConsistencyProtocolServices.Log(LogLevel, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]