Example #1
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".Misc.Array";
 }
Example #2
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".FileRecords";
 }
Example #3
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".Info";
 }
Example #4
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".Misc.Directory" . ($this->depth ? ".Level_" . $this->depth : "");
 }