Searched refs:enhanceLogEntry (Results 1 – 3 of 3) sorted by relevance
180 public void enhanceLogEntry(LogEntry.Builder builder) { in enhanceLogEntry() method in OpenCensusTraceLoggingEnhancer
141 `enhanceLogEntry` method on all `LogEntry`s that will be passed to `google-cloud-logging`'s142 `Logging.write` method. `enhanceLogEntry` must be called in the same thread that executed the log
183 loggingEnhancer.enhanceLogEntry(builder); in getEnhancedLogEntry()