X-Git-Url: http://git.squeep.com/?p=squeep-logger-json-console;a=blobdiff_plain;f=README.md;h=dfa01b6ce664a047d04d92864305ed4ea31494c2;hp=d5177524fc4bd1b87bd1dbd3ccba3f5c81a7276b;hb=8f067f063e2410dd72bcd51aee69b273b1915c25;hpb=9d6fc078e27013cbb94836d7a9c3a39ba30d216b diff --git a/README.md b/README.md index d517752..dfa01b6 100644 --- 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.