Udostępnij za pośrednictwem


LoggerExtensions.WriteError Metoda

Definicja

Przeciążenia

WriteError(ILogger, String)

Zapisuje komunikat dziennika błędów.

WriteError(ILogger, String, Exception)

Zapisuje komunikat dziennika błędów.

WriteError(ILogger, String)

Źródło:
LoggerExtensions.cs

Zapisuje komunikat dziennika błędów.

public static void WriteError (this Microsoft.Owin.Logging.ILogger logger, string message);
static member WriteError : Microsoft.Owin.Logging.ILogger * string -> unit
<Extension()>
Public Sub WriteError (logger As ILogger, message As String)

Parametry

logger
ILogger
message
String

Dotyczy

WriteError(ILogger, String, Exception)

Źródło:
LoggerExtensions.cs

Zapisuje komunikat dziennika błędów.

public static void WriteError (this Microsoft.Owin.Logging.ILogger logger, string message, Exception error);
static member WriteError : Microsoft.Owin.Logging.ILogger * string * Exception -> unit
<Extension()>
Public Sub WriteError (logger As ILogger, message As String, error As Exception)

Parametry

logger
ILogger
message
String
error
Exception

Dotyczy