C# Class Library.Log

Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

Méthode Description
Error ( Exception exception ) : void
Error ( string value ) : void
Information ( Exception exception ) : void
Information ( string value ) : void
Warning ( Exception exception ) : void
Warning ( string value ) : void

Private Methods

Méthode Description
FromException ( Exception exception ) : string
LogEventHandler ( LogEventArgs e ) : void

Method Details

Error() public static méthode

public static Error ( Exception exception ) : void
exception System.Exception
Résultat void

Error() public static méthode

public static Error ( string value ) : void
value string
Résultat void

Information() public static méthode

public static Information ( Exception exception ) : void
exception System.Exception
Résultat void

Information() public static méthode

public static Information ( string value ) : void
value string
Résultat void

Warning() public static méthode

public static Warning ( Exception exception ) : void
exception System.Exception
Résultat void

Warning() public static méthode

public static Warning ( string value ) : void
value string
Résultat void