FusionInventory::Agent::Logger::Backend(3) An abstract logger backend

DESCRIPTION

This is an abstract base classe for logger backends.

METHODS

new(%params)

The constructor. The following parameters are allowed, as keys of the $params hashref:
config
the agent configuration object

addMessage(%params)

Add a log message, with a specific level. The following arguments are allowed:
level
Can be one of:
debug
info
error
fault
message