Porting the logger fix to the branch.

--HG--
branch : perf
This commit is contained in:
Suha Can 2010-12-03 16:58:00 -08:00
parent 86be175d63
commit 1aab29344d

View File

@ -9,7 +9,7 @@ namespace Orchard.Logging {
Fatal
}
public interface ILogger : ISingletonDependency {
public interface ILogger {
bool IsEnabled(LogLevel level);
void Log(LogLevel level, Exception exception, string format, params object[] args);
}