Log::Fine::Handle::String - formatted output


Log-Fine documentation  | view source Contained in the Log-Fine distribution.

Index


NAME

Top

Log::Fine::Handle::String - formatted output

SYNOPSIS

Top

Returns the formatted string for testing purposes.

    use Log::Fine;
    use Log::Fine::Handle::String;

    # Get a new logger
    my $log = Log::Fine->logger("foo");

    # register a file handle
    my $handle = Log::Fine::Handle::String->new();

    # get a formatted message
    my $formatted_message = $log->(INFO, "Opened new log handle");

DESCRIPTION

Top

The string handle returns the formatted message. This is useful for general-purpose testing and verification.

METHODS

Top

msgWrite

Returns the formatted message

Note: msgWrite() is an internal method to the Log::Fine framework, meant to be sub-classed. Use log in Log::Fine::Logger for actual logging.

Parameters

* level

Level at which to log

* message

Message to log

* skip

Passed to caller (caller in perlfunc) for accurate method logging

Returns

The formatted message

BUGS

Top

Please report any bugs or feature requests to bug-log-fine-handle-string at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Log-Fine. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Log::Fine

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Log-Fine

* CPAN Ratings

http://cpanratings.perl.org/d/Log-Fine

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Log-Fine

* Search CPAN

http://search.cpan.org/dist/Log-Fine

REVISION INFORMATION

Top

  $Id: 8fb352f52b7a59533d3ff582d7f919b0db886550 $

AUTHOR

Top

Christopher M. Fuhrman, <cfuhrman at panix.com>

SEE ALSO

Top

perl, Log::Fine, Log::Fine::Handle

COPYRIGHT & LICENSE

Top


Log-Fine documentation  | view source Contained in the Log-Fine distribution.