mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
6 lines
110 B
Swift
6 lines
110 B
Swift
import OSLog
|
|
|
|
public let logger = Logger(
|
|
subsystem: Bundle.main.bundleIdentifier!,
|
|
category: "debugging"
|
|
)
|