LogType
LogType
The type of logger to use.
| Name | Type | Description |
|---|---|---|
| LogType | Log using simple Swift print statements. | |
| nsLog | LogType | Log using NSLog. |
| custom(CustomLogger) | ContentstackRegion | Log using a custom logger. |
The type of logger to use.
| Name | Type | Description |
|---|---|---|
| LogType | Log using simple Swift print statements. | |
| nsLog | LogType | Log using NSLog. |
| custom(CustomLogger) | ContentstackRegion | Log using a custom logger. |