C# Class nDump.Logging.NullLogger

Inheritance: ILogger
Afficher le fichier Open project: SteveMoyer/nDump

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