C# Class FS.Log.Default.DefaultLog

Inheritance: ILog
Afficher le fichier Open project: FarseerNet/Farseer.Net

Méthodes publiques

Méthode Description
Debug ( Exception exception, string message = null ) : void
Debug ( string message ) : void
Error ( Exception exception, string message = null ) : void
Error ( string message ) : void
Fatal ( Exception exception, string message = null ) : void
Fatal ( string message ) : void
Info ( Exception exception, string message = null ) : void
Info ( string message ) : void
Warn ( Exception exception, string message = null ) : void
Warn ( string message ) : void

Method Details

Debug() public méthode

public Debug ( Exception exception, string message = null ) : void
exception System.Exception
message string
Résultat void

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( Exception exception, string message = null ) : void
exception System.Exception
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( Exception exception, string message = null ) : void
exception System.Exception
message string
Résultat void

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( Exception exception, string message = null ) : void
exception System.Exception
message string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( Exception exception, string message = null ) : void
exception System.Exception
message string
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void