ENUM
LogType
Contents
- Cases
errorwarninginfodebug
public enum LogType: String
The log type. List of the available type configurations available.
Cases
error
case error
Level that should be used when the application hits an issue preventing one or more functionalities from properly functioning.
warning
case warning
Level that indicates that something unexpected happened in the application, a problem, or a situation that might disturb one of the processes.
info
case info
Level indicating that something happened, the application entered a certain state.
debug
case debug
Level that should be used to gather information that may be needed for diagnosing issues and troubleshooting or when running application in the test environment. The most fine-grained information only used in rare cases where you need the full visibility of what is happening.