enableDebugLog property

bool get enableDebugLog

是否启用调试日志(生产环境关闭)

Implementation

static bool get enableDebugLog => !isProduction;