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 SourceLocation
SourceLocation.Builder. build()
SourceLocation
LogEntry. 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.Builder
LogEntry.Builder. setSourceLocation(SourceLocation sourceLocation)
Sets the source code location information associated with the log entry if any.
-