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

NAME

Narada::Log - setup project log

VERSION

This document describes Narada::Log version v2.3.8

SYNOPSIS

    use Narada::Log qw( $LOG );

    $LOG->INFO("ready to work");

DESCRIPTION

While loading, this module will configure Log::Fast->global() object according to configuration in config/log/type, config/log/output and config/log/level.

If any scalar variable names will be given as parameters while loading module it will export Log::Fast->global() as given variable names.

See Log::Fast for more details.

INTERFACE

None.

DIAGNOSTICS

open: %s

File config/log/output contain file name, and error happens while trying to open this file.

CONFIGURATION AND ENVIRONMENT

Narada::Log requires configuration files and directories provided by Narada framework.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/Narada/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.

https://github.com/powerman/Narada

    git clone https://github.com/powerman/Narada.git

Resources

AUTHOR

Alex Efros <powerman@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2008- by Alex Efros <powerman@cpan.org>.

This is free software, licensed under:

  The MIT (X11) License