From 1a4f8bd9c1f1459f8ef76d9a20eeb3e6317f84e2 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sun, 17 Sep 2023 12:06:16 +0700 Subject: [PATCH] Updates --- functions/logDefer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.