public sealed class LogEntrySourceLocation : IMessage<LogEntrySourceLocation>, IEquatable<LogEntrySourceLocation>, IDeepCloneable<LogEntrySourceLocation>, IBufferMessage, IMessage
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `LogEntrySourceLocation` class provides information about the source code location that produced a log entry in Google Cloud Logging."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting features like message handling, equality checks, deep cloning, and buffered messages."],["`LogEntrySourceLocation` offers constructors to create new instances, either empty or based on an existing `LogEntrySourceLocation` object."],["Key properties include `File`, `Function`, and `Line`, which respectively represent the source file name, the function or method name, and the line number within the file."],["The class is found within the namespace `Google.Cloud.Logging.V2` and is part of the assembly `Google.Cloud.Logging.V2.dll`."]]],[]]