build
This commit is contained in:
parent
aa7953e452
commit
f8dabeb40c
75 changed files with 712 additions and 57 deletions
8
dist-import/teste.js
Normal file
8
dist-import/teste.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { logger } from "./logger";
|
||||
const l = logger({ app: "teste", eProducao: true });
|
||||
const lg = l({
|
||||
inquilino: "conta_1",
|
||||
usuario: "pedrinho",
|
||||
});
|
||||
lg("error", "Deu Ruim").then((a) => console.log(JSON.stringify(a)));
|
||||
lg("info", "Deu Bom", { __filename }).then((a) => console.log(JSON.stringify(a)));
|
||||
Loading…
Add table
Add a link
Reference in a new issue