Show / Hide Table of Contents

Class Log

Developer-provided log lines recorded during the session.

Inheritance
object
Log
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX