C# Class nDump.Logging.NullLogger

Inheritance: ILogger
Exibir arquivo Open project: SteveMoyer/nDump

Public Methods

Method Description
Log ( Exception ex ) : void
Log ( string message ) : void

Method Details

Log() public method

public Log ( Exception ex ) : void
ex System.Exception
return void

Log() public method

public Log ( string message ) : void
message string
return void