Show / Hide Table of Contents

    Class LoggerExtensions

    Provides logging extensions for EventIdEnum<TDerived> members.
    Inheritance
    Object
    LoggerExtensions
    Namespace: XploRe.Logging
    Assembly: XploRe.Logging.dll
    Syntax
    public static class LoggerExtensions : Object

    Methods

    Name Description
    LogCritical<T>(ILogger, Exception, EventIdEnum<T>, Object[]) Formats and writes a critical log message based on an EventIdEnum<TDerived> instance.
    LogCritical<T>(ILogger, EventIdEnum<T>, Object[]) Formats and writes a critical log message based on an EventIdEnum<TDerived> instance.
    LogDebug<T>(ILogger, Exception, EventIdEnum<T>, Object[]) Formats and writes a debug log message based on an EventIdEnum<TDerived> instance.
    LogDebug<T>(ILogger, EventIdEnum<T>, Object[]) Formats and writes a debug log message based on an EventIdEnum<TDerived> instance.
    LogError<T>(ILogger, Exception, EventIdEnum<T>, Object[]) Formats and writes an error log message based on an EventIdEnum<TDerived> instance.
    LogError<T>(ILogger, EventIdEnum<T>, Object[]) Formats and writes an error log message based on an EventIdEnum<TDerived> instance.
    LogInformation<T>(ILogger, Exception, EventIdEnum<T>, Object[]) Formats and writes an information log message based on an EventIdEnum<TDerived> instance.
    LogInformation<T>(ILogger, EventIdEnum<T>, Object[]) Formats and writes an information log message based on an EventIdEnum<TDerived> instance.
    LogTrace<T>(ILogger, Exception, EventIdEnum<T>, Object[]) Formats and writes a trace log message based on an EventIdEnum<TDerived> instance.
    LogTrace<T>(ILogger, EventIdEnum<T>, Object[]) Formats and writes a trace log message based on an EventIdEnum<TDerived> instance.
    LogWarning<T>(ILogger, Exception, EventIdEnum<T>, Object[]) Formats and writes a warning log message based on an EventIdEnum<TDerived> instance.
    LogWarning<T>(ILogger, EventIdEnum<T>, Object[]) Formats and writes a warning log message based on an EventIdEnum<TDerived> instance.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.