sub logpath { my ($this) = @_; return File::Spec->rel2abs( join( '-', split /::/, __PACKAGE__ ) . '.log', $this->log_root ); }