Class LoggerExtensions
Inheritance
LoggerExtensions
Namespace:CacheManager.Core.Logging
Assembly:CacheManager.Core.dll
Syntax
public static class LoggerExtensions
Methods
|
Improve this Doc
View Source
LogCritical(ILogger, Exception, String, Object[])
Declaration
public static void LogCritical(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogCritical(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogCritical(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogCritical(ILogger, Int32, String, Object[])
Declaration
public static void LogCritical(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogCritical(ILogger, String, Object[])
Declaration
public static void LogCritical(this ILogger logger, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogDebug(ILogger, Exception, String, Object[])
Declaration
public static void LogDebug(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogDebug(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogDebug(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogDebug(ILogger, Int32, String, Object[])
Declaration
public static void LogDebug(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogDebug(ILogger, String, Object[])
Declaration
public static void LogDebug(this ILogger logger, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogError(ILogger, Exception, String, Object[])
Declaration
public static void LogError(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogError(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogError(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogError(ILogger, Int32, String, Object[])
Declaration
public static void LogError(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogError(ILogger, String, Object[])
Declaration
public static void LogError(this ILogger logger, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogInfo(ILogger, Exception, String, Object[])
Declaration
public static void LogInfo(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogInfo(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogInfo(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogInfo(ILogger, Int32, String, Object[])
Declaration
public static void LogInfo(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogInfo(ILogger, String, Object[])
Declaration
public static void LogInfo(this ILogger logger, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogTrace(ILogger, Exception, String, Object[])
Declaration
public static void LogTrace(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogTrace(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogTrace(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogTrace(ILogger, Int32, String, Object[])
Declaration
public static void LogTrace(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogTrace(ILogger, String, Object[])
Declaration
public static void LogTrace(this ILogger logger, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarn(ILogger, Exception, String, Object[])
Declaration
public static void LogWarn(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarn(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogWarn(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarn(ILogger, Int32, String, Object[])
Declaration
public static void LogWarn(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarn(ILogger, String, Object[])
Declaration
public static void LogWarn(this ILogger logger, string message, params object[] args)
Parameters