C# Class Plugins.Calibre.MockLog

Inheritance: ILog
ファイルを表示 Open project: brunomlopes/ILoveLucene

Public Methods

Method Description
Debug ( string format ) : void
Error ( Exception exception ) : void
Error ( Exception exception, string format ) : void
Info ( string format ) : void
Warn ( string format ) : void

Method Details

Debug() public method

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

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Error() public method

public Error ( Exception exception, string format ) : void
exception System.Exception
format string
return void

Info() public method

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

Warn() public method

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