Help for this page

Select Code to Download


  1. or download this
    $s->nci->logger->log_config({
        dispatchers => ['screen'],
    ...
            min_level => 'error'
        }
    });
    
  2. or download this
    use Log::Dispatch::Screen;
    
    ...
            min_level => 'error'
        )
    );