C# Class IInteractive.Projects.Logging.LogWriterHelper

Afficher le fichier Open project: iinteractive/IInteractive.Projects

Méthodes publiques

Méthode Description
Error ( this writer, object message, Exception exception ) : void
Write ( this writer, object message, string category, int priority, Exception exception ) : void

Method Details

Error() public static méthode

public static Error ( this writer, object message, Exception exception ) : void
writer this
message object
exception System.Exception
Résultat void

Write() public static méthode

public static Write ( this writer, object message, string category, int priority, Exception exception ) : void
writer this
message object
category string
priority int
exception System.Exception
Résultat void