The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  Log::AndError::Constants - Log::AndError constants module.

SYNOPSIS

  use Log::AndError::Constants qw( :all :debug :log );

DESCRIPTION

  This module provides constants for use with any LCM class module.
  Currently the following tags are supported.
      :debug  - Exports DEBUG0 DEBUG1 DEBUG2 DEBUG3 DEBUG4 DEBUG5 constants.
      :log    - Exports ALWAYSLOG constant.
      :all    - Exports all of the above. 

AUTHOR

John Ballem of Brown University

SEE ALSO

perl(1).