Bootloader::Logger(3) User Contributed Perl Documentation Bootloader::Logger(3)
NAME
Bootloader::Logger - library for logging
PREFACE
This package is the private logging part. It doesn't use existing logging library, because it must handle logging via yast and also logging
during kernel update. Also target is to have minimum dependencies for inst-sys.
SYNOPSIS
"use Bootloader::Logger;"
"$obj_ref = Bootloader::Logger->new ();"
DESCRIPTION
"$obj_ref = Bootloader::Library->new ();"
Creates an instance of the Bootloader::Library class.
perl v5.12.1 2009-06-02 Bootloader::Logger(3)