diff --git a/MVMCore/MVMCore/OtherHandlers/MVMCoreLoggingHandler.swift b/MVMCore/MVMCore/OtherHandlers/MVMCoreLoggingHandler.swift index 9558634..42b4754 100644 --- a/MVMCore/MVMCore/OtherHandlers/MVMCoreLoggingHandler.swift +++ b/MVMCore/MVMCore/OtherHandlers/MVMCoreLoggingHandler.swift @@ -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?) {