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