Table of Contents

Class DebugLoggerAttribute

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

Adds debugg logger.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class DebugLoggerAttribute : LoggerAttribute
Inheritance
DebugLoggerAttribute
Inherited Members
Extension Methods

Constructors

DebugLoggerAttribute()

public DebugLoggerAttribute()

Properties

Logger

Gets instance of logger.

public override ILogger Logger { get; }

Property Value

ILogger