ConsoleLogger.WriteMessage(LogLevel, String, Int32, String, Exception) Method

Definition

public:
 virtual void WriteMessage(Microsoft::Extensions::Logging::LogLevel logLevel, System::String ^ logName, int eventId, System::String ^ message, Exception ^ exception);
public virtual void WriteMessage (Microsoft.Extensions.Logging.LogLevel logLevel, string logName, int eventId, string message, Exception exception);
abstract member WriteMessage : Microsoft.Extensions.Logging.LogLevel * string * int * string * Exception -> unit
override this.WriteMessage : Microsoft.Extensions.Logging.LogLevel * string * int * string * Exception -> unit
Public Overridable Sub WriteMessage (logLevel As LogLevel, logName As String, eventId As Integer, message As String, exception As Exception)

Parameters

logLevel
LogLevel
logName
String
eventId
Int32
message
String
exception
Exception

Applies to