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

NAME

Metabrik::Core::Log - core::log Brik

SYNOPSIS

   use Metabrik::Core::Log;

   my $LOG = Metabrik::Core::Log->new;

DESCRIPTION

This Brik is the default logging mechanism: output on console. You could write a different logging Brik as long as it respects the API as described in the METHODS paragraph below. You don't need to use this Brik directly. It is auto-loaded by core::context Brik and is stored in its log Attribute.

ATTRIBUTES

At The Metabrik Shell, just type:

"get core::log"

COMMANDS

At The Metabrik Shell, just type:

"help core::log"

METHODS

brik_preinit
brik_init
brik_properties
message
info
verbose
warning
error
fatal
debug

SEE ALSO

Metabrik

COPYRIGHT AND LICENSE

Copyright (c) 2014-2020, Patrice <GomoR> Auffret

You may distribute this module under the terms of The BSD 3-Clause License. See LICENSE file in the source distribution archive.

AUTHOR

Patrice <GomoR> Auffret