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
SDLLogFlag

SDLLogFlag Enumeration Reference

Section Contents

Overview

Flags used for SDLLogLevel to provide correct enum values. This is purely for internal use.

SDLLogFlagError

Error level logging

Objective-C

SDLLogFlagError = 1 << 0

Swift

static var error: SDLLogFlag { get }

SDLLogFlagWarning

Warning level logging

Objective-C

SDLLogFlagWarning = 1 << 1

Swift

static var warning: SDLLogFlag { get }

SDLLogFlagDebug

Debug level logging

Objective-C

SDLLogFlagDebug = 1 << 2

Swift

static var debug: SDLLogFlag { get }

SDLLogFlagVerbose

Verbose level logging

Objective-C

SDLLogFlagVerbose = 1 << 3

Swift

static var verbose: SDLLogFlag { get }
View on GitHub.com
Previous Section Next Section