C# Class ILoveLucene.Loggers.DebugLogger
Mostra file
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
public Debug ( string format ) : void |
format |
string |
|
return |
void |
|
public Error ( Exception exception ) : void |
exception |
System.Exception |
|
return |
void |
|
public Error ( Exception exception, string format ) : void |
exception |
System.Exception |
|
format |
string |
|
return |
void |
|
public Info ( string format ) : void |
format |
string |
|
return |
void |
|
public Warn ( string format ) : void |
format |
string |
|
return |
void |
|