C# Class LuceneIndexManager.Util.LogExtensions

Mostra file Open project: tucaz/LuceneIndexManager

Public Methods

Method Description
Debug ( this message ) : void
Error ( this message ) : void
Info ( this message ) : void

Method Details

Debug() public static method

public static Debug ( this message ) : void
message this
return void

Error() public static method

public static Error ( this message ) : void
message this
return void

Info() public static method

public static Info ( this message ) : void
message this
return void