mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
7 lines
219 B
Swift
7 lines
219 B
Swift
import Logboard
|
|
|
|
/// The identifier for the HaishinKit RTMP integration.
|
|
public let kRTMPHaishinKitIdentifier = "com.haishinkit.RTMPHaishinKit"
|
|
|
|
nonisolated(unsafe) let logger = LBLogger.with(kRTMPHaishinKitIdentifier)
|