Interface to logging based on Perl Sys::Syslog Module.
This class uses the following values from gridshib-ca.conf:
new()Arguments: None
Returns: Logger instance
log()Arguments:
$level - one of ``info'', ``warn'', ``err''
$format, @args - as would be presented to sprintf()
Returns: Nothing
info()Arguments:
$format, @args - as would be presented to sprintf()
Returns: Nothing
debug()Arguments:
$format, @args - as would be presented to sprintf()
Returns: Nothing
err()Arguments:
$format, @args - as would be presented to sprintf()
Returns: Nothing
GridShib-CA version 0.4.0 ($Id: Logger.pm.in,v 1.6 2007/03/15 02:19:15 welch Exp $)