C# Class Endjin.Assembly.ChangeDetection.Infrastructure.NullTraceListener

Inheritance: TraceListener
Show file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
Write ( string message ) : void
WriteLine ( object o ) : void
WriteLine ( string message ) : void

Method Details

Write() public method

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

WriteLine() public method

public WriteLine ( object o ) : void
o object
return void

WriteLine() public method

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