Class NotLogged
Attribute to ignore field/property name from being serialized in logging
Inherited Members
Namespace: Unity.Logging
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public class NotLogged : Attribute, _Attribute