-
Notifications
You must be signed in to change notification settings - Fork 0
44e959a9 23cb ae24 7696 d5638b92f0b9
Axel Kesseler edited this page Mar 1, 2023
·
1 revision
The UdpChunkHelper type exposes the following members.
Name | Description | |
---|---|---|
CreateInitialHeader | Creates and initializes a GELF header. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChunks | Splits the payload into chunks according to current settings. | |
GetGelfChunks | Splits provided payload into GELF chunks. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPureChunks | Splits provided payload into pure chunks. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateSequenceNumber | Updates the sequence number byte of a GELF header. |
UdpChunkHelper Class
Plexdata.LogWriter.Internals.Helpers Namespace