even more better types
This commit is contained in:
@@ -347,8 +347,8 @@ class LoggingConfigurationBase {
|
|||||||
return this.#conversions;
|
return this.#conversions;
|
||||||
}
|
}
|
||||||
|
|
||||||
getAllLoggers() {
|
getAllLoggers(): Logging[] {
|
||||||
return this.sources.values();
|
return this.sources.values().toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
get timeFormat(): TimeFormat { return this.#timeFormat }
|
get timeFormat(): TimeFormat { return this.#timeFormat }
|
||||||
|
|||||||
Reference in New Issue
Block a user