Class LoggerExtensions
Inheritance
LoggerExtensions
Assembly: DnsClient.dll
Syntax
public static class LoggerExtensions
Methods
|
Improve this Doc
View Source
Log(ILogger, LogLevel, Exception, String, Object[])
Declaration
public static void Log(this ILogger logger, LogLevel logLevel, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
Log(ILogger, LogLevel, Int32, String, Object[])
Declaration
public static void Log(this ILogger logger, LogLevel logLevel, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
Log(ILogger, LogLevel, String, Object[])
Declaration
public static void Log(this ILogger logger, LogLevel logLevel, string message, params object[] args)
Parameters
|
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
Declaration
public static void LogInformation(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
Declaration
public static void LogInformation(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
Declaration
public static void LogInformation(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
Declaration
public static void LogInformation(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
LogWarning(ILogger, Exception, String, Object[])
Declaration
public static void LogWarning(this ILogger logger, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarning(ILogger, Int32, Exception, String, Object[])
Declaration
public static void LogWarning(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarning(ILogger, Int32, String, Object[])
Declaration
public static void LogWarning(this ILogger logger, int eventId, string message, params object[] args)
Parameters
|
Improve this Doc
View Source
LogWarning(ILogger, String, Object[])
Declaration
public static void LogWarning(this ILogger logger, string message, params object[] args)
Parameters