LogAttribute Constructor (String) |
Initializes a new LogAttribute and specifies a logging profile.
Namespace: PostSharp.Patterns.DiagnosticsAssembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 4.3.48.0 (4.3.48.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.
