Show / Hide Table of Contents

    Class LogCategory

    Inheritance
    Object
    LogCategory
    Implements
    ILogCategory
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public class LogCategory : ILogCategory

    Constructors

    LogCategory(String, String, String, String)

    Declaration
    public LogCategory(string id, string tag, string hexColorDarkTheme, string hexColorLightTheme)
    Parameters
    Type Name Description
    String id
    String tag
    String hexColorDarkTheme
    String hexColorLightTheme

    Properties

    HexColorDarkTheme

    Declaration
    public virtual string HexColorDarkTheme { get; }
    Property Value
    Type Description
    String

    HexColorLightTheme

    Declaration
    public virtual string HexColorLightTheme { get; }
    Property Value
    Type Description
    String

    Id

    Declaration
    public virtual string Id { get; }
    Property Value
    Type Description
    String

    Tag

    Declaration
    public virtual string Tag { get; }
    Property Value
    Type Description
    String

    Implements

    ILogCategory
    Back to top Copyright © 2020 East Side Games Inc.