LogType

View as Markdown

LogType

The type of logger to use.

NameTypeDescription
print LogType

Log using simple Swift print statements.

nsLog LogType

Log using NSLog.

custom(CustomLogger) ContentstackRegion

Log using a custom logger.