C# Class Anotar.Serilog.LogTo

Provides logging functions.
Afficher le fichier Open project: Fody/Anotar

Méthodes publiques

Méthode Description
Debug ( ) : void

Writes the diagnostic message at the Debug level.

Debug ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Debug level.

Debug ( string messageTemplate ) : void

Writes the diagnostic message at the Debug level.

Error ( ) : void

Writes the diagnostic message at the Error level.

Error ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Error level.

Error ( string messageTemplate ) : void

Writes the diagnostic message at the Error level.

Fatal ( ) : void

Writes the diagnostic message at the Fatal level.

Fatal ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Fatal level.

Fatal ( string messageTemplate ) : void

Writes the diagnostic message at the Fatal level.

Information ( ) : void

Writes the diagnostic message at the Info level.

Information ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Info level.

Information ( string messageTemplate ) : void

Writes the diagnostic message at the Info level.

Verbose ( ) : void

Writes the diagnostic message at the Verbose level.

Verbose ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Verbose level.

Verbose ( string messageTemplate ) : void

Writes the diagnostic message at the Verbose level.

Warning ( ) : void

Writes the diagnostic message at the Warn level.

Warning ( Exception exception, string messageTemplate ) : void

Writes the diagnostic message and exception at the Warn level.

Warning ( string messageTemplate ) : void

Writes the diagnostic message at the Warn level.

Method Details

Debug() public static méthode

Writes the diagnostic message at the Debug level.
public static Debug ( ) : void
Résultat void

Debug() public static méthode

Writes the diagnostic message and exception at the Debug level.
public static Debug ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
Résultat void

Debug() public static méthode

Writes the diagnostic message at the Debug level.
public static Debug ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
Résultat void

Error() public static méthode

Writes the diagnostic message at the Error level.
public static Error ( ) : void
Résultat void

Error() public static méthode

Writes the diagnostic message and exception at the Error level.
public static Error ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
Résultat void

Error() public static méthode

Writes the diagnostic message at the Error level.
public static Error ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
Résultat void

Fatal() public static méthode

Writes the diagnostic message at the Fatal level.
public static Fatal ( ) : void
Résultat void

Fatal() public static méthode

Writes the diagnostic message and exception at the Fatal level.
public static Fatal ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
Résultat void

Fatal() public static méthode

Writes the diagnostic message at the Fatal level.
public static Fatal ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
Résultat void

Information() public static méthode

Writes the diagnostic message at the Info level.
public static Information ( ) : void
Résultat void

Information() public static méthode

Writes the diagnostic message and exception at the Info level.
public static Information ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
Résultat void

Information() public static méthode

Writes the diagnostic message at the Info level.
public static Information ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
Résultat void

Verbose() public static méthode

Writes the diagnostic message at the Verbose level.
public static Verbose ( ) : void
Résultat void

Verbose() public static méthode

Writes the diagnostic message and exception at the Verbose level.
public static Verbose ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
Résultat void

Verbose() public static méthode

Writes the diagnostic message at the Verbose level.
public static Verbose ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
Résultat void

Warning() public static méthode

Writes the diagnostic message at the Warn level.
public static Warning ( ) : void
Résultat void

Warning() public static méthode

Writes the diagnostic message and exception at the Warn level.
public static Warning ( Exception exception, string messageTemplate ) : void
exception System.Exception An exception to be logged.
messageTemplate string Message template describing the event.
Résultat void

Warning() public static méthode

Writes the diagnostic message at the Warn level.
public static Warning ( string messageTemplate ) : void
messageTemplate string Message template describing the event.
Résultat void