@visulima/pail 4.0.0-alpha.11 → 4.0.0-alpha.12

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 (78) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/LICENSE.md +152 -894
  3. package/dist/error.d.ts +95 -96
  4. package/dist/index.browser.d.ts +557 -47
  5. package/dist/index.browser.js +1 -1
  6. package/dist/index.server.d.ts +722 -61
  7. package/dist/index.server.js +5 -4
  8. package/dist/middleware/elysia.d.ts +65 -63
  9. package/dist/middleware/express.d.ts +73 -71
  10. package/dist/middleware/fastify.d.ts +69 -67
  11. package/dist/middleware/hono.d.ts +74 -72
  12. package/dist/middleware/next/handler.d.ts +101 -34
  13. package/dist/middleware/sveltekit.d.ts +100 -98
  14. package/dist/object-tree.d.ts +67 -70
  15. package/dist/packem_shared/{PrettyReporter-BtTr13Ha.js → PrettyReporter-CIbrmjUV.js} +1 -1
  16. package/dist/packem_shared/{PrettyReporter-BCvyNzXO.js → PrettyReporter-CNJEO9g7.js} +11 -8
  17. package/dist/packem_shared/abstract-json-reporter.d-BAgznjyU.d.ts +61 -0
  18. package/dist/packem_shared/{abstract-pretty-reporter-CXAKYCb8.js → abstract-pretty-reporter-CkqCt5hg.js} +4 -2
  19. package/dist/packem_shared/create-middleware-logger.d-DheMh8q4.d.ts +47 -0
  20. package/dist/packem_shared/{index-Bx3-C0j9.js → index-6cG1Kp0t.js} +2 -2
  21. package/dist/packem_shared/types.d-BeLumqgD.d.ts +246 -0
  22. package/dist/packem_shared/types.d-C51XNfQz.d.ts +194 -0
  23. package/dist/packem_shared/types.d-CM5ie2qm.d.ts +236 -0
  24. package/dist/packem_shared/wide-event.d-B-t8ZnhI.d.ts +704 -0
  25. package/dist/processor/caller/caller-processor.d.ts +49 -47
  26. package/dist/processor/environment-processor.d.ts +113 -113
  27. package/dist/processor/environment-processor.js +3 -10
  28. package/dist/processor/message-formatter-processor.d.ts +51 -49
  29. package/dist/processor/message-formatter-processor.js +2 -2
  30. package/dist/processor/opentelemetry-processor.d.ts +69 -66
  31. package/dist/processor/redact-processor.d.ts +60 -41
  32. package/dist/processor/sampling-processor.d.ts +102 -101
  33. package/dist/reporter/file/json-file-reporter.d.ts +91 -42
  34. package/dist/reporter/http/abstract-http-reporter.d.ts +213 -211
  35. package/dist/reporter/http/http-reporter.d.ts +40 -36
  36. package/dist/reporter/http/http-reporter.edge-light.d.ts +430 -38
  37. package/dist/reporter/json/index.browser.d.ts +99 -3
  38. package/dist/reporter/json/index.d.ts +51 -3
  39. package/dist/reporter/pretty/index.browser.d.ts +106 -2
  40. package/dist/reporter/pretty/index.browser.js +1 -1
  41. package/dist/reporter/pretty/index.d.ts +219 -2
  42. package/dist/reporter/pretty/index.js +1 -1
  43. package/dist/reporter/simple/simple-reporter.server.d.ts +168 -18
  44. package/dist/reporter/simple/simple-reporter.server.js +3 -2
  45. package/dist/wide-event.d.ts +5 -300
  46. package/package.json +6 -7
  47. package/dist/constants.d.ts +0 -37
  48. package/dist/middleware/next/middleware.d.ts +0 -59
  49. package/dist/middleware/next/storage.d.ts +0 -14
  50. package/dist/middleware/shared/create-middleware-logger.d.ts +0 -82
  51. package/dist/middleware/shared/headers.d.ts +0 -14
  52. package/dist/middleware/shared/routes.d.ts +0 -30
  53. package/dist/middleware/shared/storage.d.ts +0 -29
  54. package/dist/pail.browser.d.ts +0 -412
  55. package/dist/pail.server.d.ts +0 -158
  56. package/dist/processor/caller/get-caller-filename.d.ts +0 -23
  57. package/dist/reporter/file/utils/rotating-file-stream.d.ts +0 -48
  58. package/dist/reporter/http/utils/compression.d.ts +0 -7
  59. package/dist/reporter/http/utils/log-size-error.d.ts +0 -30
  60. package/dist/reporter/http/utils/retry.d.ts +0 -27
  61. package/dist/reporter/json/abstract-json-reporter.d.ts +0 -61
  62. package/dist/reporter/json/json-reporter.browser.d.ts +0 -40
  63. package/dist/reporter/json/json-reporter.server.d.ts +0 -50
  64. package/dist/reporter/pretty/abstract-pretty-reporter.d.ts +0 -83
  65. package/dist/reporter/pretty/pretty-reporter.browser.d.ts +0 -36
  66. package/dist/reporter/pretty/pretty-reporter.server.d.ts +0 -70
  67. package/dist/reporter/raw/raw-reporter.browser.d.ts +0 -5
  68. package/dist/reporter/raw/raw-reporter.server.d.ts +0 -13
  69. package/dist/reporter/utils/default-inspector-config.d.ts +0 -3
  70. package/dist/reporter/utils/format-label.d.ts +0 -3
  71. package/dist/types.d.ts +0 -241
  72. package/dist/utils/arrayify.d.ts +0 -2
  73. package/dist/utils/get-longest-badge.d.ts +0 -4
  74. package/dist/utils/get-longest-label.d.ts +0 -4
  75. package/dist/utils/merge-types.d.ts +0 -4
  76. package/dist/utils/stream/safe-stream-handler.d.ts +0 -21
  77. package/dist/utils/write-console-log-based-on-level.d.ts +0 -4
  78. package/dist/utils/write-stream.d.ts +0 -2
@@ -0,0 +1,236 @@
1
+ import { AnsiColors } from '@visulima/colorize';
2
+ import { InteractiveManager } from '@visulima/interactive-manager';
3
+ /**
4
+ Matches any [primitive value](https://developer.mozilla.org/en-US/docs/Glossary/Primitive).
5
+
6
+ @category Type
7
+ */
8
+ type Primitive = null | undefined | string | number | boolean | symbol | bigint;
9
+ /**
10
+ Create a union type by combining primitive types and literal types without sacrificing auto-completion in IDEs for the literal type part of the union.
11
+
12
+ Currently, when a union type of a primitive type is combined with literal types, TypeScript loses all information about the combined literals. Thus, when such type is used in an IDE with autocompletion, no suggestions are made for the declared literals.
13
+
14
+ This type is a workaround for [Microsoft/TypeScript#29729](https://github.com/Microsoft/TypeScript/issues/29729). It will be removed as soon as it's not needed anymore.
15
+
16
+ @example
17
+ ```
18
+ import type {LiteralUnion} from 'type-fest';
19
+
20
+ // Before
21
+
22
+ type Pet = 'dog' | 'cat' | string;
23
+
24
+ const petWithoutAutocomplete: Pet = '';
25
+ // Start typing in your TypeScript-enabled IDE.
26
+ // You **will not** get auto-completion for `dog` and `cat` literals.
27
+
28
+ // After
29
+
30
+ type Pet2 = LiteralUnion<'dog' | 'cat', string>;
31
+
32
+ const petWithAutoComplete: Pet2 = '';
33
+ // You **will** get auto-completion for `dog` and `cat` literals.
34
+ ```
35
+
36
+ @category Type
37
+ */
38
+ type LiteralUnion<LiteralType, BaseType extends Primitive> = LiteralType | (BaseType & Record<never, never>);
39
+ /**
40
+ * Global namespace for extending Pail's metadata interface.
41
+ *
42
+ * This global declaration allows other packages and applications to extend
43
+ * the Meta interface with custom properties by declaring additional properties
44
+ * in the VisulimaPail.CustomMeta interface.
45
+ * @example
46
+ * ```typescript
47
+ * declare global {
48
+ * namespace VisulimaPail {
49
+ * interface CustomMeta<L> {
50
+ * userId?: string;
51
+ * requestId?: string;
52
+ * }
53
+ * }
54
+ * }
55
+ * ```
56
+ */
57
+ declare global {
58
+ namespace VisulimaPail {
59
+ interface CustomMeta<L> {}
60
+ }
61
+ }
62
+ /**
63
+ * Metadata object containing all information about a log entry.
64
+ *
65
+ * This interface defines the structure of metadata that is passed to reporters
66
+ * and processors. It contains all the contextual information about a log message
67
+ * including the message itself, timing information, error details, and more.
68
+ * @template L - The log level type
69
+ */
70
+ interface Meta<L> extends VisulimaPail.CustomMeta<L> {
71
+ badge: string | undefined;
72
+ context: any[] | undefined;
73
+ date: Date | string;
74
+ error: Error | undefined;
75
+ groups: string[];
76
+ label: string | undefined;
77
+ message: Primitive | ReadonlyArray<unknown> | Record<PropertyKey, unknown>;
78
+ prefix: string | undefined;
79
+ repeated?: number;
80
+ scope: string[] | undefined;
81
+ suffix: string | undefined;
82
+ traceError: Error | undefined;
83
+ type: {
84
+ level: ExtendedRfc5424LogLevels | L;
85
+ name: string;
86
+ };
87
+ }
88
+ /**
89
+ * Extended RFC 5424 Log Levels.
90
+ *
91
+ * Standard syslog severity levels as defined in RFC 5424, plus additional
92
+ * levels commonly used in modern applications. Each level has a numeric
93
+ * priority where lower numbers indicate higher severity.
94
+ * @see https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1
95
+ */
96
+ type ExtendedRfc5424LogLevels = "alert" | "critical" | "debug" | "emergency" | "error" | "informational" | "notice" | "trace" | "warning";
97
+ /**
98
+ * Default Log Types.
99
+ *
100
+ * Predefined semantic log types that provide meaningful categorization
101
+ * for different kinds of log messages. Each type has associated styling
102
+ * and log level configuration.
103
+ */
104
+ type DefaultLogTypes = "alert" | "await" | "complete" | "critical" | "debug" | "emergency" | "error" | "info" | "log" | "notice" | "pending" | "start" | "stop" | "success" | "trace" | "wait" | "warn" | "warning" | "watch";
105
+ /**
106
+ * Logger Function Type.
107
+ *
108
+ * Represents a logging function that can accept either a structured Message object
109
+ * or multiple arguments in the traditional console.log style.
110
+ */
111
+ interface LoggerFunction {
112
+ (message: Message): void;
113
+ (...message: any[]): void;
114
+ }
115
+ /**
116
+ * Logger Configuration.
117
+ *
118
+ * Configuration object that defines how a specific logger type should behave,
119
+ * including its visual appearance and log level.
120
+ * @template L - The log level type
121
+ */
122
+ interface LoggerConfiguration<L extends string> {
123
+ badge?: string;
124
+ color?: AnsiColors;
125
+ label: string;
126
+ logLevel: LiteralUnion<ExtendedRfc5424LogLevels, L>;
127
+ }
128
+ /**
129
+ * Logger Types Configuration.
130
+ *
131
+ * A record mapping logger type names to their configurations.
132
+ * @template T - Custom logger type names
133
+ * @template L - Log level types
134
+ */
135
+ type LoggerTypesConfig<T extends string, L extends string> = Record<T, Partial<LoggerConfiguration<L>>>;
136
+ /**
137
+ * Default Logger Types Configuration.
138
+ *
139
+ * A complete mapping of all default log types to their full configurations.
140
+ * @template L - Log level types
141
+ */
142
+ type DefaultLoggerTypes<L extends string = string> = Record<DefaultLogTypes, LoggerConfiguration<L>>;
143
+ /**
144
+ * Read-only Metadata.
145
+ *
146
+ * Immutable version of the Meta interface for use in reporters.
147
+ * @template L - The log level type
148
+ */
149
+ type ReadonlyMeta<L extends string> = Readonly<Meta<L>>;
150
+ /**
151
+ * Reporter Interface.
152
+ *
153
+ * Base interface for all reporters. Reporters are responsible for
154
+ * outputting log messages to various destinations (console, files, etc.).
155
+ * @template L - The log level type
156
+ */
157
+ interface Reporter<L extends string> {
158
+ log: (meta: ReadonlyMeta<L>) => void;
159
+ }
160
+ /**
161
+ * Stream-Aware Reporter Interface.
162
+ *
163
+ * Extends Reporter with the ability to work with Node.js streams.
164
+ * Used for server-side reporters that need to write to stdout/stderr.
165
+ * @template L - The log level type
166
+ */
167
+ interface StreamAwareReporter<L extends string> extends Reporter<L> {
168
+ /** Set the stderr stream for error output */
169
+ setStderr: (stderr: NodeJS.WriteStream) => void;
170
+ /** Set the stdout stream for standard output */
171
+ setStdout: (stdout: NodeJS.WriteStream) => void;
172
+ }
173
+ /**
174
+ * Logger Types Aware Reporter Interface.
175
+ *
176
+ * Extends Reporter with the ability to receive logger type configurations.
177
+ * Allows reporters to customize their output based on logger types.
178
+ * @template T - Custom logger type names
179
+ * @template L - The log level type
180
+ */
181
+ interface LoggerTypesAwareReporter<T extends string, L extends string> extends Reporter<L> {
182
+ /** Set the logger types configuration */
183
+ setLoggerTypes: (types: LoggerTypesConfig<T, L> & Partial<LoggerTypesConfig<DefaultLogTypes, L>>) => void;
184
+ }
185
+ /**
186
+ * Interactive Stream Reporter Interface.
187
+ *
188
+ * Extends StreamAwareReporter with interactive capabilities for terminal UIs.
189
+ * Supports features like progress bars and dynamic updates.
190
+ * @template L - The log level type
191
+ */
192
+ interface InteractiveStreamReporter<L extends string> extends StreamAwareReporter<L> {
193
+ /** Set the interactive manager for handling interactive output */
194
+ setInteractiveManager: (manager?: InteractiveManager) => void;
195
+ /** Enable or disable interactive mode */
196
+ setIsInteractive: (interactive: boolean) => void;
197
+ }
198
+ /**
199
+ * Processor Interface.
200
+ *
201
+ * Base interface for all processors. Processors can modify or enhance
202
+ * log metadata before it reaches reporters.
203
+ * @template L - The log level type
204
+ */
205
+ interface Processor<L extends string> {
206
+ /** Process the log metadata */
207
+ process: (meta: Meta<L>) => Meta<L>;
208
+ }
209
+ interface ConstructorOptions<T extends string, L extends string> {
210
+ disabled?: boolean;
211
+ logLevel?: LiteralUnion<ExtendedRfc5424LogLevels, L>;
212
+ logLevels?: Partial<Record<ExtendedRfc5424LogLevels, number>> & Record<L, number>;
213
+ messages?: {
214
+ timerEnd?: string;
215
+ timerStart?: string;
216
+ };
217
+ processors?: Processor<L>[];
218
+ rawReporter?: Reporter<L>;
219
+ reporters?: Reporter<L>[];
220
+ scope?: string[] | string;
221
+ throttle?: number;
222
+ throttleMin?: number;
223
+ types?: LoggerTypesConfig<T, L> & Partial<LoggerTypesConfig<DefaultLogTypes, L>>;
224
+ }
225
+ interface ServerConstructorOptions<T extends string, L extends string> extends ConstructorOptions<T, L> {
226
+ interactive?: boolean;
227
+ stderr: NodeJS.WriteStream;
228
+ stdout: NodeJS.WriteStream;
229
+ }
230
+ type Message = {
231
+ context?: any[];
232
+ message: any;
233
+ prefix?: string;
234
+ suffix?: string;
235
+ };
236
+ export { ConstructorOptions as C, DefaultLogTypes as D, ExtendedRfc5424LogLevels as E, InteractiveStreamReporter as I, LiteralUnion as L, Meta as M, Processor as P, Reporter as R, ServerConstructorOptions as S, LoggerTypesConfig as a, LoggerFunction as b, DefaultLoggerTypes as c, LoggerConfiguration as d, LoggerTypesAwareReporter as e, StreamAwareReporter as f, ReadonlyMeta as g };