Interface LoggingProto.LoggingEventOrBuilder

    • Method Detail

      • hasTimeStamp

        boolean hasTimeStamp()
        optional int64 time_stamp = 1;
      • getTimeStamp

        long getTimeStamp()
        optional int64 time_stamp = 1;
      • hasLoggerName

        boolean hasLoggerName()
        optional string logger_name = 2;
      • getLoggerName

        java.lang.String getLoggerName()
        optional string logger_name = 2;
      • getLoggerNameBytes

        com.google.protobuf.ByteString getLoggerNameBytes()
        optional string logger_name = 2;
      • hasLevel

        boolean hasLevel()
        optional .de.huxhorn.lilith.logging.Level level = 3;
      • getLevel

        LoggingProto.Level getLevel()
        optional .de.huxhorn.lilith.logging.Level level = 3;
      • hasMessage

        boolean hasMessage()
        optional .de.huxhorn.lilith.logging.Message message = 4;
      • getMessage

        LoggingProto.Message getMessage()
        optional .de.huxhorn.lilith.logging.Message message = 4;
      • hasThreadInfo

        boolean hasThreadInfo()
        optional .de.huxhorn.lilith.logging.ThreadInfo thread_info = 5;
      • getThreadInfo

        LoggingProto.ThreadInfo getThreadInfo()
        optional .de.huxhorn.lilith.logging.ThreadInfo thread_info = 5;
      • getCallStackElementList

        java.util.List<LoggingProto.StackTraceElement> getCallStackElementList()
        repeated .de.huxhorn.lilith.logging.StackTraceElement call_stack_element = 6;
      • getCallStackElement

        LoggingProto.StackTraceElement getCallStackElement​(int index)
        repeated .de.huxhorn.lilith.logging.StackTraceElement call_stack_element = 6;
      • getCallStackElementCount

        int getCallStackElementCount()
        repeated .de.huxhorn.lilith.logging.StackTraceElement call_stack_element = 6;
      • getCallStackElementOrBuilderList

        java.util.List<? extends LoggingProto.StackTraceElementOrBuilder> getCallStackElementOrBuilderList()
        repeated .de.huxhorn.lilith.logging.StackTraceElement call_stack_element = 6;
      • hasThrowable

        boolean hasThrowable()
        optional .de.huxhorn.lilith.logging.Throwable throwable = 7;
      • getThrowable

        LoggingProto.Throwable getThrowable()
        optional .de.huxhorn.lilith.logging.Throwable throwable = 7;
      • hasLoggerContext

        boolean hasLoggerContext()
        optional .de.huxhorn.lilith.logging.LoggerContext logger_context = 8;
      • getLoggerContext

        LoggingProto.LoggerContext getLoggerContext()
        optional .de.huxhorn.lilith.logging.LoggerContext logger_context = 8;
      • hasMappedDiagnosticContext

        boolean hasMappedDiagnosticContext()
        optional .de.huxhorn.lilith.logging.StringMap mapped_diagnostic_context = 9;
      • getMappedDiagnosticContext

        LoggingProto.StringMap getMappedDiagnosticContext()
        optional .de.huxhorn.lilith.logging.StringMap mapped_diagnostic_context = 9;
      • getMappedDiagnosticContextOrBuilder

        LoggingProto.StringMapOrBuilder getMappedDiagnosticContextOrBuilder()
        optional .de.huxhorn.lilith.logging.StringMap mapped_diagnostic_context = 9;
      • hasNestedDiagnosticContext

        boolean hasNestedDiagnosticContext()
        optional .de.huxhorn.lilith.logging.NestedDiagnosticContext nested_diagnostic_context = 10;
      • getNestedDiagnosticContext

        LoggingProto.NestedDiagnosticContext getNestedDiagnosticContext()
        optional .de.huxhorn.lilith.logging.NestedDiagnosticContext nested_diagnostic_context = 10;
      • hasMarker

        boolean hasMarker()
        optional .de.huxhorn.lilith.logging.Marker marker = 11;
      • getMarker

        LoggingProto.Marker getMarker()
        optional .de.huxhorn.lilith.logging.Marker marker = 11;
      • hasSequenceNumber

        boolean hasSequenceNumber()
        optional int64 sequence_number = 12;
      • getSequenceNumber

        long getSequenceNumber()
        optional int64 sequence_number = 12;