Search Results for

    Show / Hide Table of Contents

    Class LoggerAttribute

    Base class for loggers.

    Inheritance
    object
    Attribute
    LoggerAttribute
    DebugLoggerAttribute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: nanoFramework.Benchmark.Attributes.Abstract
    Assembly: nanoFramework.Benchmark.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class)]
    public abstract class LoggerAttribute : Attribute

    Constructors

    LoggerAttribute()

    Declaration
    protected LoggerAttribute()

    Properties

    Logger

    Gets instance of logger.

    Declaration
    public abstract ILogger Logger { get; }
    Property Value
    Type Description
    ILogger

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX