public static interface StackifyProto.LogGroup.LogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Optional.
|
com.google.protobuf.ByteString |
getDataBytes()
Optional.
|
long |
getDateMillis()
REQUIRED Unix/POSIX/Epoch time with millisecond precision.
|
StackifyProto.LogGroup.Log.Error |
getError()
Optional.
|
StackifyProto.LogGroup.Log.ErrorOrBuilder |
getErrorOrBuilder()
Optional.
|
String |
getId()
Optional.
|
com.google.protobuf.ByteString |
getIdBytes()
Optional.
|
String |
getLevel()
REQUIRED The log level.
|
com.google.protobuf.ByteString |
getLevelBytes()
REQUIRED The log level.
|
String |
getMessage()
REQUIRED The log message.
|
com.google.protobuf.ByteString |
getMessageBytes()
REQUIRED The log message.
|
int |
getSourceLine()
Optional.
|
String |
getSourceMethod()
Optional.
|
com.google.protobuf.ByteString |
getSourceMethodBytes()
Optional.
|
String |
getTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getTagsBytes(int index)
Optional.
|
int |
getTagsCount()
Optional.
|
List<String> |
getTagsList()
Optional.
|
String |
getThreadName()
Optional.
|
com.google.protobuf.ByteString |
getThreadNameBytes()
Optional.
|
String |
getTransactionId()
Optional.
|
com.google.protobuf.ByteString |
getTransactionIdBytes()
Optional.
|
boolean |
hasError()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
REQUIRED The log message. Example: "Example debug message"
string message = 1;com.google.protobuf.ByteString getMessageBytes()
REQUIRED The log message. Example: "Example debug message"
string message = 1;String getData()
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;com.google.protobuf.ByteString getDataBytes()
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;String getThreadName()
Optional. The thread name. Example: "main"
string thread_name = 3;com.google.protobuf.ByteString getThreadNameBytes()
Optional. The thread name. Example: "main"
string thread_name = 3;long getDateMillis()
REQUIRED Unix/POSIX/Epoch time with millisecond precision. Example: 1417535434194
int64 date_millis = 4;String getLevel()
REQUIRED The log level. Example: "debug"
string level = 5;com.google.protobuf.ByteString getLevelBytes()
REQUIRED The log level. Example: "debug"
string level = 5;String getTransactionId()
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;com.google.protobuf.ByteString getTransactionIdBytes()
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;String getSourceMethod()
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;com.google.protobuf.ByteString getSourceMethodBytes()
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;int getSourceLine()
Optional. Line number. Example: 57
int32 source_line = 8;String getId()
Optional. Used for linking traces w/ log messages.
string id = 9;com.google.protobuf.ByteString getIdBytes()
Optional. Used for linking traces w/ log messages.
string id = 9;int getTagsCount()
Optional.
repeated string tags = 10;String getTags(int index)
Optional.
repeated string tags = 10;com.google.protobuf.ByteString getTagsBytes(int index)
Optional.
repeated string tags = 10;boolean hasError()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;StackifyProto.LogGroup.Log.Error getError()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;StackifyProto.LogGroup.Log.ErrorOrBuilder getErrorOrBuilder()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;Copyright © 2020 Stackify, LLC. All rights reserved.