Uses of Class
com.google.cloud.logging.SourceLocation
-
Packages that use SourceLocation Package Description com.google.cloud.logging A client for Cloud Logging - Real-time log management and analysis. -
-
Uses of SourceLocation in com.google.cloud.logging
Methods in com.google.cloud.logging that return SourceLocation Modifier and Type Method Description SourceLocationSourceLocation.Builder. build()SourceLocationLogEntry. getSourceLocation()Returns the source code location information associated with the log entry, if any.Methods in com.google.cloud.logging with parameters of type SourceLocation Modifier and Type Method Description LogEntry.BuilderLogEntry.Builder. setSourceLocation(SourceLocation sourceLocation)Sets the source code location information associated with the log entry if any.
-