Logging handler code fix

This commit is contained in:
Rajendran, Nandhini 2024-01-24 14:44:45 +00:00 committed by Hedden, Kyle Matthew
parent 3e8cd2a6e8
commit d7db83583f

View File

@ -24,7 +24,7 @@ import Foundation
MVMCoreObject.sharedInstance()?.loggingDelegate?.logLoadFinished(loadObject, loadedViewController: loadedViewController as? MVMCoreViewControllerProtocol, error: error)
}
func recordEvent(_ name: String, attributes: [String : Any]?) {}
open func recordEvent(_ name: String, attributes: [String : Any]?) {}
// MARK: - logging delegate
@objc open func handleDebugMessage(_ message: String?) {