Class I3LoggingUtils
Static class that provide various utility functions for working with I3 NG9-1-1 log events.
Inherited Members
Namespace: I3V3.LoggingHelpers
Assembly: Ng911Lib.dll
Syntax
public static class I3LoggingUtils
  Methods
| Edit this page View SourceGetLogEventType(string)
Extracts the value of the logEventType property from a JSON string containing an NG9-1-1 log event.
Declaration
public static string GetLogEventType(string strJson)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | strJson | JSON string to search through.  | 
      
Returns
| Type | Description | 
|---|---|
| string | Returns the type of the log event or null if the logEventType property was not found.  |