C# Class Pytocs.TypeInference.FakeLogger

Inheritance: ILogger
Afficher le fichier Open project: uxmal/pytocs

Méthodes publiques

Méthode Description
Error ( Exception ex, string format ) : void
Error ( string format ) : void
Inform ( string p ) : void
Verbose ( string p ) : void

Method Details

Error() public méthode

public Error ( Exception ex, string format ) : void
ex System.Exception
format string
Résultat void

Error() public méthode

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

Inform() public méthode

public Inform ( string p ) : void
p string
Résultat void

Verbose() public méthode

public Verbose ( string p ) : void
p string
Résultat void