Skip to content

Commit

Permalink
hide internal class
Browse files Browse the repository at this point in the history
  • Loading branch information
acarioni committed Oct 29, 2024
1 parent 4feaca2 commit 7a1f87f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/LightstreamerClient/utils/LogManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ let messageLogger = LogManager.getLogger("lightstreamer.messages")
let mpnDeviceLogger = LogManager.getLogger("lightstreamer.mpn.device")
let mpnSubscriptionLogger = LogManager.getLogger("lightstreamer.mpn.subscriptions")

/// :nodoc:
public class LogManager {
static let lock = NSLock()
static var logInstances = [String:LSLog]()
Expand Down

0 comments on commit 7a1f87f

Please sign in to comment.