• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class LoggerExtensions

    Inheritance
    Object
    LoggerExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DnsClient.Internal
    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
    Type Name Description
    ILogger logger
    LogLevel logLevel
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    LogLevel logLevel
    Int32 eventId
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    LogLevel logLevel
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    String message
    Object[] args
    | Improve this Doc View Source

    LogCritical(ILogger, String, Object[])

    Declaration
    public static void LogCritical(this ILogger logger, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    String message
    Object[] args
    | Improve this Doc View Source

    LogDebug(ILogger, String, Object[])

    Declaration
    public static void LogDebug(this ILogger logger, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    String message
    Object[] args
    | Improve this Doc View Source

    LogError(ILogger, String, Object[])

    Declaration
    public static void LogError(this ILogger logger, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    String message
    Object[] args
    | Improve this Doc View Source

    LogInformation(ILogger, Exception, String, Object[])

    Declaration
    public static void LogInformation(this ILogger logger, Exception exception, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    Exception exception
    String message
    Object[] args
    | Improve this Doc View Source

    LogInformation(ILogger, Int32, Exception, String, Object[])

    Declaration
    public static void LogInformation(this ILogger logger, int eventId, Exception exception, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    Int32 eventId
    Exception exception
    String message
    Object[] args
    | Improve this Doc View Source

    LogInformation(ILogger, Int32, String, Object[])

    Declaration
    public static void LogInformation(this ILogger logger, int eventId, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    Int32 eventId
    String message
    Object[] args
    | Improve this Doc View Source

    LogInformation(ILogger, String, Object[])

    Declaration
    public static void LogInformation(this ILogger logger, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    String message
    Object[] args
    | Improve this Doc View Source

    LogTrace(ILogger, String, Object[])

    Declaration
    public static void LogTrace(this ILogger logger, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    Exception exception
    String message
    Object[] args
    | 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
    Type Name Description
    ILogger logger
    Int32 eventId
    String message
    Object[] args
    | Improve this Doc View Source

    LogWarning(ILogger, String, Object[])

    Declaration
    public static void LogWarning(this ILogger logger, string message, params object[] args)
    Parameters
    Type Name Description
    ILogger logger
    String message
    Object[] args
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net