Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / LogMessagePacket Class
Properties Methods


LogMessagePacket Class Members

The following tables list the members exposed by LogMessagePacket.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyA single line caption  
Public Property  
Public Property  
Public PropertyA multi line description  
Public PropertyXML details for this log message  
Public Property  
Public Property  
Public Property  
Public PropertyWhether or not this log message includes attached Exception information.  
Public PropertyIndicates if the class name and method name are available.  
Public PropertyIndicates if the file name and line number are available.  
Public PropertyIndicates if the log message has related thread information. If false, some calls to thread information may throw exceptions.  
Public Property  
Public Property  
Public Property  
Public PropertyA combined caption & description  
Public PropertyA display string for the full class and method if available, otherwise an empty string.  
Public Property  
Public PropertyOptional. The raw user principal, used for deferred user lookup  
Public PropertyThe increasing sequence number of all packets for this session to be used as an absolute order sort. (Inherited from Gibraltar.Monitor.Serialization.GibraltarPacket)
Public Property  
Public PropertyA display string for the full file name and line number if available, otherwise an empty string.  
Public PropertyTrue if the message was issued from a Notifier thread which needs to suppress notification about this message.  
Public Property  
Public Property  
Public Property  
Public PropertyThe thread info packet for our Thread Id. Must be set for the packet to be written to a stream.  
Public PropertyA display name for the thread, returning the thread Id if no name is available.  
Public Property (Inherited from Gibraltar.Monitor.Serialization.GibraltarPacket)
Public PropertyProvide TimeStamp as DateTime for GLV (SourceGrid doesn't do DateTimeOffset)  
Public Property  
Public PropertyOptional. Extended user information related to this message  
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public MethodOverloaded. Overridden. Indicates whether the current object is equal to another object of the same type. Indicates whether the current object is equal to another object of the same type.  
Public Methodstatic (Shared in Visual Basic)Normalize the exception pointers to a single list.  
Public MethodOverridden. Lock in data, optimizing it for storage and memory representation.  
Public MethodOverridden. Provides a representative hash code for objects of this type to spread out distribution in hash tables. Provides a representative hash code for objects of this type to spread out distribution in hash tables.  
Public MethodOptimized deserialization of a LogMessagePacket based on the current packet definition  
Public MethodCaptures the provided exception immediately.  
Public Method  
Public Method  
Top
See Also