| author | Sebastian Harl <sh@tokkee.org> | |
| Tue, 10 Apr 2007 22:27:54 +0000 (00:27 +0200) | ||
| committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
| Wed, 11 Apr 2007 06:27:31 +0000 (08:27 +0200) | ||
| commit | f59d051e2087090f15545c65facbc507699ac7e6 | |
| tree | dc86e339501f66d0ae23b2ab7f7168691ef1fbea | tree | snapshot |
| parent | 3b3b7e5b98de86da500329e0a8c84debc51d8b4d | commit | diff |
perl plugin: Exported plugin_log() to Perl.
This adds the following function to collectd's Perl API:
Collectd::plugin_log:
pass a message to collectd's logging mechanism
arguments:
level - log level
message - log message
The log level should be any of the Collectd::LOG_* constants.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
This adds the following function to collectd's Perl API:
Collectd::plugin_log:
pass a message to collectd's logging mechanism
arguments:
level - log level
message - log message
The log level should be any of the Collectd::LOG_* constants.
Signed-off-by: Sebastian Harl <sh@tokkee.org>
| src/collectd.pod | diff | blob | history | |
| src/perl.c | diff | blob | history |