| Module | OpenWFE::HistoryMixin |
| In: |
lib/openwfe/expool/history.rb
|
A Mixin for history modules
# File lib/openwfe/expool/history.rb, line 64
64: def log (event, *args)
65: raise NotImplementedError.new(
66: "please provide an implementation of log(e, fei, wi)")
67: end