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:
COMMANDS
At The Metabrik Shell, just type:
METHODS
- brik_preinit
- brik_init
- brik_properties
- message
- info
- verbose
- warning
- error
- fatal
- debug
SEE ALSO
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