melhorias de log
This commit is contained in:
parent
d1a7a364bd
commit
67f215ef82
5 changed files with 39 additions and 42 deletions
2
dist/logger.d.ts
vendored
2
dist/logger.d.ts
vendored
|
|
@ -13,7 +13,7 @@ type tipoLog = {
|
|||
__filename?: string;
|
||||
local?: string;
|
||||
};
|
||||
export declare const logger: ({ app, eProducao }: {
|
||||
export declare const logger: ({ app: app_e, eProducao }: {
|
||||
app: string;
|
||||
eProducao: boolean;
|
||||
}) => ({ inquilino, usuario }: tipoOpSessao) => (level: tipoLevel, mensagem: string, op_tipoLog?: tipoLog) => Promise<[objeto: object, erro?: string]>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue