LogEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the structure of a log entry.
public class LogEntry
type LogEntry = class
Public Class LogEntry
- Inheritance
-
LogEntry
Constructors
LogEntry() |
Properties
CorrelationId |
A unique identifier for a request that can help with diagnostics across components. |
EventLogLevel |
Defines the EventLogLevel. |
Message |
Message to be logged. |