C# Class MusikNet_Library.Logging

Afficher le fichier Open project: nexus49/grado

Méthodes publiques

Méthode Description
Debug ( Type type, string message ) : void
Error ( Type type, Exception ex ) : void
Error ( Type type, Exception ex, string message ) : void
Error ( Type type, string message ) : void
Fatal ( Type type, Exception ex ) : void
Fatal ( Type type, string message ) : void
Info ( Type type, string message ) : void
Warn ( Type type, string message ) : void

Private Methods

Méthode Description
Configlog4net ( ) : void
Logging ( ) : System
getLogger ( Type type ) : log4net.ILog

Method Details

Debug() public static méthode

public static Debug ( Type type, string message ) : void
type System.Type
message string
Résultat void

Error() public static méthode

public static Error ( Type type, Exception ex ) : void
type System.Type
ex System.Exception
Résultat void

Error() public static méthode

public static Error ( Type type, Exception ex, string message ) : void
type System.Type
ex System.Exception
message string
Résultat void

Error() public static méthode

public static Error ( Type type, string message ) : void
type System.Type
message string
Résultat void

Fatal() public static méthode

public static Fatal ( Type type, Exception ex ) : void
type System.Type
ex System.Exception
Résultat void

Fatal() public static méthode

public static Fatal ( Type type, string message ) : void
type System.Type
message string
Résultat void

Info() public static méthode

public static Info ( Type type, string message ) : void
type System.Type
message string
Résultat void

Warn() public static méthode

public static Warn ( Type type, string message ) : void
type System.Type
message string
Résultat void