Class LogCategory
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
Properties
HexColorDarkTheme
Declaration
public virtual string HexColorDarkTheme { get; }
Property Value
HexColorLightTheme
Declaration
public virtual string HexColorLightTheme { get; }
Property Value
Id
Declaration
public virtual string Id { get; }
Property Value
Tag
Declaration
public virtual string Tag { get; }
Property Value
Implements