C# Class DotNetMigrations.UnitTests.Mocks.MockLog1

Inheritance: LoggerBase
ファイルを表示 Open project: jpoehls/dotnetmigrations Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clears the log output.

Dispose ( ) : void
MockLog1 ( ) : System
Write ( string message ) : void
WriteError ( string message ) : void
WriteLine ( string message ) : void
WriteWarning ( string message ) : void

Method Details

Clear() public method

Clears the log output.
public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

MockLog1() public method

public MockLog1 ( ) : System
return System

Write() public method

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

WriteError() public method

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

WriteLine() public method

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

WriteWarning() public method

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