Man Page: fusioninventory::agent::logger
Operating Environment: debian
Section: 3pm
FusionInventory::Agent::Logger(3pm) User Contributed Perl Documentation FusionInventory::Agent::Logger(3pm)NAMEFusionInventory::Agent::Logger - Fusion Inventory loggerDESCRIPTIONThis is the logger object.METHODSnew(%params) The constructor. The following parameters are allowed, as keys of the %params hash: config the agent configuration object, to be passed to backends backends a list of backends to use (default: Stderr) debug a flag allowing debug messages (default: false) log(%params) Add a log message, with a specific level. %params is an hash, with the following keys: level Can be one of: debug info error fault message debug2($message) Add a log message with debug2 level. debug($message) Add a log message with debug level. info($message) Add a log message with info level. error($message) Add a log message with error level. fault($message) Add a log message with fault level. perl v5.14.2 2012-06-14 FusionInventory::Agent::Logger(3pm)
| Related Man Pages |
|---|
| logger(1) - bsd |
| dancer::logger::abstract(3pm) - debian |
| fusioninventory::agent::storage(3pm) - debian |
| fusioninventory::agent::tools::win32(3pm) - debian |
| mojo::log(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Introduction |
| Find columns in a file based on header and print to new file |