Help for this page

Select Code to Download


  1. or download this
    package CLUILogger;
    
    ...
    }
    
    1;
    
  2. or download this
    $mylog = LogInit('LSEUI', 'UI', $thisloglevel);
    
    LogIT($mylog, '1', 'INFO', 'STARTUP', '',
          'LSEUI Starting...User="'.$usercheck . '"'
          );