Variable jsonStringifyTranslatorConst

jsonStringifyTranslator: LogTranslator = ...

Invokes JSON.stringify on log data arguments. Stringifies Errors fairly (not just {} as regular JSON.stringify(new Error('Boo')))

Generated using TypeDoc