melhorias de log

This commit is contained in:
Luiz Silva 2025-02-24 14:57:24 -03:00
parent d1a7a364bd
commit 67f215ef82
5 changed files with 39 additions and 42 deletions

2
dist/logger.d.ts vendored
View file

@ -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]>;