ng2-logger 13.1.14 → 13.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +192 -192
- package/app/index.d.ts +4 -4
- package/app/ng2-logger.component.d.ts +5 -5
- package/app/ng2-logger.module.d.ts +2 -2
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/backend-logging.mjs +93 -93
- package/browser/esm2020/lib/display.mjs +96 -96
- package/browser/esm2020/lib/index.mjs +6 -6
- package/browser/esm2020/lib/level.mjs +32 -32
- package/browser/esm2020/lib/log.mjs +160 -160
- package/browser/esm2020/lib/logger.mjs +236 -236
- package/browser/esm2020/ng2-logger.mjs +4 -4
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/fesm2015/ng2-logger.mjs +514 -514
- package/browser/fesm2020/ng2-logger.mjs +514 -514
- package/browser/lib/backend-logging.d.ts +3 -3
- package/browser/lib/display.d.ts +3 -3
- package/browser/lib/index.d.ts +3 -3
- package/browser/lib/level.d.ts +20 -20
- package/browser/lib/log.d.ts +24 -24
- package/browser/lib/logger.d.ts +80 -80
- package/browser/ng2-logger.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/backend-logging.mjs +93 -93
- package/client/esm2020/lib/display.mjs +96 -96
- package/client/esm2020/lib/index.mjs +6 -6
- package/client/esm2020/lib/level.mjs +32 -32
- package/client/esm2020/lib/log.mjs +160 -160
- package/client/esm2020/lib/logger.mjs +236 -236
- package/client/esm2020/ng2-logger.mjs +4 -4
- package/client/esm2020/public-api.mjs +1 -1
- package/client/fesm2015/ng2-logger.mjs +514 -514
- package/client/fesm2020/ng2-logger.mjs +514 -514
- package/client/lib/backend-logging.d.ts +3 -3
- package/client/lib/display.d.ts +3 -3
- package/client/lib/index.d.ts +3 -3
- package/client/lib/level.d.ts +20 -20
- package/client/lib/log.d.ts +24 -24
- package/client/lib/logger.d.ts +80 -80
- package/client/ng2-logger.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/backend-logging.d.ts +4 -4
- package/lib/display.d.ts +4 -4
- package/lib/index.d.ts +4 -4
- package/lib/level.d.ts +21 -21
- package/lib/log.d.ts +25 -25
- package/lib/logger.d.ts +81 -81
- package/package.json +3 -3
- package/package.json_devDependencies.json +184 -184
- package/package.json_tnp.json5 +51 -51
- package/tmp-environment.json +44 -42
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/backend-logging.mjs +93 -93
- package/websql/esm2020/lib/display.mjs +96 -96
- package/websql/esm2020/lib/index.mjs +6 -6
- package/websql/esm2020/lib/level.mjs +32 -32
- package/websql/esm2020/lib/log.mjs +160 -160
- package/websql/esm2020/lib/logger.mjs +236 -236
- package/websql/esm2020/ng2-logger.mjs +4 -4
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/fesm2015/ng2-logger.mjs +514 -514
- package/websql/fesm2020/ng2-logger.mjs +514 -514
- package/websql/lib/backend-logging.d.ts +3 -3
- package/websql/lib/display.d.ts +3 -3
- package/websql/lib/index.d.ts +3 -3
- package/websql/lib/level.d.ts +20 -20
- package/websql/lib/log.d.ts +24 -24
- package/websql/lib/logger.d.ts +80 -80
- package/websql/ng2-logger.d.ts +4 -4
package/tmp-environment.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "ng2-logger.example.domain.com",
|
|
3
|
-
"name": "local",
|
|
4
3
|
"isCoreProject": false,
|
|
5
4
|
"ip": "localhost",
|
|
6
5
|
"packageJSON": {
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
]
|
|
56
55
|
},
|
|
57
56
|
"name": "ng2-logger",
|
|
58
|
-
"version": "13.1.
|
|
57
|
+
"version": "13.1.16",
|
|
59
58
|
"description": "isomorphic logger for browser/server in typescript",
|
|
60
59
|
"repository": {
|
|
61
60
|
"type": "git",
|
|
@@ -85,11 +84,11 @@
|
|
|
85
84
|
"json-stringify-safe": "5.0.1",
|
|
86
85
|
"json5": "2.1.3",
|
|
87
86
|
"randomcolor": "0.5.3",
|
|
88
|
-
"tnp-config": "~13.1.
|
|
87
|
+
"tnp-config": "~13.1.67"
|
|
89
88
|
},
|
|
90
89
|
"license": "MIT",
|
|
91
90
|
"private": false,
|
|
92
|
-
"lastBuildTagHash": "
|
|
91
|
+
"lastBuildTagHash": "9b2a772ddfe3ff864ae06873aa6ec178ae3d9a43",
|
|
93
92
|
"peerDependencies": {},
|
|
94
93
|
"devDependencies": {
|
|
95
94
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
@@ -135,7 +134,7 @@
|
|
|
135
134
|
"@types/dateformat": "1.0.1",
|
|
136
135
|
"@types/diff": "3.2.2",
|
|
137
136
|
"@types/express": "4.11.0",
|
|
138
|
-
"@types/express-fileupload": "
|
|
137
|
+
"@types/express-fileupload": "1.4.1",
|
|
139
138
|
"@types/fs-extra": "7.0.0",
|
|
140
139
|
"@types/glob": "5.0.35",
|
|
141
140
|
"@types/http-proxy": "1.16.0",
|
|
@@ -148,7 +147,7 @@
|
|
|
148
147
|
"@types/lodash": "4.14.92",
|
|
149
148
|
"@types/lowdb": "1.0.6",
|
|
150
149
|
"@types/mocha": "5.2.5",
|
|
151
|
-
"@types/node": "
|
|
150
|
+
"@types/node": "16.18.21",
|
|
152
151
|
"@types/node-notifier": "5.4.0",
|
|
153
152
|
"@types/oauth2orize": "1.8.0",
|
|
154
153
|
"@types/password-hash": "1.2.19",
|
|
@@ -160,9 +159,10 @@
|
|
|
160
159
|
"@types/vinyl": "2.0.2",
|
|
161
160
|
"@types/watch": "1.0.0",
|
|
162
161
|
"accepts": "1.3.4",
|
|
163
|
-
"any-project-cli": "~13.1.
|
|
164
|
-
"axios": "
|
|
165
|
-
"background-worker-process": "~13.1.
|
|
162
|
+
"any-project-cli": "~13.1.23",
|
|
163
|
+
"axios": "1.3.5",
|
|
164
|
+
"background-worker-process": "~13.1.38",
|
|
165
|
+
"base32": "0.0.7",
|
|
166
166
|
"bcryptjs": "2.4.3",
|
|
167
167
|
"better-sqlite3": "7.6.2",
|
|
168
168
|
"body-parser": "1.18.2",
|
|
@@ -197,20 +197,22 @@
|
|
|
197
197
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
198
198
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
199
199
|
"express": "4.16.3",
|
|
200
|
-
"express-fileupload": "
|
|
200
|
+
"express-fileupload": "1.4.0",
|
|
201
201
|
"express-session": "1.17.3",
|
|
202
|
+
"favicons": "7.1.2",
|
|
202
203
|
"fbgraph": "1.4.1",
|
|
203
204
|
"file-loader": "1.1.5",
|
|
204
205
|
"file-saver": "2.0.5",
|
|
205
206
|
"firedev": "^13",
|
|
206
|
-
"firedev-crud": "~13.1.
|
|
207
|
-
"firedev-crud-deamon": "~13.1.
|
|
208
|
-
"firedev-ports": "~13.1.
|
|
209
|
-
"firedev-storage": "~13.1.
|
|
210
|
-
"firedev-typeorm": "~13.1.
|
|
211
|
-
"firedev-ui": "~13.1.
|
|
207
|
+
"firedev-crud": "~13.1.43",
|
|
208
|
+
"firedev-crud-deamon": "~13.1.33",
|
|
209
|
+
"firedev-ports": "~13.1.37",
|
|
210
|
+
"firedev-storage": "~13.1.28",
|
|
211
|
+
"firedev-typeorm": "~13.1.18",
|
|
212
|
+
"firedev-ui": "~13.1.8",
|
|
212
213
|
"fkill": "6.1.0",
|
|
213
214
|
"font-awesome": "4.7.0",
|
|
215
|
+
"form-data": "4.0.0",
|
|
214
216
|
"fs-extra": "8.1.0",
|
|
215
217
|
"fuzzy": "0.1.3",
|
|
216
218
|
"glob": "7.1.2",
|
|
@@ -219,16 +221,16 @@
|
|
|
219
221
|
"http-proxy": "1.16.2",
|
|
220
222
|
"http-proxy-middleware": "0.19.1",
|
|
221
223
|
"http-server": "0.11.1",
|
|
222
|
-
"incremental-compiler": "~13.1.
|
|
224
|
+
"incremental-compiler": "~13.1.17",
|
|
223
225
|
"inquirer": "7.3.3",
|
|
224
226
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
225
227
|
"is-elevated": "3.0.0",
|
|
226
|
-
"isomorphic-region-loader": "~13.1.
|
|
228
|
+
"isomorphic-region-loader": "~13.1.31",
|
|
227
229
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
228
230
|
"jasmine-core": "4.0.0",
|
|
229
231
|
"jscodeshift": "0.6.3",
|
|
230
|
-
"json10": "~13.1.
|
|
231
|
-
"json10-writer": "~13.1.
|
|
232
|
+
"json10": "~13.1.36",
|
|
233
|
+
"json10-writer": "~13.1.34",
|
|
232
234
|
"json5-writer": "0.2.0",
|
|
233
235
|
"jszip": "3.10.1",
|
|
234
236
|
"karma": "6.3.0",
|
|
@@ -241,33 +243,33 @@
|
|
|
241
243
|
"localforage": "1.10.0",
|
|
242
244
|
"lockfile": "1.0.4",
|
|
243
245
|
"lodash": "4.17.4",
|
|
244
|
-
"lodash-walk-object": "~13.1.
|
|
245
|
-
"lodash.get": ">= 4",
|
|
246
|
-
"lodash.isequal": ">= 4",
|
|
247
|
-
"lodash.merge": ">= 4",
|
|
248
|
-
"lodash.set": ">= 4",
|
|
246
|
+
"lodash-walk-object": "~13.1.36",
|
|
249
247
|
"lowdb": "1.0.0",
|
|
250
|
-
"magic-renamer": "~13.1.
|
|
248
|
+
"magic-renamer": "~13.1.25",
|
|
251
249
|
"material-design-icons": "3.0.1",
|
|
252
250
|
"method-override": "2.3.10",
|
|
253
251
|
"minimist": "1.2.0",
|
|
254
252
|
"mkdirp": "0.5.1",
|
|
255
253
|
"mocha": "5.2.0",
|
|
256
254
|
"moment": "2.22.2",
|
|
257
|
-
"morphi": "~13.1
|
|
255
|
+
"morphi": "~13.2.1",
|
|
258
256
|
"ng-packagr": "13.0.0",
|
|
259
257
|
"ng-talkback": "~13.1.19",
|
|
260
|
-
"ng2-
|
|
261
|
-
"ng2-
|
|
258
|
+
"ng2-file-upload": "1.3.0",
|
|
259
|
+
"ng2-logger": "~13.1.15",
|
|
260
|
+
"ng2-rest": "~13.2.1",
|
|
262
261
|
"ng4-icons": "~13.1.21",
|
|
263
262
|
"ng4-modal": "~13.1.23",
|
|
264
263
|
"ngx-bootstrap": "8.0.0",
|
|
265
264
|
"ngx-editor": "12.2.1",
|
|
265
|
+
"ngx-highlightjs": "6.1.3",
|
|
266
266
|
"ngx-moment": "6.0.2",
|
|
267
267
|
"ngx-pipes": "3.0.0",
|
|
268
|
+
"ngx-progressbar": "8.0.0",
|
|
269
|
+
"ngx-scrollbar": "9.0.2",
|
|
268
270
|
"ngx-store": "3.1.1",
|
|
269
271
|
"ngx-toastr": "14.2.2",
|
|
270
|
-
"ngx-wig": "
|
|
272
|
+
"ngx-wig": "1.2.7",
|
|
271
273
|
"node-cli-tester": "~13.1.19",
|
|
272
274
|
"node-localstorage": "2.1.6",
|
|
273
275
|
"node-notifier": "6.0.0",
|
|
@@ -297,16 +299,16 @@
|
|
|
297
299
|
"socket.io": "2.4.1",
|
|
298
300
|
"sort-package-json": "1.11.0",
|
|
299
301
|
"sql.js": "1.8.0",
|
|
300
|
-
"static-columns": "~13.
|
|
302
|
+
"static-columns": "~13.3.2",
|
|
301
303
|
"string-similarity": "4.0.2",
|
|
302
304
|
"sudo-block": "3.0.0",
|
|
303
305
|
"systeminformation": "3.45.7",
|
|
304
306
|
"task.js": "0.1.5",
|
|
305
|
-
"tnp-cli": "~13.1.
|
|
306
|
-
"tnp-core": "~13.2.
|
|
307
|
-
"tnp-db": "~13.1.
|
|
308
|
-
"tnp-helpers": "~13.1.
|
|
309
|
-
"tnp-models": "~13.1.
|
|
307
|
+
"tnp-cli": "~13.1.50",
|
|
308
|
+
"tnp-core": "~13.2.9",
|
|
309
|
+
"tnp-db": "~13.1.16",
|
|
310
|
+
"tnp-helpers": "~13.1.26",
|
|
311
|
+
"tnp-models": "~13.1.18",
|
|
310
312
|
"tnp-ui": "~13.1.27",
|
|
311
313
|
"ts-debug": "1.3.0",
|
|
312
314
|
"ts-loader": "2.3.1",
|
|
@@ -314,28 +316,28 @@
|
|
|
314
316
|
"tslib": "~2.3.0",
|
|
315
317
|
"typeorm": "~0.3.10",
|
|
316
318
|
"typescript": "~4.6.2",
|
|
317
|
-
"typescript-class-helpers": "~13.1
|
|
319
|
+
"typescript-class-helpers": "~13.2.1",
|
|
318
320
|
"typescript-formatter": "~7.2.2",
|
|
319
321
|
"underscore": "1.9.1",
|
|
320
322
|
"uuid": "8.3.2",
|
|
321
323
|
"validator": "9.2.0",
|
|
322
324
|
"vpn-split": "~13.1.23",
|
|
323
325
|
"watch": "1.0.2",
|
|
326
|
+
"yup": "1.1.1",
|
|
324
327
|
"zone.js": "~0.11.4"
|
|
325
328
|
}
|
|
326
329
|
},
|
|
327
330
|
"build": {
|
|
328
|
-
"number":
|
|
329
|
-
"date": "2023-04-
|
|
330
|
-
"hash": "
|
|
331
|
+
"number": 532,
|
|
332
|
+
"date": "2023-04-23T03:32:03.000Z",
|
|
333
|
+
"hash": "8f672a8d7209313c3f040d3927a9e33fc588ea01",
|
|
331
334
|
"options": {}
|
|
332
335
|
},
|
|
333
336
|
"currentProjectName": "ng2-logger",
|
|
334
|
-
"currentProjectPort": 4000,
|
|
335
337
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22ng2-logger%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
336
338
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
337
339
|
"currentProjectType": "isomorphic-lib",
|
|
338
|
-
"currentFrameworkVersion": "13.1.
|
|
340
|
+
"currentFrameworkVersion": "13.1.181",
|
|
339
341
|
"currentProjectIsStrictSite": false,
|
|
340
342
|
"currentProjectIsDependencySite": false,
|
|
341
343
|
"currentProjectIsStatic": false,
|
package/websql/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
/* */
|
|
2
|
-
/* */
|
|
3
|
-
/* */
|
|
4
|
-
/* */
|
|
5
|
-
/* */
|
|
6
|
-
/* */
|
|
7
|
-
/* */
|
|
8
|
-
export function consoleLog(data, level) {
|
|
9
|
-
/* */
|
|
10
|
-
/* */
|
|
11
|
-
/* */
|
|
12
|
-
/* */
|
|
13
|
-
/* */
|
|
14
|
-
/* */
|
|
15
|
-
/* */
|
|
16
|
-
/* */
|
|
17
|
-
}
|
|
18
|
-
export function displayParams(params = [], level) {
|
|
19
|
-
/* */
|
|
20
|
-
/* */
|
|
21
|
-
/* */
|
|
22
|
-
/* */
|
|
23
|
-
/* */
|
|
24
|
-
/* */
|
|
25
|
-
/* */
|
|
26
|
-
/* */
|
|
27
|
-
/* */
|
|
28
|
-
/* */
|
|
29
|
-
}
|
|
30
|
-
function replace(out, match, char, color) {
|
|
31
|
-
/* */
|
|
32
|
-
/* */
|
|
33
|
-
/* */
|
|
34
|
-
/* */
|
|
35
|
-
/* */
|
|
36
|
-
/* */
|
|
37
|
-
/* */
|
|
38
|
-
/* */
|
|
39
|
-
/* */
|
|
40
|
-
/* */
|
|
41
|
-
}
|
|
42
|
-
function handleObjectData(param, level) {
|
|
43
|
-
/* */
|
|
44
|
-
/* */
|
|
45
|
-
/* */
|
|
46
|
-
/* */
|
|
47
|
-
/* */
|
|
48
|
-
/* */
|
|
49
|
-
/* */
|
|
50
|
-
/* */
|
|
51
|
-
/* */
|
|
52
|
-
/* */
|
|
53
|
-
/* */
|
|
54
|
-
/* */
|
|
55
|
-
/* */
|
|
56
|
-
/* */
|
|
57
|
-
/* */
|
|
58
|
-
/* */
|
|
59
|
-
/* */
|
|
60
|
-
/* */
|
|
61
|
-
/* */
|
|
62
|
-
/* */
|
|
63
|
-
/* */
|
|
64
|
-
/* */
|
|
65
|
-
/* */
|
|
66
|
-
/* */
|
|
67
|
-
/* */
|
|
68
|
-
/* */
|
|
69
|
-
}
|
|
70
|
-
export function istartedInVscode() {
|
|
71
|
-
/* */
|
|
72
|
-
/* */
|
|
73
|
-
/* */
|
|
74
|
-
/* */
|
|
75
|
-
/* */
|
|
76
|
-
/* */
|
|
77
|
-
/* */
|
|
78
|
-
/* */
|
|
79
|
-
/* */
|
|
80
|
-
/* */
|
|
81
|
-
/* */
|
|
82
|
-
}
|
|
83
|
-
function isObjectAfterStringify(s) {
|
|
84
|
-
/* */
|
|
85
|
-
/* */
|
|
86
|
-
/* */
|
|
87
|
-
/* */
|
|
88
|
-
/* */
|
|
89
|
-
/* */
|
|
90
|
-
/* */
|
|
91
|
-
}
|
|
92
|
-
;
|
|
93
|
-
({}); // @--end-of-file-for-module=ng2-logger lib/backend-logging.ts
|
|
1
|
+
/* */
|
|
2
|
+
/* */
|
|
3
|
+
/* */
|
|
4
|
+
/* */
|
|
5
|
+
/* */
|
|
6
|
+
/* */
|
|
7
|
+
/* */
|
|
8
|
+
export function consoleLog(data, level) {
|
|
9
|
+
/* */
|
|
10
|
+
/* */
|
|
11
|
+
/* */
|
|
12
|
+
/* */
|
|
13
|
+
/* */
|
|
14
|
+
/* */
|
|
15
|
+
/* */
|
|
16
|
+
/* */
|
|
17
|
+
}
|
|
18
|
+
export function displayParams(params = [], level) {
|
|
19
|
+
/* */
|
|
20
|
+
/* */
|
|
21
|
+
/* */
|
|
22
|
+
/* */
|
|
23
|
+
/* */
|
|
24
|
+
/* */
|
|
25
|
+
/* */
|
|
26
|
+
/* */
|
|
27
|
+
/* */
|
|
28
|
+
/* */
|
|
29
|
+
}
|
|
30
|
+
function replace(out, match, char, color) {
|
|
31
|
+
/* */
|
|
32
|
+
/* */
|
|
33
|
+
/* */
|
|
34
|
+
/* */
|
|
35
|
+
/* */
|
|
36
|
+
/* */
|
|
37
|
+
/* */
|
|
38
|
+
/* */
|
|
39
|
+
/* */
|
|
40
|
+
/* */
|
|
41
|
+
}
|
|
42
|
+
function handleObjectData(param, level) {
|
|
43
|
+
/* */
|
|
44
|
+
/* */
|
|
45
|
+
/* */
|
|
46
|
+
/* */
|
|
47
|
+
/* */
|
|
48
|
+
/* */
|
|
49
|
+
/* */
|
|
50
|
+
/* */
|
|
51
|
+
/* */
|
|
52
|
+
/* */
|
|
53
|
+
/* */
|
|
54
|
+
/* */
|
|
55
|
+
/* */
|
|
56
|
+
/* */
|
|
57
|
+
/* */
|
|
58
|
+
/* */
|
|
59
|
+
/* */
|
|
60
|
+
/* */
|
|
61
|
+
/* */
|
|
62
|
+
/* */
|
|
63
|
+
/* */
|
|
64
|
+
/* */
|
|
65
|
+
/* */
|
|
66
|
+
/* */
|
|
67
|
+
/* */
|
|
68
|
+
/* */
|
|
69
|
+
}
|
|
70
|
+
export function istartedInVscode() {
|
|
71
|
+
/* */
|
|
72
|
+
/* */
|
|
73
|
+
/* */
|
|
74
|
+
/* */
|
|
75
|
+
/* */
|
|
76
|
+
/* */
|
|
77
|
+
/* */
|
|
78
|
+
/* */
|
|
79
|
+
/* */
|
|
80
|
+
/* */
|
|
81
|
+
/* */
|
|
82
|
+
}
|
|
83
|
+
function isObjectAfterStringify(s) {
|
|
84
|
+
/* */
|
|
85
|
+
/* */
|
|
86
|
+
/* */
|
|
87
|
+
/* */
|
|
88
|
+
/* */
|
|
89
|
+
/* */
|
|
90
|
+
/* */
|
|
91
|
+
}
|
|
92
|
+
;
|
|
93
|
+
({}); // @--end-of-file-for-module=ng2-logger lib/backend-logging.ts
|
|
94
94
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFja2VuZC1sb2dnaW5nLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vdG1wLWxpYnMtZm9yLWJ1bmRsZS13ZWJzcWwvbmcyLWxvZ2dlci9wcm9qZWN0cy9uZzItbG9nZ2VyL3NyYy9saWIvYmFja2VuZC1sb2dnaW5nLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLEtBQUs7QUFDTCxLQUFLO0FBS0wsS0FBSztBQUNMLEtBQUs7QUFDTCxLQUFLO0FBQ0wsS0FBSztBQUNMLEtBQUs7QUFHTCxNQUFNLFVBQVUsVUFBVSxDQUFDLElBQVksRUFBRSxLQUFZO0lBQ3JELEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUdELE1BQU0sVUFBVSxhQUFhLENBQUMsU0FBZ0IsRUFBRSxFQUFFLEtBQVk7SUFDOUQsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztBQUVMLENBQUM7QUFFRCxTQUFTLE9BQU8sQ0FBQyxHQUFXLEVBQUUsS0FBYSxFQUFFLElBQVksRUFBRSxLQUFVO0lBQ3JFLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7QUFFTCxDQUFDO0FBR0QsU0FBUyxnQkFBZ0IsQ0FBQyxLQUFhLEVBQUUsS0FBWTtJQUNyRCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztBQUVMLENBQUM7QUFHRCxNQUFNLFVBQVUsZ0JBQWdCO0lBQ2hDLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVELFNBQVMsc0JBQXNCLENBQUMsQ0FBUztJQUN6QyxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0lBQ0wsS0FBSztJQUNMLEtBQUs7SUFDTCxLQUFLO0FBRUwsQ0FBQztBQUVBLENBQUM7QUFBQSxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUMsOERBQThEIiwic291cmNlc0NvbnRlbnQiOlsiLyogKi9cbi8qICovXG4gIFxuXG5pbXBvcnQgeyBMZXZlbCB9IGZyb20gJy4vbGV2ZWwnO1xuXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG5cbmV4cG9ydCBmdW5jdGlvbiBjb25zb2xlTG9nKGRhdGE6IHN0cmluZywgbGV2ZWw6IExldmVsKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cblxuZXhwb3J0IGZ1bmN0aW9uIGRpc3BsYXlQYXJhbXMocGFyYW1zOiBhbnlbXSA9IFtdLCBsZXZlbDogTGV2ZWwpIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG5mdW5jdGlvbiByZXBsYWNlKG91dDogc3RyaW5nLCBtYXRjaDogUmVnRXhwLCBjaGFyOiBSZWdFeHAsIGNvbG9yOiBhbnkpIHtcbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4gIFxufVxuXG5cbmZ1bmN0aW9uIGhhbmRsZU9iamVjdERhdGEocGFyYW06IHN0cmluZywgbGV2ZWw6IExldmVsKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cblxuZXhwb3J0IGZ1bmN0aW9uIGlzdGFydGVkSW5Wc2NvZGUoKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbiAgXG59XG5cbmZ1bmN0aW9uIGlzT2JqZWN0QWZ0ZXJTdHJpbmdpZnkoczogc3RyaW5nKSB7XG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuLyogKi9cbi8qICovXG4vKiAqL1xuICBcbn1cblxuIDsoe30pOyAvLyBALS1lbmQtb2YtZmlsZS1mb3ItbW9kdWxlPW5nMi1sb2dnZXIgbGliL2JhY2tlbmQtbG9nZ2luZy50cyJdfQ==
|