-
Notifications
You must be signed in to change notification settings - Fork 48
ilogger
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / ILogger
A logging tool to take various message for monitoring and debugging
it can also keep the message in memory till saved later through saveToFile msgs can be cleared by the clean method
▸ clear(): void
void
▸ debug(...message
): void
Name | Type |
---|---|
...message |
any |
void
▸ error(err
): void
Name | Type |
---|---|
err |
any |
void
▸ get(): any
[]
any
[]
▸ log(...message
): void
Name | Type |
---|---|
...message |
any |
void
▸ reportError(err
): void
Name | Type |
---|---|
err |
any |
void
▸ save(filename
): Promise
<void
>
Name | Type |
---|---|
filename |
any |
Promise
<void
>
▸ setOptions(«destructured»
): void
Name | Type |
---|---|
«destructured» |
Object |
› callback
|
any |
› toConsole
|
any |
› toFile
|
any |
void
▸ warn(...message
): void
Name | Type |
---|---|
...message |
any |
void