=head1 SYNOPSIS
+ use Log::Contextual::SimpleLogger;
use Log::Contextual qw( :log ),
-logger => Log::Contextual::SimpleLogger->new({ levels => [qw( debug )]});
=head2 new
-Arguments: Dict[ levels => ArrayRef[Str], coderef => Optional[CodeRef] ] $conf
+Arguments: C<< Dict[ levels => ArrayRef[Str], coderef => Optional[CodeRef] ] $conf >>
my $l = Log::Contextual::SimpleLogger->new({
levels => [qw( info warn )],
=head2 $level
-Arguments: @anything
+Arguments: C<@anything>
All of the following six methods work the same. The basic pattern is: