.
This commit is contained in:
parent
658a8abaeb
commit
decb819207
8 changed files with 51 additions and 51 deletions
5
dist/teste.js
vendored
5
dist/teste.js
vendored
|
|
@ -1,10 +1,9 @@
|
|||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const logger_1 = require("./logger");
|
||||
const { error, info } = (0, logger_1.logger)({
|
||||
const l = (0, logger_1.logger)({ app: "teste", eProducao: true });
|
||||
const { error, info } = l({
|
||||
inquilino: "conta_1",
|
||||
app: "teste",
|
||||
eProducao: true,
|
||||
usuario: "pedrinho",
|
||||
});
|
||||
error("Deu Ruim");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue