C# Class Linker.SimpleConsoleLogger

Inheritance: ILinkerLogger
ファイルを表示 Open project: riccardone/EventStore.Tools.Linker

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Error ( string message, Exception ex ) : void
Info ( string message ) : void
SimpleConsoleLogger ( string moduleName ) : System
Warn ( string message ) : void
Warn ( string message, Exception ex ) : void

Method Details

Debug() public method

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

Error() public method

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

Error() public method

public Error ( string message, Exception ex ) : void
message string
ex Exception
return void

Info() public method

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

SimpleConsoleLogger() public method

public SimpleConsoleLogger ( string moduleName ) : System
moduleName string
return System

Warn() public method

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

Warn() public method

public Warn ( string message, Exception ex ) : void
message string
ex Exception
return void