PostSharpAPI ReferencePost­Sharp.​Patterns.​DiagnosticsLog­Value­AttributeLog­Value­Attribute
Open sandboxFocus

LogValueAttribute Constructor

LogValueAttribute()

Initializes a new LogValueAttribute for the default profile.

Declaration
public LogValueAttribute()

LogValueAttribute(String)

Initializes a new LogValueAttribute and specifies a profile name.

Declaration
public LogValueAttribute(string profileName)
Parameters
Type Name Description
System.String profileName

The name of the LoggingProfile to use.