[fix]GetNext
大石头 编写于 2024-06-25 16:49:36
X
namespace NewLife.Log;

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