change replacer function signatures to match that of stringify, detect circular refer...
[squeep-logger-json-console] / README.md
index d5177524fc4bd1b87bd1dbd3ccba3f5c81a7276b..dfa01b6ce664a047d04d92864305ed4ea31494c2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 A simple logger class, which mostly just structures messages, data, and some metadata as JSON and spews it, by default, to Console.
 
-Supports basic scrubbing of well-defined sensitive fields, and an extensible set of JSON replacer functions for common objects.
+Supports basic scrubbing of well-defined sensitive fields, detection of circular references, and an extensible set of JSON replacer functions for common objects.
 
 If provided with an asyncLocalStorage instance, it expects a stored object which will be spread over the resulting logged JSON.