Help for this page

Select Code to Download


  1. or download this
    # Increase value value of $Log::Log4perl::caller_depth by one
    $Log::Log4perl::caller_depth++;  # NO NO NO!!!
    
  2. or download this
      # Set value of $Log::Log4perl::caller_depth to one. Since Log4perl's
      # logger is a static object, the value must not be increased more
      # than once.
      $Log::Log4perl::caller_depth = 1;