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.
Namespace
Google.Cloud.AppEngine.Logging.V1Assembly
Google.Cloud.AppEngine.Logging.V1.dll
Constructors
LogLine()
public LogLine()
LogLine(LogLine)
public LogLine(LogLine other)
Parameter | |
---|---|
Name | Description |
other | LogLine |
Properties
LogMessage
public string LogMessage { get; set; }
App-provided log message.
Property Value | |
---|---|
Type | Description |
string |
Severity
public LogSeverity Severity { get; set; }
Severity of this log entry.
Property Value | |
---|---|
Type | Description |
LogSeverity |
SourceLocation
public SourceLocation SourceLocation { get; set; }
Where in the source code this log message was written.
Property Value | |
---|---|
Type | Description |
SourceLocation |
Time
public Timestamp Time { get; set; }
Approximate time when this log entry was made.
Property Value | |
---|---|
Type | Description |
Timestamp |