mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing an issue that caused loggers to be registered twice in some conditions.
--HG-- branch : dev
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Orchard.Logging {
|
|||||||
Fatal
|
Fatal
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface ILogger : ISingletonDependency {
|
public interface ILogger {
|
||||||
bool IsEnabled(LogLevel level);
|
bool IsEnabled(LogLevel level);
|
||||||
void Log(LogLevel level, Exception exception, string format, params object[] args);
|
void Log(LogLevel level, Exception exception, string format, params object[] args);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user