melhorias em log
This commit is contained in:
parent
e1d94a75bd
commit
505f64f70b
5 changed files with 39 additions and 21 deletions
3
dist/logger.d.ts
vendored
3
dist/logger.d.ts
vendored
|
|
@ -1,3 +1,6 @@
|
|||
export declare const postLogger: ({ objeto, }: {
|
||||
objeto: any;
|
||||
}) => Promise<[objeto: any, erro?: string]>;
|
||||
type tipoLevel = "info" | "warn" | "error";
|
||||
type tipoOpSessao = {
|
||||
inquilino: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue