Package | Description |
---|---|
com.google.cloud.logging |
A client for Stackdriver Logging - Real-time log management and analysis.
|
Modifier and Type | Method and Description |
---|---|
static SourceLocation.Builder |
SourceLocation.newBuilder() |
SourceLocation.Builder |
SourceLocation.Builder.setFile(String file)
Sets the source file name.
|
SourceLocation.Builder |
SourceLocation.Builder.setFunction(String function)
Sets the human-readable name of the function or method being invoked, with optional context
such as the class or package name.
|
SourceLocation.Builder |
SourceLocation.Builder.setLine(Long line)
Sets the line within the source file.
|
SourceLocation.Builder |
SourceLocation.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.