Uses of Class
io.camunda.zeebe.util.logging.stackdriver.StackdriverLogEntryBuilder
Packages that use StackdriverLogEntryBuilder
-
Uses of StackdriverLogEntryBuilder in io.camunda.zeebe.util.logging.stackdriver
Methods in io.camunda.zeebe.util.logging.stackdriver that return StackdriverLogEntryBuilderModifier and TypeMethodDescriptionstatic StackdriverLogEntryBuilderStackdriverLogEntry.builder()StackdriverLogEntryBuilder.withContextEntry(String key, Object value) StackdriverLogEntryBuilder.withDiagnosticContext(org.apache.logging.log4j.util.ReadOnlyStringMap context) StackdriverLogEntryBuilder.withException(String exception) StackdriverLogEntryBuilder.withException(org.apache.logging.log4j.core.impl.ThrowableProxy error) StackdriverLogEntryBuilder.withLevel(org.apache.logging.log4j.Level level) StackdriverLogEntryBuilder.withLogger(String logger) StackdriverLogEntryBuilder.withMessage(String message) StackdriverLogEntryBuilder.withServiceName(String serviceName) StackdriverLogEntryBuilder.withServiceVersion(String serviceVersion) StackdriverLogEntryBuilder.withSource(StackTraceElement traceElement) StackdriverLogEntryBuilder.withThreadId(long threadId) StackdriverLogEntryBuilder.withThreadName(String threadName) StackdriverLogEntryBuilder.withThreadPriority(int threadPriority) StackdriverLogEntryBuilder.withTime(org.apache.logging.log4j.core.time.Instant time)