Enumeration Cases
Initializers
init(rawValue:)
Inherited fromRawRepresentable.init(rawValue:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum CheckoutLogLevel
| Case | Description |
|---|---|
debug | Every message, including the verbose ones. |
error | Errors only. The default. |
info | Informational messages and above. |
silent | No console output. |
warning | Warnings and errors. |
RawRepresentable.init(rawValue:).
init?(rawValue: Int)
Was this page helpful?
