LogEntry
Namespace: Babel.Licensing.Service.Management Assembly: Babel.Licensing.dll
Inheritance
Implements
IMessage<LogEntry>, IEquatable<LogEntry>, IDeepCloneable<LogEntry>, IBufferMessage, IMessage
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
LogEntry()
LogEntry(LogEntry)
Parameters
Name
Description
Fields
ExceptionFieldNumber
Field number for the "exception" field.
Field Value
IdFieldNumber
Field number for the "id" field.
Field Value
LevelFieldNumber
Field number for the "level" field.
Field Value
MessageFieldNumber
Field number for the "message" field.
Field Value
MessageTemplateFieldNumber
Field number for the "message_template" field.
Field Value
PropertiesFieldNumber
Field number for the "properties" field.
Field Value
TimeStampFieldNumber
Field number for the "time_stamp" field.
Field Value
Properties
Descriptor
Property Value
MessageDescriptor
Exception
Property Value
Id
Property Value
int?
Level
Property Value
Message
Property Value
MessageTemplate
Property Value
Parser
Property Value
MessageParser<LogEntry>
Properties
Property Value
TimeStamp
Property Value
Timestamp
Methods
CalculateSize()
Returns
Name
Description
Clone()
Returns
Name
Description
Equals(object)
Parameters
Name
Description
Returns
Name
Description
Equals(LogEntry)
Parameters
Name
Description
Returns
Name
Description
GetHashCode()
Returns
Name
Description
MergeFrom(LogEntry)
Parameters
Name
Description
MergeFrom(CodedInputStream)
Parameters
Name
Description
input
CodedInputStream
ToString()
Returns
Name
Description
WriteTo(CodedOutputStream)
Parameters
Name
Description
output
CodedOutputStream
Last updated