Skip to content

Commit e31aa41

Browse files
committed
Logging overhaul (#102)
* made logging event emitters heirarchical * add verbose stdout & stderr logging targets * allow regex matching logging comand names * some renaming + adding stop[Immediate]Propagation() to BaseClientEvent * some logging bubblign/hierarchy tests * update documentation for logging * start adding logging examples * more logging examples * BaseClientEvent.requestId * extended logging formatting + more logging docs * extra log info for some commands * readme for loggign examples * made events deep clone dataapiresp object
1 parent b965202 commit e31aa41

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3334
-735
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export default ts.config(
6868
'@typescript-eslint/no-magic-numbers': 'off',
6969
'@typescript-eslint/require-await': 'off',
7070
'@typescript-eslint/no-implied-eval': 'off',
71+
'@typescript-eslint/dot-notation': 'off',
7172
},
7273
},
7374
{

0 commit comments

Comments
 (0)