NAME

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

SYNOPSIS

Returns the formatted string for testing purposes.

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

# Get a new logger
my $log = Log::Fine->getLogger("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

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

METHODS

msgWrite($lvl, $msg, $skip)

See Log::Fine::Handle

Returns the formatted message rather than the object.

SEE ALSO

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

AUTHOR

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

BUGS

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

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

perldoc Log::Fine

You can also look for information at:

REVISION INFORMATION

$Id: String.pm 76 2008-06-06 16:36:28Z cfuhrman $

COPYRIGHT & LICENSE

Copyright (c) 2008 Christopher M. Fuhrman, All rights reserved.

This program is free software licensed under the...

The BSD License

The full text of the license can be found in the LICENSE file included with this module.