C# Class nDump.Logging.ConsoleLogger

Inheritance: ILogger
Afficher le fichier Open project: SteveMoyer/nDump Class Usage Examples

Méthodes publiques

Méthode Description
Log ( Exception ex ) : void
Log ( String message ) : void

Method Details

Log() public méthode

public Log ( Exception ex ) : void
ex System.Exception
Résultat void

Log() public méthode

public Log ( String message ) : void
message String
Résultat void