Table of Contents

Method LogEvent

Namespace
Titipi.MocaLib

LogEvent(string)

Logs a named design event with no additional data.

public static void LogEvent(string eventName)

Parameters

eventName string

LogEvent(string, Dictionary<string, object>)

Logs a named design event with custom parameters.

public static void LogEvent(string eventName, Dictionary<string, object> data)

Parameters

eventName string
data Dictionary<string, object>