• CacheManager
  • Documentation
  • Api Docs
  • MichaCo.net
    Show / Hide Table of Contents

    Class LoggerExtensions

    Inheritance
    Object
    LoggerExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    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

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

    Declaration
    public static void LogInfo(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

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

    Declaration
    public static void LogInfo(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

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

    Declaration
    public static void LogInfo(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

    LogInfo(ILogger, String, Object[])

    Declaration
    public static void LogInfo(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

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

    Declaration
    public static void LogWarn(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

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

    Declaration
    public static void LogWarn(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

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

    Declaration
    public static void LogWarn(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

    LogWarn(ILogger, String, Object[])

    Declaration
    public static void LogWarn(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