Fixing function declaration to override from MF
This commit is contained in:
parent
62ffdd605a
commit
47286a9e35
@ -27,7 +27,7 @@ import Foundation
|
|||||||
func recordEvent(_ name: String, attributes: [String : Any]?) {}
|
func recordEvent(_ name: String, attributes: [String : Any]?) {}
|
||||||
|
|
||||||
// MARK: - logging delegate
|
// MARK: - logging delegate
|
||||||
@objc public func handleDebugMessage(_ message: String?) {
|
@objc open func handleDebugMessage(_ message: String?) {
|
||||||
#if LOGGING
|
#if LOGGING
|
||||||
guard let message = message else { return }
|
guard let message = message else { return }
|
||||||
self.print(with: message)
|
self.print(with: message)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user