Logging handler code fix
This commit is contained in:
parent
3e8cd2a6e8
commit
d7db83583f
@ -24,7 +24,7 @@ import Foundation
|
|||||||
MVMCoreObject.sharedInstance()?.loggingDelegate?.logLoadFinished(loadObject, loadedViewController: loadedViewController as? MVMCoreViewControllerProtocol, error: error)
|
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
|
// MARK: - logging delegate
|
||||||
@objc open func handleDebugMessage(_ message: String?) {
|
@objc open func handleDebugMessage(_ message: String?) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user