Documented the AppArguments protocol and the Environment+Properties extension in the library target.
This commit is contained in:
@@ -4,6 +4,7 @@ extension Environment {
|
||||
|
||||
// MARK: Computed
|
||||
|
||||
/// The logging level set in the environment variables.
|
||||
public var logLevel: String? {
|
||||
self.get("LOG_LEVEL")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user