Aspects.Logging.LogAttribute.RuntimeInitialize C# (CSharp) Method

RuntimeInitialize() public method

Initializes the current aspect.
public RuntimeInitialize ( MethodBase method ) : void
method System.Reflection.MethodBase Method to which the current aspect is applied.
return void
        public override void RuntimeInitialize(MethodBase method)
        {
            _shouldLog = ConfigurationProvider.ShouldLog(this);
        }