public function current()
 {
     if (self::$log === NULL) {
         self::$log = new Logbook();
     }
     $ret = self::$log;
     return $ret;
 }