Class LogTagShared
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
LogTagShared(string)
Initializes a new instance of the LogTagShared class with the specified name.
public LogTagShared(string name)
Parameters
name
stringThe name of the log tag.