Share via


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

Definizione

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)

Parametri

logLevel
LogLevel
logName
String
eventId
Int32
message
String
exception
Exception

Si applica a