We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856d0c3 commit 7639164Copy full SHA for 7639164
src/lib/client/logging/utils/index.ts
@@ -11,6 +11,9 @@ export const logLevels = {
11
error: 50,
12
} as const;
13
14
+/*
15
+ * Colors copied from https://github.com/gajus/roarr-browser-log-writer
16
+ */
17
export const logLevelColors = {
18
debug: {
19
backgroundColor: '#666',
@@ -36,6 +39,9 @@ export const logLevelColors = {
36
39
[key in LogLevelName]: { backgroundColor: string; color: string };
37
40
};
38
41
42
43
44
45
export const logTimestampColors = {
46
47
color: '#999',
0 commit comments