/// <summary> /// Initializes a new instance of the <see cref="TraceAspect" /> class. /// </summary> /// <param name="factory">The log factory.</param> public TraceAspect(Infrastructure.Log.Interface.ILoggerFactory factory) { this.factory = factory; this.loggers = new Dictionary <Type, ILoggerImplementation>(); }
/// <summary> /// Initializes a new instance of the <see cref="TraceAspect" /> class. /// </summary> /// <param name="factory">The log factory.</param> public TraceAspect(Infrastructure.Log.Interface.ILoggerFactory factory) { this.factory = factory; this.loggers = new Dictionary<Type, ILoggerImplementation>(); }