| Log-AndError documentation | view source | Contained in the Log-AndError distribution. |
Log::AndError::Constants - Log::AndError constants module.
use Log::AndError::Constants qw( :all :debug :log );
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.
John Ballem of Brown University
perl(1).
| Log-AndError documentation | view source | Contained in the Log-AndError distribution. |