Construct a LogEntry with the given key-value pairs.

C# | Visual Basic | Visual C++ |
public LogEntry( IDictionary keyValuePairs )
Public Sub New ( _ keyValuePairs As IDictionary _ )
public: LogEntry ( IDictionary^ keyValuePairs )

- keyValuePairs (IDictionary)
- IDictionary used to initialize this LogEntry