The FMPLog.OutputType enumeration is used to determine a logging type.
enum FMPLog.OutputType
It is used by the outputType property of the FMPLog class and by the outputType(_:) method of the FMPLog.Builder class.
| Value | Description |
| none | No record. case none |
| database | Record to database. case database |
| console | Record to console. case console |
| consoleAndDatabase | Record to console and database. case consoleAndDatabase |
| Property | Description |
| value | Logging type value.
var value: Int32 { get }
|
See also: