Table of Contents

Class LoggerAttribute

Namespace
nanoFramework.Benchmark.Attributes.Abstract
Assembly
nanoFramework.Benchmark.dll

Base class for loggers.

[AttributeUsage(AttributeTargets.Class)]
public abstract class LoggerAttribute : Attribute
Inheritance
LoggerAttribute
Derived
Inherited Members
Extension Methods

Constructors

LoggerAttribute()

protected LoggerAttribute()

Properties

Logger

Gets instance of logger.

public abstract ILogger Logger { get; }

Property Value

ILogger