Class LogWithName
Attribute to set a custom name that is different from field/property name
Inherited Members
Namespace: Unity.Logging
Assembly: Unity.Logging.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class LogWithName : Attribute
Constructors
LogWithName(string)
Constructor
Declaration
public LogWithName(string newName)
Parameters
Type | Name | Description |
---|---|---|
string | newName | Set the name that should be used instead of the field/property name |
Fields
ReplacedName
Name that should be used instead of the field/property name
Declaration
public string ReplacedName
Field Value
Type | Description |
---|---|
string |