You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Use this to bootstrap a new AppEvent object with the supplied logLevel, classification, event type and message.
182
182
/// </summary>
183
-
/// <param name="logLevel">String representation of the level (Error/Warning/Info/Debug) of the error, defaults to "Error" if null or passed in something else.</param>
183
+
/// <param name="logLevel">Level (Error/Warning/Info/Debug) of the error, defaults to "Error" if null or passed in something else.</param>
184
184
/// <param name="classification">Optional extra string descriptor. Defaults to issue.</param>
185
185
/// <param name="eventType">Type of event (eg. System.Exception), defaults to "unknonwn"</param>
186
186
/// <param name="eventMessage">Message, defaults to "unknown"</param>
@@ -196,9 +196,9 @@ public AppEvent CreateAppEvent(AppEvent.LogLevelEnum logLevel = AppEvent.LogLeve
196
196
/// <param name="exception">The Exception to use to create the new AppEvent</param>
197
197
/// <param name="classification">Optional extra string descriptor. Defaults to issue.</param>
0 commit comments