Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Agent.PostSharp Namespace / GTrace Class


In This Topic
    GTrace Class Properties
    In This Topic

    For a list of all members of this type, see GTrace members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the weaving priority of the aspect. (Inherited from PostSharp.Aspects.Aspect)
    Public PropertyIf true, indicates that this attribute removes all other instances of the same attribute type from the set of elements defined by the current instance. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public Property (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyDetermines whether this attribute is inherited (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the priority of the current attribute in case that multiple instances are defined on the same element (lower values are processed before). (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyDetermines whether this attribute replaces other attributes found on the target declarations. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the assemblies to which the current attribute apply. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the kind of elements to which this custom attributes applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies, when the member is external to the current module. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the visibilities of types to which this attribute applies, when this type is external to the current module. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the expression specifying to which members this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the passing style (by value, out or ref) of parameters to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the expression specifying to which parameters this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the visibilities of types to which this attribute applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyGets or sets the expression specifying to which types this instance applies. (Inherited from PostSharp.Extensibility.MulticastAttribute)
    Public PropertyThe top level category for log messages and metrics. Defaults to the name of the current application. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
    Public Propertystatic (Shared in Visual Basic)Enables or disables tracing for all methods tagged with GTrace in the current process. Enabled by default.  
    Public PropertyEnables lookup of source line and method. Enabled by default.  
    Public PropertyEnables or disables recording of object detail for parameters via ToString. Enabled by default.  
    Public PropertyEnables or disables recording of parameters and their values. Enabled by default.  
    Public PropertyEnables or disables recording of the method return value (if declared). Enabled by default.  
    Public PropertyWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
    Top
    Protected Properties
     NameDescription
    Protected PropertyA display caption that is calculated at compile time rather then runtime for efficiency. (Inherited from Gibraltar.Agent.PostSharp.GAspectBase)
    Protected PropertyGets or sets the System.Type of the serializer (a type derived from PostSharp.Aspects.Serialization.AspectSerializer) used to serialize the aspect instance at build time and deserialize it at runtime. (Inherited from PostSharp.Aspects.Aspect)
    Top
    See Also