Class StatisticsEventEscaperKt
-
- All Implemented Interfaces:
public final class StatisticsEventEscaperKt
-
-
Method Summary
Modifier and Type Method Description final static LogEventnewLogEvent(String session, String build, String bucket, Long time, String groupId, String groupVersion, String recorderVersion, String eventId, Boolean isState, Map<String, Object> eventData, Integer count)Creates LogEvent with all fields escaped final static LogEventescape(LogEvent $self)final static LogEventescape(LogEvent $self, Boolean escapeData)final static LogEventescape(LogEvent $self)final static LogEventescapeExceptData(LogEvent $self)final static LogEventescapeExceptData(LogEvent $self)final static UnitaddEscapedData(LogEventAction $self, String key, Object value)-
-
Method Detail
-
newLogEvent
final static LogEvent newLogEvent(String session, String build, String bucket, Long time, String groupId, String groupVersion, String recorderVersion, String eventId, Boolean isState, Map<String, Object> eventData, Integer count)
Creates LogEvent with all fields escaped
-
escapeExceptData
final static LogEvent escapeExceptData(LogEvent $self)
-
escapeExceptData
final static LogEvent escapeExceptData(LogEvent $self)
-
addEscapedData
final static Unit addEscapedData(LogEventAction $self, String key, Object value)
-
-
-
-