talawa-api / Exports / libraries/dbLogger
Ƭ TransactionLogInfo: Object
Name | Type |
---|---|
model |
string |
query? |
string |
timestamp |
string |
type |
string |
update? |
string |
• default: winston.Logger
| null
= null
▸ createLoggingMiddleware<T
>(schema
, modelName
): void
Name | Type |
---|---|
T |
extends Document <any , any , any > |
Name | Type |
---|---|
schema |
Schema <T , Model <T , any , any >, undefined , {}> |
modelName |
string |
void