Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラスに適用する属性を作成したいと思います。このクラスでは、postsharp のメソッドとメソッドが呼び出された場合、OnEntry次OnExitのように正確なメソッド名をログに記録したいと思います。
OnEntry
OnExit
「GetPartners を開始しています...」
また
「GetPartners は終了しました...」
または例外が発生した場合:
「GetPartners メソッドで例外が発生しました」
これに対する解決策はありますか?