PCSDKModule Documentation

Structure PCLogging​Category

public struct PCLoggingCategory: Equatable  

The category of the log message

PCLoggingCategory PCLoggingCategory Equatable Equatable PCLoggingCategory->Equatable CustomStringConvertible CustomStringConvertible PCLoggingCategory->CustomStringConvertible

Conforms To

CustomStringConvertible
Equatable

Initializers

init(value:​)

public init(value: String)  

Creates new instance

Properties

raw​Value

public let rawValue: String

The raw value

common

public static let common        

The "common" category

network

public static let network       

The "network" category

users

public static let users         

The "users" category

operations

public static let operations    

The "operations" category

security

public static let security      

The "security" category

data

public static let data          

The "data" category

keychain

public static let keychain      

The "keychain" category

storage

public static let storage       

The "storage" category

events

public static let events        

The "events" category

handles

public static let handles       

The "handles" category

autosign

public static let autosign      

The "autosign" category

renewing

public static let renewing      

The "renewing" category

login

public static let login         

The "login" category

tests

public static let tests         

The "tests" category

backups

public static let backups       

The "backups" category

description

public var description: String