diff options
Diffstat (limited to 'log/levels.ts')
-rw-r--r-- | log/levels.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log/levels.ts b/log/levels.ts index 52d28aea5..3fc866161 100644 --- a/log/levels.ts +++ b/log/levels.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. export const LogLevel = { NOTSET: 0, DEBUG: 10, |