logging abstraction
This commit is contained in:
@ -6,8 +6,8 @@ namespace Oqtane.Infrastructure
|
||||
{
|
||||
public interface ILogManager
|
||||
{
|
||||
void Log(LogLevel Level, string Category, LogFunction Function, string Message, params object[] Args);
|
||||
void Log(LogLevel Level, string Category, LogFunction Function, Exception Exception, string Message, params object[] Args);
|
||||
void Log(LogLevel Level, object Class, LogFunction Function, string Message, params object[] Args);
|
||||
void Log(LogLevel Level, object Class, LogFunction Function, Exception Exception, string Message, params object[] Args);
|
||||
void Log(Log Log);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user