Merge branch 'bugfix/CXTDT-509545' into 'develop'

CXTDT-509545 : old topNotification tagging fix

### Summary
Declaring the logLoadFinished function to be overriden from MFLoggingHandler to log the tagging data for BAU top notification

### JIRA Ticket
https://onejira.verizon.com/browse/CXTDT-509545

Co-authored-by: Nandhini Rajendran <nandhini.rajendran@verizon.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core/-/merge_requests/321
This commit is contained in:
Hedden, Kyle Matthew 2024-04-15 17:38:44 +00:00
commit 0f89fb51d2

View File

@ -38,4 +38,6 @@ import Foundation
open func addError(toLog errorObject: MVMCoreErrorObject) {
// Subclass to handle.
}
open func logLoadFinished(_ loadObject: MVMCoreLoadObject?, loadedViewController: MVMCoreViewControllerProtocol?, error: MVMCoreErrorObject?) {}
}