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