Trim Null
大石头 编写于 2023-10-01 20:46:52
X
namespace NewLife.Log;

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