public sealed class LogEntrySourceLocation : IMessage<LogEntrySourceLocation>, IEquatable<LogEntrySourceLocation>, IDeepCloneable<LogEntrySourceLocation>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Control v1 API class LogEntrySourceLocation.
Additional information about the source code location that produced the log
entry.
Optional. Human-readable name of the function or method being invoked, with
optional context such as the class or package name. This information may be
used in contexts such as the logs viewer, where a file and line number are
less meaningful. The format can vary by language. For example:
qual.if.ied.Class.method (Java), dir/package.func (Go), function
(Python).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `LogEntrySourceLocation` class within the Google Cloud Service Control v1 API for .NET."],["The latest version of the `LogEntrySourceLocation` class is 2.4.0, and the page also lists versions dating back to 1.0.0, with their corresponding documentation links."],["`LogEntrySourceLocation` provides details about the source code location of a log entry, including file name, function name, and line number."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class, having inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `LogEntrySourceLocation` class has properties for `File`, `Function`, and `Line` which are all optional, allowing users to get additional information on each log entry."]]],[]]