Table of Contents

Class LogTagShared

Namespace
RisingV.Shared.Logging
Assembly
RisingV.Shared.dll

Represents a log tag for shared components in the RisingV project.

public class LogTagShared : LogTag, ILogTag
Inheritance
LogTagShared
Implements
Inherited Members
Extension Methods

Constructors

LogTagShared(ILogTag, string)

Initializes a new instance of the LogTagShared class with the specified parent tag and name.

public LogTagShared(ILogTag parent, string name = "")

Parameters

parent ILogTag

The parent log tag.

name string

The name of the log tag.

LogTagShared(string)

Initializes a new instance of the LogTagShared class with the specified name.

public LogTagShared(string name)

Parameters

name string

The name of the log tag.