xdripswift/xdrip/Constants/ConstantsLog.swift

57 lines
2.4 KiB
Swift
Raw Normal View History

/// for use in OSLog
enum ConstantsLog {
/// for use in OSLog
static let subSystem = "xDrip"
/// for use in OSLog
static let categoryBlueTooth = "bluetooth"
/// for use in cgm transmitter miaomiao
static let categoryCGMMiaoMiao = "cgmmiaomiao"
2019-07-29 10:42:48 +02:00
/// for use in cgm transmitter bubble
static let categoryCGMBubble = "cgmbubble"
/// for use in cgm xdripg4
static let categoryCGMxDripG4 = "cgmxdripg4"
/// for use in firstview
static let categoryFirstView = "firstview"
/// calibration
static let calibration = "Calibration"
/// debuglogging
static let debuglogging = "xdripdebuglogging"
/// G5
static let categoryCGMG5 = "categoryCGMG5"
/// GNSEntry
static let categoryCGMGNSEntry = "categoryCGMGNSEntry"
/// Blucon
static let categoryBlucon = "categoryBlucon"
/// core data manager
static let categoryCoreDataManager = "categoryCoreDataManager"
/// application data bgreadings
static let categoryApplicationDataBgReadings = "categoryApplicationDataBgReadings"
/// application data calibrations
static let categoryApplicationDataCalibrations = "categoryApplicationDataCalibrations"
/// application data sensors
static let categoryApplicationDataSensors = "categoryApplicationDataSensors"
/// application data alerttypes
static let categoryApplicationDataAlertTypes = "categoryApplicationDataAlertTypes"
/// application data alertentries
static let categoryApplicationDataAlertEntries = "categoryApplicationDataAlertEntries"
/// nightscout uploader
static let categoryNightScoutUploadManager = "categoryNightScoutUploadManager"
/// nightscout follow
static let categoryNightScoutFollowManager = "categoryNightScoutFollowManager"
/// alertmanager
static let categoryAlertManager = "categoryAlertManager"
/// playsound
static let categoryPlaySound = "categoryPlaySound"
/// healthkit manager
static let categoryHealthKitManager = "categoryHealthKitManager"
/// SettingsViewHealthKitSettingsViewModel
static let categorySettingsViewHealthKitSettingsViewModel = "categorySettingsViewHealthKitSettingsViewModel"
/// dexcom share upload manager
static let categoryDexcomShareUploadManager = "categoryDexcomShareUploadManager"
2019-08-02 23:03:27 +02:00
/// droplet 1
static let categoryCGMDroplet1 = "categoryCGMDroplet1"
/// LibreOOPClient
static let categoryLibreOOPClient = "LibreOOPClient"
}