View filterContext.HttpContext.Trace

filterContext.HttpContext.Trace.Write("(Logging Filter)Action Executing: ")
Trace can be viewed in http://host:[port]/Trace.axd
Before that we need to add
<system.web>
    <trace enabled="true"/>
</system.web>

in web.config