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]?) {}
|
||||
|
||||
// MARK: - logging delegate
|
||||
@objc public func handleDebugMessage(_ message: String?) {
|
||||
@objc open func handleDebugMessage(_ message: String?) {
|
||||
#if LOGGING
|
||||
guard let message = message else { return }
|
||||
self.print(with: message)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user