Created
April 8, 2019 22:23
-
-
Save tugberkugurlu/9066c411bbfb2309657f56ab89ce8f71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using PostSharp.Patterns.Diagnostics; | |
using PostSharp.Extensibility; | |
[assembly: Log(AttributePriority = 1, AttributeTargetMemberAttributes = MulticastAttributes.Protected | MulticastAttributes.Internal | MulticastAttributes.Public)] | |
[assembly: Log(AttributePriority = 2, AttributeExclude = true, AttributeTargetMembers = "get_*" )] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment