Class LogLine
Application log line emitted while processing a request.
Implements
Inherited Members
Namespace: Google.Apis.Logging.v2.Data
Assembly: Google.Apis.Logging.v2.dll
Syntax
public class LogLine : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LogMessage
App-provided log message.
Declaration
[JsonProperty("logMessage")]
public virtual string LogMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
Severity
Severity of this log entry.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceLocation
Where in the source code this log message was written.
Declaration
[JsonProperty("sourceLocation")]
public virtual SourceLocation SourceLocation { get; set; }
Property Value
Type | Description |
---|---|
SourceLocation |
Time
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeDateTimeOffset instead.")]
public virtual object Time { get; set; }
Property Value
Type | Description |
---|---|
object |
TimeDateTimeOffset
DateTimeOffset representation of TimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TimeRaw
Approximate time when this log entry was made.
Declaration
[JsonProperty("time")]
public virtual string TimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |