summaryrefslogtreecommitdiff
path: root/desktop/node_modules/roarr/dist/constants.js.flow
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/node_modules/roarr/dist/constants.js.flow')
-rw-r--r--desktop/node_modules/roarr/dist/constants.js.flow10
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/node_modules/roarr/dist/constants.js.flow b/desktop/node_modules/roarr/dist/constants.js.flow
new file mode 100644
index 0000000..59116ad
--- /dev/null
+++ b/desktop/node_modules/roarr/dist/constants.js.flow
@@ -0,0 +1,10 @@
+// @flow
+
+export const logLevels = {
+ debug: 20,
+ error: 50,
+ fatal: 60,
+ info: 30,
+ trace: 10,
+ warn: 40,
+};