1 <?xml version=
"1.0" encoding=
"utf-8" ?>
4 <!-- General Config -->
6 <section name=
"aspectsharp"
7 type=
"AspectSharp.Builder.SectionHandler.AspectSharpConfigurationHandler, AspectSharp" />
10 <!-- AspectSharp settings -->
14 import AspectSharp.LoggingExample.Model in AspectSharp.LoggingExample
16 interceptors [
"logger" : LoggerInterceptor ]
18 aspect InterfaceLogger for [ assignableFrom(IAgatKiller) ]
24 aspect ClassLogger for MachineGun
25 pointcut method|property(*)
26 advice(LoggerInterceptor)