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: 2023.0.3.0 (2023.0.3.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.