|
NameOpenXPKI::Server::Log::CLIDescriptionThis class has the same interface than OpenXPKI::Server::Log but logs anything to stdout. By default only errors are logged, for other loglevels you can set the level from your script:use Log::Log4perl::Level; use OpenXPKI::Server::Log::CLI; $OpenXPKI::Server::Log::CLI::LEVEL = $TRACE;
Visit the GSP FreeBSD Man Page Interface. |