File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Deno Structured Logging
22
3- [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/raw.githubusercontent.com/Yamboy1/deno-structured-logging/master /mod.ts )
4- [ ![ deno.land] ( https://img.shields.io/badge/deno.land-0.4.1 -blue )] ( https://deno.land/x/deno_structured_logging@0.4.1 )
3+ [ ![ deno doc] ( https://doc.deno.land/badge.svg )] ( https://doc.deno.land/https/raw.githubusercontent.com/Yamboy1/deno-structured-logging/0.4.2 /mod.ts )
4+ [ ![ deno.land] ( https://img.shields.io/badge/deno.land-0.4.2 -blue )] ( https://deno.land/x/deno_structured_logging@0.4.2 )
55
66A better logger for deno, with support for structured logging.
77
@@ -16,7 +16,7 @@ A better logger for deno, with support for structured logging.
1616
1717## Simple Example
1818``` ts
19- import { createLogger , consoleSink } from " https://deno.land/x/deno_structured_logging@0.4.1 /mod.ts" ;
19+ import { createLogger , consoleSink } from " https://deno.land/x/deno_structured_logging@0.4.2 /mod.ts" ;
2020
2121const logger = createLogger ().addSink (consoleSink ());
2222
@@ -38,7 +38,7 @@ import {
3838 fileSink ,
3939 jsonFormat ,
4040 textFormat ,
41- } from " https://deno.land/x/deno_structured_logging@0.4.1 /mod.ts" ;
41+ } from " https://deno.land/x/deno_structured_logging@0.4.2 /mod.ts" ;
4242
4343const logger = createLogger ({
4444 minimumLevel: LogLevel .INFO ,
You can’t perform that action at this time.
0 commit comments