LogAttribute Constructor (String) |
Initializes a new LogAttribute and specifies a logging profile.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public LogAttribute( string profileName )
Parameters
- profileName
- Type: System.String
The name of the logging profile, or null to use the default logging profile.
