doxy/Library/Sources/Internal/Environment+Properties.swift

12 lines
154 B
Swift
Raw Normal View History

2025-02-22 10:21:07 +01:00
import Hummingbird
extension Environment {
// MARK: Computed
public var logLevel: String? {
self.get("LOG_LEVEL")
}
}