> But to answer your question: If you have a valid $ctx object, you > can directly call $ctx->log($level, $msg) rather than having to > do $self->log($ctx, $level, $msg). Great news, glad i asked then. FYI log() isn't listed on /news page as actions that work with $ctx->METHOD().