Uses of Class
com.google.cloud.logging.LogEntry
Packages that use LogEntry
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of LogEntry in com.google.cloud.logging
Methods in com.google.cloud.logging that return LogEntryModifier and TypeMethodDescriptionLogEntry.Builder.build()Creates aLogEntryobject for this builder.static LogEntryInstrumentation.createDiagnosticEntry(String libraryName, String libraryVersion) The helper method to generate a log entry with diagnostic instrumentation data.static LogEntryLogEntryIterator.next()static LogEntryCreates aLogEntryobject given the entry payload.static LogEntryLogEntry.of(String logName, MonitoredResource resource, Payload<?> payload) Creates aLogEntryobject given the log name, the monitored resource and the entry payload.Methods in com.google.cloud.logging that return types with arguments of type LogEntryModifier and TypeMethodDescriptionLogEntryServerStream.convert(TailLogEntriesResponse resp) LogEntryServerStream.iterator()Logging.listLogEntries(Logging.EntryListOption... options) Lists log entries.Logging.listLogEntriesAsync(Logging.EntryListOption... options) Sends a request for listing log entries.Instrumentation.populateInstrumentationInfo(Iterable<LogEntry> logEntries) Populates entries with instrumentation info which is added in separate log entryLogging.populateMetadata(Iterable<LogEntry> logEntries, MonitoredResource customResource, String... exclusionClassPaths) Populates metadata fields of the immutable collection ofLogEntryitems.LogEntry.toPbFunction(String projectId) Method parameters in com.google.cloud.logging with type arguments of type LogEntryModifier and TypeMethodDescriptionInstrumentation.populateInstrumentationInfo(Iterable<LogEntry> logEntries) Populates entries with instrumentation info which is added in separate log entryLogging.populateMetadata(Iterable<LogEntry> logEntries, MonitoredResource customResource, String... exclusionClassPaths) Populates metadata fields of the immutable collection ofLogEntryitems.voidLogging.write(Iterable<LogEntry> logEntries, Logging.WriteOption... options) Sends a request to log entries to Cloud Logging.