added public access specifier
This commit is contained in:
parent
e6ca9ec67d
commit
87135f31ed
@ -153,7 +153,7 @@ public enum MVMCoreEvent {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extension MVMCoreLoggingHandler {
|
public extension MVMCoreLoggingHandler {
|
||||||
|
|
||||||
func logCoreEvent(_ event: MVMCoreEvent, at timestamp: Int64 = Date.unixMillisecondsNow()) {
|
func logCoreEvent(_ event: MVMCoreEvent, at timestamp: Int64 = Date.unixMillisecondsNow()) {
|
||||||
recordEvent(event.type.rawValue, attributes: ["timestamp": timestamp, "event": event])
|
recordEvent(event.type.rawValue, attributes: ["timestamp": timestamp, "event": event])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user