The LogEntry class encapsulates content and associated properties for the information an application sends to the logging framework.

Namespace:  CuttingEdge.Logging
Assembly:  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');

Inheritance Hierarchy

System..::.Object
  CuttingEdge.Logging..::.LogEntry

See Also