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 LogEntryCreates 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()com.google.api.gax.paging.Page<LogEntry>Logging.listLogEntries(Logging.EntryListOption... options) Lists log entries.com.google.api.core.ApiFuture<com.google.api.gax.paging.AsyncPage<LogEntry>>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, com.google.cloud.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, com.google.cloud.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.