Class GameObjectLogger
Abstract game object logger
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Marus.Logger
Assembly: cs.temp.dll.dll
Syntax
public abstract class GameObjectLogger
Constructors
GameObjectLogger(String)
Declaration
public GameObjectLogger(string topic)
Parameters
Type | Name | Description |
---|---|---|
System.String | topic |
Fields
_topic
Declaration
protected string _topic
Field Value
Type | Description |
---|---|
System.String |
Properties
AbstractRecords
Declaration
public abstract IReadOnlyList<LogRecord> AbstractRecords { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<LogRecord> |