@twin.org/logging-models 0.0.1-next.2

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 (34) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +21 -0
  3. package/dist/cjs/index.cjs +159 -0
  4. package/dist/esm/index.mjs +154 -0
  5. package/dist/types/connectors/multiLoggingConnector.d.ts +57 -0
  6. package/dist/types/connectors/silentLoggingConnector.d.ts +46 -0
  7. package/dist/types/factories/loggingConnectorFactory.d.ts +6 -0
  8. package/dist/types/helpers/logEntryHelper.d.ts +12 -0
  9. package/dist/types/index.d.ts +12 -0
  10. package/dist/types/models/ILogEntry.d.ts +33 -0
  11. package/dist/types/models/ILoggingComponent.d.ts +36 -0
  12. package/dist/types/models/ILoggingConnector.d.ts +38 -0
  13. package/dist/types/models/ILoggingLevelsConfig.d.ts +10 -0
  14. package/dist/types/models/api/ILoggingCreateRequest.d.ts +10 -0
  15. package/dist/types/models/api/ILoggingListRequest.d.ts +35 -0
  16. package/dist/types/models/api/ILoggingListResponse.d.ts +19 -0
  17. package/dist/types/models/logLevel.d.ts +4 -0
  18. package/docs/changelog.md +5 -0
  19. package/docs/examples.md +1 -0
  20. package/docs/reference/classes/LogEntryHelper.md +33 -0
  21. package/docs/reference/classes/MultiLoggingConnector.md +134 -0
  22. package/docs/reference/classes/SilentLoggingConnector.md +118 -0
  23. package/docs/reference/index.md +25 -0
  24. package/docs/reference/interfaces/ILogEntry.md +55 -0
  25. package/docs/reference/interfaces/ILoggingComponent.md +84 -0
  26. package/docs/reference/interfaces/ILoggingConnector.md +80 -0
  27. package/docs/reference/interfaces/ILoggingCreateRequest.md +11 -0
  28. package/docs/reference/interfaces/ILoggingLevelsConfig.md +11 -0
  29. package/docs/reference/interfaces/ILoggingListRequest.md +47 -0
  30. package/docs/reference/interfaces/ILoggingListResponse.md +23 -0
  31. package/docs/reference/type-aliases/LogLevel.md +5 -0
  32. package/docs/reference/variables/LoggingConnectorFactory.md +5 -0
  33. package/locales/en.json +3 -0
  34. package/package.json +65 -0
package/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2024 IOTA Stiftung.
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # TWIN Logging Models
2
+
3
+ Models which define the structure of the logging contracts and connectors.
4
+
5
+ ## Installation
6
+
7
+ ```shell
8
+ npm install @twin.org/logging-models
9
+ ```
10
+
11
+ ## Examples
12
+
13
+ Usage of the APIs is shown in the examples [docs/examples.md](docs/examples.md)
14
+
15
+ ## Reference
16
+
17
+ Detailed reference documentation for the API can be found in [docs/reference/index.md](docs/reference/index.md)
18
+
19
+ ## Changelog
20
+
21
+ The changes between each version can be found in [docs/changelog.md](docs/changelog.md)
@@ -0,0 +1,159 @@
1
+ 'use strict';
2
+
3
+ var core = require('@twin.org/core');
4
+
5
+ // Copyright 2024 IOTA Stiftung.
6
+ // SPDX-License-Identifier: Apache-2.0.
7
+ /**
8
+ * Factory for creating logging connectors.
9
+ */
10
+ // eslint-disable-next-line @typescript-eslint/naming-convention
11
+ const LoggingConnectorFactory = core.Factory.createFactory("logging");
12
+
13
+ // Copyright 2024 IOTA Stiftung.
14
+ // SPDX-License-Identifier: Apache-2.0.
15
+ /**
16
+ * Class for performing logging operations on multiple connectors.
17
+ */
18
+ class MultiLoggingConnector {
19
+ /**
20
+ * The namespace for the logging connector.
21
+ */
22
+ static NAMESPACE = "multi";
23
+ /**
24
+ * Runtime name for the class.
25
+ */
26
+ CLASS_NAME = "MultiLoggingConnector";
27
+ /**
28
+ * The connectors to send the log entries to.
29
+ * @internal
30
+ */
31
+ _loggingConnectors;
32
+ /**
33
+ * The log levels to display, will default to all.
34
+ * @internal
35
+ */
36
+ _levels;
37
+ /**
38
+ * Create a new instance of MultiLoggingConnector.
39
+ * @param options The options for the connector.
40
+ * @param options.loggingConnectorTypes The logging connectors to multiplex.
41
+ * @param options.config The configuration for the logging connector.
42
+ */
43
+ constructor(options) {
44
+ core.Guards.object(this.CLASS_NAME, "options", options);
45
+ core.Guards.arrayValue(this.CLASS_NAME, "options.loggingConnectorTypes", options.loggingConnectorTypes);
46
+ this._levels = options?.config?.levels ?? ["debug", "info", "warn", "error", "trace"];
47
+ this._loggingConnectors = options.loggingConnectorTypes.map(t => LoggingConnectorFactory.get(t));
48
+ }
49
+ /**
50
+ * Log an entry to the connector.
51
+ * @param logEntry The entry to log.
52
+ * @returns Nothing.
53
+ */
54
+ async log(logEntry) {
55
+ core.Guards.object(this.CLASS_NAME, "logEntry", logEntry);
56
+ if (this._levels.includes(logEntry.level)) {
57
+ logEntry.ts ??= Date.now();
58
+ await Promise.allSettled(this._loggingConnectors.map(async (loggingConnector) => loggingConnector.log(logEntry)));
59
+ }
60
+ }
61
+ /**
62
+ * Query the log entries.
63
+ * @param conditions The conditions to match for the entities.
64
+ * @param sortProperties The optional sort order.
65
+ * @param properties The optional keys to return, defaults to all.
66
+ * @param cursor The cursor to request the next page of entities.
67
+ * @param pageSize The maximum number of entities in a page.
68
+ * @returns All the entities for the storage matching the conditions,
69
+ * and a cursor which can be used to request more entities.
70
+ * @throws NotImplementedError if the implementation does not support retrieval.
71
+ */
72
+ async query(conditions, sortProperties, properties, cursor, pageSize) {
73
+ // See if we can find a connector that supports querying.
74
+ // If it throws anything other than not implemented, we should throw it.
75
+ for (const loggingConnector of this._loggingConnectors) {
76
+ try {
77
+ const result = await loggingConnector.query(conditions, sortProperties, properties, cursor, pageSize);
78
+ return result;
79
+ }
80
+ catch (error) {
81
+ if (!core.BaseError.isErrorName(error, core.NotImplementedError.CLASS_NAME)) {
82
+ throw error;
83
+ }
84
+ }
85
+ }
86
+ throw new core.NotImplementedError(this.CLASS_NAME, "query");
87
+ }
88
+ }
89
+
90
+ /**
91
+ * Class for performing logging operations to nowhere.
92
+ */
93
+ class SilentLoggingConnector {
94
+ /**
95
+ * The namespace for the logging connector.
96
+ */
97
+ static NAMESPACE = "silent";
98
+ /**
99
+ * Runtime name for the class.
100
+ */
101
+ CLASS_NAME = "SilentLoggingConnector";
102
+ /**
103
+ * Log an entry to the connector.
104
+ * @param logEntry The entry to log.
105
+ * @returns Nothing.
106
+ */
107
+ async log(logEntry) { }
108
+ /**
109
+ * Query the log entries.
110
+ * @param conditions The conditions to match for the entities.
111
+ * @param sortProperties The optional sort order.
112
+ * @param properties The optional keys to return, defaults to all.
113
+ * @param cursor The cursor to request the next page of entities.
114
+ * @param pageSize The maximum number of entities in a page.
115
+ * @returns All the entities for the storage matching the conditions,
116
+ * and a cursor which can be used to request more entities.
117
+ * @throws NotImplementedError if the implementation does not support retrieval.
118
+ */
119
+ async query(conditions, sortProperties, properties, cursor, pageSize) {
120
+ return {
121
+ entities: []
122
+ };
123
+ }
124
+ }
125
+
126
+ // Copyright 2024 IOTA Stiftung.
127
+ // SPDX-License-Identifier: Apache-2.0.
128
+ /**
129
+ * Helper class for log entry operations.
130
+ */
131
+ class LogEntryHelper {
132
+ /**
133
+ * Translate the log entry.
134
+ * @param logEntry The log entry.
135
+ * @returns The translated log entry if a translation can be found.
136
+ */
137
+ static translate(logEntry) {
138
+ if (core.Is.stringValue(logEntry.level) && core.Is.stringValue(logEntry.source)) {
139
+ const sourceMessage = `${logEntry.level}.${core.StringHelper.camelCase(logEntry.source)}.${logEntry.message}`;
140
+ if (core.I18n.hasMessage(sourceMessage)) {
141
+ return core.I18n.formatMessage(sourceMessage, logEntry.data);
142
+ }
143
+ }
144
+ if (core.Is.stringValue(logEntry.source)) {
145
+ const sourceMessage = `${core.StringHelper.camelCase(logEntry.source)}.${logEntry.message}`;
146
+ if (core.I18n.hasMessage(sourceMessage)) {
147
+ return core.I18n.formatMessage(sourceMessage, logEntry.data);
148
+ }
149
+ }
150
+ if (core.I18n.hasMessage(logEntry.message)) {
151
+ return core.I18n.formatMessage(logEntry.message, logEntry.data);
152
+ }
153
+ }
154
+ }
155
+
156
+ exports.LogEntryHelper = LogEntryHelper;
157
+ exports.LoggingConnectorFactory = LoggingConnectorFactory;
158
+ exports.MultiLoggingConnector = MultiLoggingConnector;
159
+ exports.SilentLoggingConnector = SilentLoggingConnector;
@@ -0,0 +1,154 @@
1
+ import { Factory, Guards, BaseError, NotImplementedError, Is, StringHelper, I18n } from '@twin.org/core';
2
+
3
+ // Copyright 2024 IOTA Stiftung.
4
+ // SPDX-License-Identifier: Apache-2.0.
5
+ /**
6
+ * Factory for creating logging connectors.
7
+ */
8
+ // eslint-disable-next-line @typescript-eslint/naming-convention
9
+ const LoggingConnectorFactory = Factory.createFactory("logging");
10
+
11
+ // Copyright 2024 IOTA Stiftung.
12
+ // SPDX-License-Identifier: Apache-2.0.
13
+ /**
14
+ * Class for performing logging operations on multiple connectors.
15
+ */
16
+ class MultiLoggingConnector {
17
+ /**
18
+ * The namespace for the logging connector.
19
+ */
20
+ static NAMESPACE = "multi";
21
+ /**
22
+ * Runtime name for the class.
23
+ */
24
+ CLASS_NAME = "MultiLoggingConnector";
25
+ /**
26
+ * The connectors to send the log entries to.
27
+ * @internal
28
+ */
29
+ _loggingConnectors;
30
+ /**
31
+ * The log levels to display, will default to all.
32
+ * @internal
33
+ */
34
+ _levels;
35
+ /**
36
+ * Create a new instance of MultiLoggingConnector.
37
+ * @param options The options for the connector.
38
+ * @param options.loggingConnectorTypes The logging connectors to multiplex.
39
+ * @param options.config The configuration for the logging connector.
40
+ */
41
+ constructor(options) {
42
+ Guards.object(this.CLASS_NAME, "options", options);
43
+ Guards.arrayValue(this.CLASS_NAME, "options.loggingConnectorTypes", options.loggingConnectorTypes);
44
+ this._levels = options?.config?.levels ?? ["debug", "info", "warn", "error", "trace"];
45
+ this._loggingConnectors = options.loggingConnectorTypes.map(t => LoggingConnectorFactory.get(t));
46
+ }
47
+ /**
48
+ * Log an entry to the connector.
49
+ * @param logEntry The entry to log.
50
+ * @returns Nothing.
51
+ */
52
+ async log(logEntry) {
53
+ Guards.object(this.CLASS_NAME, "logEntry", logEntry);
54
+ if (this._levels.includes(logEntry.level)) {
55
+ logEntry.ts ??= Date.now();
56
+ await Promise.allSettled(this._loggingConnectors.map(async (loggingConnector) => loggingConnector.log(logEntry)));
57
+ }
58
+ }
59
+ /**
60
+ * Query the log entries.
61
+ * @param conditions The conditions to match for the entities.
62
+ * @param sortProperties The optional sort order.
63
+ * @param properties The optional keys to return, defaults to all.
64
+ * @param cursor The cursor to request the next page of entities.
65
+ * @param pageSize The maximum number of entities in a page.
66
+ * @returns All the entities for the storage matching the conditions,
67
+ * and a cursor which can be used to request more entities.
68
+ * @throws NotImplementedError if the implementation does not support retrieval.
69
+ */
70
+ async query(conditions, sortProperties, properties, cursor, pageSize) {
71
+ // See if we can find a connector that supports querying.
72
+ // If it throws anything other than not implemented, we should throw it.
73
+ for (const loggingConnector of this._loggingConnectors) {
74
+ try {
75
+ const result = await loggingConnector.query(conditions, sortProperties, properties, cursor, pageSize);
76
+ return result;
77
+ }
78
+ catch (error) {
79
+ if (!BaseError.isErrorName(error, NotImplementedError.CLASS_NAME)) {
80
+ throw error;
81
+ }
82
+ }
83
+ }
84
+ throw new NotImplementedError(this.CLASS_NAME, "query");
85
+ }
86
+ }
87
+
88
+ /**
89
+ * Class for performing logging operations to nowhere.
90
+ */
91
+ class SilentLoggingConnector {
92
+ /**
93
+ * The namespace for the logging connector.
94
+ */
95
+ static NAMESPACE = "silent";
96
+ /**
97
+ * Runtime name for the class.
98
+ */
99
+ CLASS_NAME = "SilentLoggingConnector";
100
+ /**
101
+ * Log an entry to the connector.
102
+ * @param logEntry The entry to log.
103
+ * @returns Nothing.
104
+ */
105
+ async log(logEntry) { }
106
+ /**
107
+ * Query the log entries.
108
+ * @param conditions The conditions to match for the entities.
109
+ * @param sortProperties The optional sort order.
110
+ * @param properties The optional keys to return, defaults to all.
111
+ * @param cursor The cursor to request the next page of entities.
112
+ * @param pageSize The maximum number of entities in a page.
113
+ * @returns All the entities for the storage matching the conditions,
114
+ * and a cursor which can be used to request more entities.
115
+ * @throws NotImplementedError if the implementation does not support retrieval.
116
+ */
117
+ async query(conditions, sortProperties, properties, cursor, pageSize) {
118
+ return {
119
+ entities: []
120
+ };
121
+ }
122
+ }
123
+
124
+ // Copyright 2024 IOTA Stiftung.
125
+ // SPDX-License-Identifier: Apache-2.0.
126
+ /**
127
+ * Helper class for log entry operations.
128
+ */
129
+ class LogEntryHelper {
130
+ /**
131
+ * Translate the log entry.
132
+ * @param logEntry The log entry.
133
+ * @returns The translated log entry if a translation can be found.
134
+ */
135
+ static translate(logEntry) {
136
+ if (Is.stringValue(logEntry.level) && Is.stringValue(logEntry.source)) {
137
+ const sourceMessage = `${logEntry.level}.${StringHelper.camelCase(logEntry.source)}.${logEntry.message}`;
138
+ if (I18n.hasMessage(sourceMessage)) {
139
+ return I18n.formatMessage(sourceMessage, logEntry.data);
140
+ }
141
+ }
142
+ if (Is.stringValue(logEntry.source)) {
143
+ const sourceMessage = `${StringHelper.camelCase(logEntry.source)}.${logEntry.message}`;
144
+ if (I18n.hasMessage(sourceMessage)) {
145
+ return I18n.formatMessage(sourceMessage, logEntry.data);
146
+ }
147
+ }
148
+ if (I18n.hasMessage(logEntry.message)) {
149
+ return I18n.formatMessage(logEntry.message, logEntry.data);
150
+ }
151
+ }
152
+ }
153
+
154
+ export { LogEntryHelper, LoggingConnectorFactory, MultiLoggingConnector, SilentLoggingConnector };
@@ -0,0 +1,57 @@
1
+ import type { EntityCondition, SortDirection } from "@twin.org/entity";
2
+ import type { ILogEntry } from "../models/ILogEntry";
3
+ import type { ILoggingConnector } from "../models/ILoggingConnector";
4
+ import type { ILoggingLevelsConfig } from "../models/ILoggingLevelsConfig";
5
+ /**
6
+ * Class for performing logging operations on multiple connectors.
7
+ */
8
+ export declare class MultiLoggingConnector implements ILoggingConnector {
9
+ /**
10
+ * The namespace for the logging connector.
11
+ */
12
+ static readonly NAMESPACE: string;
13
+ /**
14
+ * Runtime name for the class.
15
+ */
16
+ readonly CLASS_NAME: string;
17
+ /**
18
+ * Create a new instance of MultiLoggingConnector.
19
+ * @param options The options for the connector.
20
+ * @param options.loggingConnectorTypes The logging connectors to multiplex.
21
+ * @param options.config The configuration for the logging connector.
22
+ */
23
+ constructor(options: {
24
+ loggingConnectorTypes: string[];
25
+ config?: ILoggingLevelsConfig | undefined;
26
+ });
27
+ /**
28
+ * Log an entry to the connector.
29
+ * @param logEntry The entry to log.
30
+ * @returns Nothing.
31
+ */
32
+ log(logEntry: ILogEntry): Promise<void>;
33
+ /**
34
+ * Query the log entries.
35
+ * @param conditions The conditions to match for the entities.
36
+ * @param sortProperties The optional sort order.
37
+ * @param properties The optional keys to return, defaults to all.
38
+ * @param cursor The cursor to request the next page of entities.
39
+ * @param pageSize The maximum number of entities in a page.
40
+ * @returns All the entities for the storage matching the conditions,
41
+ * and a cursor which can be used to request more entities.
42
+ * @throws NotImplementedError if the implementation does not support retrieval.
43
+ */
44
+ query(conditions?: EntityCondition<ILogEntry>, sortProperties?: {
45
+ property: keyof Omit<ILogEntry, "error" | "data">;
46
+ sortDirection: SortDirection;
47
+ }[], properties?: (keyof ILogEntry)[], cursor?: string, pageSize?: number): Promise<{
48
+ /**
49
+ * The entities, which can be partial if a limited keys list was provided.
50
+ */
51
+ entities: Partial<ILogEntry>[];
52
+ /**
53
+ * An optional cursor, when defined can be used to call find to get more entities.
54
+ */
55
+ cursor?: string;
56
+ }>;
57
+ }
@@ -0,0 +1,46 @@
1
+ import type { EntityCondition, SortDirection } from "@twin.org/entity";
2
+ import type { ILogEntry } from "../models/ILogEntry";
3
+ import type { ILoggingConnector } from "../models/ILoggingConnector";
4
+ /**
5
+ * Class for performing logging operations to nowhere.
6
+ */
7
+ export declare class SilentLoggingConnector implements ILoggingConnector {
8
+ /**
9
+ * The namespace for the logging connector.
10
+ */
11
+ static readonly NAMESPACE: string;
12
+ /**
13
+ * Runtime name for the class.
14
+ */
15
+ readonly CLASS_NAME: string;
16
+ /**
17
+ * Log an entry to the connector.
18
+ * @param logEntry The entry to log.
19
+ * @returns Nothing.
20
+ */
21
+ log(logEntry: ILogEntry): Promise<void>;
22
+ /**
23
+ * Query the log entries.
24
+ * @param conditions The conditions to match for the entities.
25
+ * @param sortProperties The optional sort order.
26
+ * @param properties The optional keys to return, defaults to all.
27
+ * @param cursor The cursor to request the next page of entities.
28
+ * @param pageSize The maximum number of entities in a page.
29
+ * @returns All the entities for the storage matching the conditions,
30
+ * and a cursor which can be used to request more entities.
31
+ * @throws NotImplementedError if the implementation does not support retrieval.
32
+ */
33
+ query(conditions?: EntityCondition<ILogEntry>, sortProperties?: {
34
+ property: keyof Omit<ILogEntry, "error" | "data">;
35
+ sortDirection: SortDirection;
36
+ }[], properties?: (keyof ILogEntry)[], cursor?: string, pageSize?: number): Promise<{
37
+ /**
38
+ * The entities, which can be partial if a limited keys list was provided.
39
+ */
40
+ entities: Partial<ILogEntry>[];
41
+ /**
42
+ * An optional cursor, when defined can be used to call find to get more entities.
43
+ */
44
+ cursor?: string;
45
+ }>;
46
+ }
@@ -0,0 +1,6 @@
1
+ import { Factory } from "@twin.org/core";
2
+ import type { ILoggingConnector } from "../models/ILoggingConnector";
3
+ /**
4
+ * Factory for creating logging connectors.
5
+ */
6
+ export declare const LoggingConnectorFactory: Factory<ILoggingConnector>;
@@ -0,0 +1,12 @@
1
+ import type { ILogEntry } from "../models/ILogEntry";
2
+ /**
3
+ * Helper class for log entry operations.
4
+ */
5
+ export declare class LogEntryHelper {
6
+ /**
7
+ * Translate the log entry.
8
+ * @param logEntry The log entry.
9
+ * @returns The translated log entry if a translation can be found.
10
+ */
11
+ static translate(logEntry: ILogEntry): string | undefined;
12
+ }
@@ -0,0 +1,12 @@
1
+ export * from "./connectors/multiLoggingConnector";
2
+ export * from "./connectors/silentLoggingConnector";
3
+ export * from "./factories/loggingConnectorFactory";
4
+ export * from "./helpers/logEntryHelper";
5
+ export * from "./models/api/ILoggingCreateRequest";
6
+ export * from "./models/api/ILoggingListRequest";
7
+ export * from "./models/api/ILoggingListResponse";
8
+ export * from "./models/ILogEntry";
9
+ export * from "./models/ILoggingComponent";
10
+ export * from "./models/ILoggingConnector";
11
+ export * from "./models/ILoggingLevelsConfig";
12
+ export * from "./models/logLevel";