Show / Hide Table of Contents

Class LogCategoryInfo

Contains the category id and name.

Inheritance
System.Object
LogCategoryInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Logger
Assembly: Phoenix.Abstractions.Logger.dll
Syntax
public class LogCategoryInfo

Constructors

View Source

LogCategoryInfo(Guid, String)

Initializes a new instance of the CategoryInfo class.

Declaration
public LogCategoryInfo(Guid id, string name)
Parameters
Type Name Description
System.Guid id

The id of the category.

System.String name

The name of the category.

Properties

View Source

Id

Gets the id for this category.

Declaration
public Guid Id { get; }
Property Value
Type Description
System.Guid
View Source

Name

Gets the name of the category.

Declaration
public string Name { get; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX