@qubit-ltd/logging 1.4.8 → 1.4.10

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.
Files changed (65) hide show
  1. package/README.md +25 -25
  2. package/README.zh_CN.md +12 -12
  3. package/doc/api/Logger.html +3 -3352
  4. package/doc/api/data/search.json +1 -0
  5. package/doc/api/fonts/Inconsolata-Regular.ttf +0 -0
  6. package/doc/api/fonts/OpenSans-Regular.ttf +0 -0
  7. package/doc/api/fonts/WorkSans-Bold.ttf +0 -0
  8. package/doc/api/global.html +6 -755
  9. package/doc/api/index.html +29 -248
  10. package/doc/api/scripts/core.js +726 -0
  11. package/doc/api/scripts/core.min.js +23 -0
  12. package/doc/api/scripts/resize.js +90 -0
  13. package/doc/api/scripts/search.js +265 -0
  14. package/doc/api/scripts/search.min.js +6 -0
  15. package/doc/api/scripts/{prettify → third-party}/Apache-License-2.0.txt +202 -202
  16. package/doc/api/scripts/third-party/fuse.js +9 -0
  17. package/doc/api/scripts/third-party/hljs-line-num-original.js +369 -0
  18. package/doc/api/scripts/third-party/hljs-line-num.js +1 -0
  19. package/doc/api/scripts/third-party/hljs-original.js +5171 -0
  20. package/doc/api/scripts/third-party/hljs.js +1 -0
  21. package/doc/api/scripts/third-party/popper.js +5 -0
  22. package/doc/api/scripts/third-party/tippy.js +1 -0
  23. package/doc/api/scripts/third-party/tocbot.js +672 -0
  24. package/doc/api/scripts/third-party/tocbot.min.js +1 -0
  25. package/doc/api/styles/clean-jsdoc-theme-base.css +1159 -0
  26. package/doc/api/styles/clean-jsdoc-theme-dark.css +412 -0
  27. package/doc/api/styles/clean-jsdoc-theme-light.css +482 -0
  28. package/doc/api/styles/clean-jsdoc-theme-scrollbar.css +30 -0
  29. package/doc/api/styles/clean-jsdoc-theme-without-scrollbar.min.css +1 -0
  30. package/doc/api/styles/clean-jsdoc-theme.min.css +1 -0
  31. package/doc/logging.min.visualization.html +1 -1
  32. package/doc/logging.visualization.html +1 -1
  33. package/package.json +2 -2
  34. package/doc/api/fonts/OpenSans-Bold-webfont.eot +0 -0
  35. package/doc/api/fonts/OpenSans-Bold-webfont.svg +0 -1838
  36. package/doc/api/fonts/OpenSans-Bold-webfont.woff +0 -0
  37. package/doc/api/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  38. package/doc/api/fonts/OpenSans-BoldItalic-webfont.svg +0 -1838
  39. package/doc/api/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  40. package/doc/api/fonts/OpenSans-Italic-webfont.eot +0 -0
  41. package/doc/api/fonts/OpenSans-Italic-webfont.svg +0 -1838
  42. package/doc/api/fonts/OpenSans-Italic-webfont.woff +0 -0
  43. package/doc/api/fonts/OpenSans-Light-webfont.eot +0 -0
  44. package/doc/api/fonts/OpenSans-Light-webfont.svg +0 -1839
  45. package/doc/api/fonts/OpenSans-Light-webfont.woff +0 -0
  46. package/doc/api/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  47. package/doc/api/fonts/OpenSans-LightItalic-webfont.svg +0 -1843
  48. package/doc/api/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  49. package/doc/api/fonts/OpenSans-Regular-webfont.eot +0 -0
  50. package/doc/api/fonts/OpenSans-Regular-webfont.svg +0 -1839
  51. package/doc/api/fonts/OpenSans-Regular-webfont.woff +0 -0
  52. package/doc/api/fonts/OpenSans-Semibold-webfont.eot +0 -0
  53. package/doc/api/fonts/OpenSans-Semibold-webfont.svg +0 -1838
  54. package/doc/api/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  55. package/doc/api/fonts/OpenSans-Semibold-webfont.woff +0 -0
  56. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  57. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1838
  58. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  59. package/doc/api/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  60. package/doc/api/scripts/linenumber.js +0 -34
  61. package/doc/api/scripts/prettify/lang-css.js +0 -2
  62. package/doc/api/scripts/prettify/prettify.js +0 -28
  63. package/doc/api/styles/jsdoc-default.css +0 -699
  64. package/doc/api/styles/prettify-jsdoc.css +0 -120
  65. package/doc/api/styles/prettify-tomorrow.css +0 -141
@@ -1,120 +0,0 @@
1
- /*******************************************************************************
2
- *
3
- * Copyright (c) 2022 - 2023.
4
- * Haixing Hu, Qubit Co. Ltd.
5
- *
6
- * All rights reserved.
7
- *
8
- ******************************************************************************/
9
-
10
- /* JSDoc prettify.js theme */
11
-
12
- /* plain text */
13
- .pln {
14
- color: #000000;
15
- font-weight: normal;
16
- font-style: normal;
17
- }
18
-
19
- /* string content */
20
- .str {
21
- color: hsl(104, 100%, 24%);
22
- font-weight: normal;
23
- font-style: normal;
24
- }
25
-
26
- /* a keyword */
27
- .kwd {
28
- color: #000000;
29
- font-weight: bold;
30
- font-style: normal;
31
- }
32
-
33
- /* a comment */
34
- .com {
35
- font-weight: normal;
36
- font-style: italic;
37
- }
38
-
39
- /* a type name */
40
- .typ {
41
- color: #000000;
42
- font-weight: normal;
43
- font-style: normal;
44
- }
45
-
46
- /* a literal value */
47
- .lit {
48
- color: #006400;
49
- font-weight: normal;
50
- font-style: normal;
51
- }
52
-
53
- /* punctuation */
54
- .pun {
55
- color: #000000;
56
- font-weight: bold;
57
- font-style: normal;
58
- }
59
-
60
- /* lisp open bracket */
61
- .opn {
62
- color: #000000;
63
- font-weight: bold;
64
- font-style: normal;
65
- }
66
-
67
- /* lisp close bracket */
68
- .clo {
69
- color: #000000;
70
- font-weight: bold;
71
- font-style: normal;
72
- }
73
-
74
- /* a markup tag name */
75
- .tag {
76
- color: #006400;
77
- font-weight: normal;
78
- font-style: normal;
79
- }
80
-
81
- /* a markup attribute name */
82
- .atn {
83
- color: #006400;
84
- font-weight: normal;
85
- font-style: normal;
86
- }
87
-
88
- /* a markup attribute value */
89
- .atv {
90
- color: #006400;
91
- font-weight: normal;
92
- font-style: normal;
93
- }
94
-
95
- /* a declaration */
96
- .dec {
97
- color: #000000;
98
- font-weight: bold;
99
- font-style: normal;
100
- }
101
-
102
- /* a variable name */
103
- .var {
104
- color: #000000;
105
- font-weight: normal;
106
- font-style: normal;
107
- }
108
-
109
- /* a function name */
110
- .fun {
111
- color: #000000;
112
- font-weight: bold;
113
- font-style: normal;
114
- }
115
-
116
- /* Specify class=linenums on a pre to get line numbering */
117
- ol.linenums {
118
- margin-top: 0;
119
- margin-bottom: 0;
120
- }
@@ -1,141 +0,0 @@
1
- /*******************************************************************************
2
- *
3
- * Copyright (c) 2022 - 2023.
4
- * Haixing Hu, Qubit Co. Ltd.
5
- *
6
- * All rights reserved.
7
- *
8
- ******************************************************************************/
9
-
10
- /* Tomorrow Theme */
11
- /* Original theme - https://github.com/chriskempson/tomorrow-theme */
12
- /* Pretty printing styles. Used with prettify.js. */
13
- /* SPAN elements with the classes below are added by prettyprint. */
14
- /* plain text */
15
- .pln {
16
- color: #4d4d4c; }
17
-
18
- @media screen {
19
- /* string content */
20
- .str {
21
- color: hsl(104, 100%, 24%); }
22
-
23
- /* a keyword */
24
- .kwd {
25
- color: hsl(240, 100%, 50%); }
26
-
27
- /* a comment */
28
- .com {
29
- color: hsl(0, 0%, 60%); }
30
-
31
- /* a type name */
32
- .typ {
33
- color: hsl(240, 100%, 32%); }
34
-
35
- /* a literal value */
36
- .lit {
37
- color: hsl(240, 100%, 40%); }
38
-
39
- /* punctuation */
40
- .pun {
41
- color: #000000; }
42
-
43
- /* lisp open bracket */
44
- .opn {
45
- color: #000000; }
46
-
47
- /* lisp close bracket */
48
- .clo {
49
- color: #000000; }
50
-
51
- /* a markup tag name */
52
- .tag {
53
- color: #c82829; }
54
-
55
- /* a markup attribute name */
56
- .atn {
57
- color: #f5871f; }
58
-
59
- /* a markup attribute value */
60
- .atv {
61
- color: #3e999f; }
62
-
63
- /* a declaration */
64
- .dec {
65
- color: #f5871f; }
66
-
67
- /* a variable name */
68
- .var {
69
- color: #c82829; }
70
-
71
- /* a function name */
72
- .fun {
73
- color: #4271ae; } }
74
- /* Use higher contrast and text-weight for printable form. */
75
- @media print, projection {
76
- .str {
77
- color: #060; }
78
-
79
- .kwd {
80
- color: #006;
81
- font-weight: bold; }
82
-
83
- .com {
84
- color: #600;
85
- font-style: italic; }
86
-
87
- .typ {
88
- color: #404;
89
- font-weight: bold; }
90
-
91
- .lit {
92
- color: #044; }
93
-
94
- .pun, .opn, .clo {
95
- color: #440; }
96
-
97
- .tag {
98
- color: #006;
99
- font-weight: bold; }
100
-
101
- .atn {
102
- color: #404; }
103
-
104
- .atv {
105
- color: #060; } }
106
- /* Style */
107
- /*
108
- pre.prettyprint {
109
- background: white;
110
- font-family: Consolas, Monaco, 'Andale Mono', monospace;
111
- font-size: 12px;
112
- line-height: 1.5;
113
- border: 1px solid #ccc;
114
- padding: 10px; }
115
- */
116
-
117
- /* Specify class=linenums on a pre to get line numbering */
118
- ol.linenums {
119
- margin-top: 0;
120
- margin-bottom: 0; }
121
-
122
- /* IE indents via margin-left */
123
- li.L0,
124
- li.L1,
125
- li.L2,
126
- li.L3,
127
- li.L4,
128
- li.L5,
129
- li.L6,
130
- li.L7,
131
- li.L8,
132
- li.L9 {
133
- /* */ }
134
-
135
- /* Alternate shading for lines */
136
- li.L1,
137
- li.L3,
138
- li.L5,
139
- li.L7,
140
- li.L9 {
141
- /* */ }