fileLoggingEnabled property
bool
get
fileLoggingEnabled
Whether messages are persisted to disk.
Implementation
static bool get fileLoggingEnabled => logFilePath.trim().isNotEmpty;
Whether messages are persisted to disk.
static bool get fileLoggingEnabled => logFilePath.trim().isNotEmpty;