Class Log
Developer-provided log lines recorded during the session.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseCrashlytics.v1alpha.Data
Assembly: Google.Apis.FirebaseCrashlytics.v1alpha.dll
Syntax
public class Log : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LogTime
object representation of LogTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LogTimeDateTimeOffset instead.")]
public virtual object LogTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LogTimeDateTimeOffset
DateTimeOffset representation of LogTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LogTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LogTimeRaw
Device timestamp when the line was logged.
Declaration
[JsonProperty("logTime")]
public virtual string LogTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Message
Log message.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string |