statiegeld_tokens: log creation, use, and expiry of tokens
This commit is contained in:
parent
9045eb7ff4
commit
1696028ce3
2 changed files with 35 additions and 6 deletions
|
@ -52,3 +52,7 @@ sub hook_log_warning($class, $message, @) {
|
|||
sub hook_log_error($class, $message, @) {
|
||||
_log(ERROR => $message);
|
||||
}
|
||||
|
||||
sub hook_log_info($class, $message, @) {
|
||||
_log(INFO => $message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue