Example #1
0
 function __construct()
 {
     parent::__construct();
     $this->_file_path = $this->_config['log_file_path'];
     App_Plugin::add_action(App_Key::$TAG_SERVICE_STOP, array($this, 'writer'));
 }