Exemplo n.º 1
0
 public AttributeBasedLoggingFilter(IFrameLogContext context)
 {
     cache = FilterAttributeCache.For(context);
 }
Exemplo n.º 2
0
 public AttributeBasedLoggingFilter(ContextInfo context)
 {
     cache = FilterAttributeCache.For(context);
 }