Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLLogFormatType

SDLLogFormatType Enumeration Reference

Section Contents

Overview

The output format of logs; how they will appear when printed out into a string.

SDLLogFormatTypeSimple

A bare-bones log format: 09:52:07:324 🔹 (SDL)Protocol – a random test i guess

Objective-C

SDLLogFormatTypeSimple

Swift

case simple = 0

SDLLogFormatTypeDefault

A middle detail default log format: 09:52:07:324 🔹 (SDL)Protocol:SDLV2ProtocolHeader:25 – Some log message

Objective-C

SDLLogFormatTypeDefault

Swift

case `default` = 1

SDLLogFormatTypeDetailed

A very detailed log format: 09:52:07:324 🔹 DEBUG com.apple.main-thread:(SDL)Protocol:[SDLV2ProtocolHeader parse:]:74 – Some log message

Objective-C

SDLLogFormatTypeDetailed

Swift

case detailed = 2
View on GitHub.com
Previous Section Next Section