diff --git a/functions/logDefer.html b/functions/logDefer.html index fc5080d..225bbe0 100644 --- a/functions/logDefer.html +++ b/functions/logDefer.html @@ -33,7 +33,7 @@

Parameters

  • toLog: ((this, target) => unknown)

    Performs additional message processing before it is logged. It will be called by -@Loggable.toLog method implementation at appropriate logging stage.

    +Loggable#toLog method implementation at appropriate logging stage.