added public access specifier

This commit is contained in:
Krishna Kishore Bandaru 2023-05-03 22:12:09 +05:30
parent e6ca9ec67d
commit 87135f31ed

View File

@ -153,7 +153,7 @@ public enum MVMCoreEvent {
}
}
extension MVMCoreLoggingHandler {
public extension MVMCoreLoggingHandler {
func logCoreEvent(_ event: MVMCoreEvent, at timestamp: Int64 = Date.unixMillisecondsNow()) {
recordEvent(event.type.rawValue, attributes: ["timestamp": timestamp, "event": event])