enabled property

bool? enabled
final

是否启用日志拦截器 如果为null,则根据编译模式自动判断(debug模式启用,release模式禁用)

Implementation

final bool? enabled;