App Engine Logging Data v1 API - Class LogLine (1.2.0)

public sealed class LogLine : IMessage<LogLine>, IEquatable<LogLine>, IDeepCloneable<LogLine>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine Logging Data v1 API class LogLine.

Application log line emitted while processing a request.

Inheritance

object > LogLine

Namespace

Google.Cloud.AppEngine.Logging.V1

Assembly

Google.Cloud.AppEngine.Logging.V1.dll

Constructors

LogLine()

public LogLine()

LogLine(LogLine)

public LogLine(LogLine other)
Parameter
NameDescription
otherLogLine

Properties

LogMessage

public string LogMessage { get; set; }

App-provided log message.

Property Value
TypeDescription
string

Severity

public LogSeverity Severity { get; set; }

Severity of this log entry.

Property Value
TypeDescription
LogSeverity

SourceLocation

public SourceLocation SourceLocation { get; set; }

Where in the source code this log message was written.

Property Value
TypeDescription
SourceLocation

Time

public Timestamp Time { get; set; }

Approximate time when this log entry was made.

Property Value
TypeDescription
Timestamp