Trim Null
大石头 authored at 2023-10-01 20:46:52
178.00 B
X
namespace NewLife.Log;

/// <summary>日志功能接口</summary>
public interface ITracerFeature
{
    /// <summary>性能追踪</summary>
    ITracer? Tracer { get; set; }
}