Represents a log message. Contains the common properties that are required for all log messages.

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
[SerializableAttribute]
public sealed class VGLogEntry : ICloneable
Visual Basic
<SerializableAttribute>
Public NotInheritable Class VGLogEntry
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  Novalys.VisualGuard.Security.Logging..::..VGLogEntry

See Also