The LogEntry class encapsulates content and associated properties for the information an application
sends to the logging framework.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class LogEntry |
| C# |
|---|
[SerializableAttribute] public class LogEntry |
| Visual C++ |
|---|
[SerializableAttribute] public ref class LogEntry |
| JavaScript |
|---|
CuttingEdge.Logging.LogEntry = function(); Type.createClass( 'CuttingEdge.Logging.LogEntry'); |