v0.1.4-pre.015
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-config-lib/src/management.rs
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
/// Raw source of one registered Config document read for explicit management/correction.
|
||||
#[derive(Clone, Eq, PartialEq)]
|
||||
@@ -482,6 +482,11 @@ impl LoggingFileConfig {
|
||||
return self.ansi;
|
||||
}
|
||||
|
||||
/// Sets whether ANSI output is requested. Persistence validation currently requires persistent file ANSI to remain disabled.
|
||||
pub fn set_ansi(&mut self, value: bool) {
|
||||
self.ansi = value;
|
||||
}
|
||||
|
||||
/// Returns the output filter.
|
||||
#[must_use]
|
||||
pub const fn filter(&self) -> &LoggingOutputFilterConfig {
|
||||
|
||||
Reference in New Issue
Block a user