fix(core): update
This commit is contained in:
parent
55e3f0370e
commit
0b6f676ec7
@ -68,11 +68,15 @@ export interface ILogPackage<T = unknown> {
|
|||||||
* allows grouping of log messages
|
* allows grouping of log messages
|
||||||
*/
|
*/
|
||||||
correlationId: string;
|
correlationId: string;
|
||||||
|
/**
|
||||||
|
* the message to log
|
||||||
|
*/
|
||||||
message: string;
|
message: string;
|
||||||
data?: T;
|
data?: T;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ILogPackageDataRequest {
|
export interface ILogPackageDataRequest {
|
||||||
|
requestCorrelationId: string;
|
||||||
url: string;
|
url: string;
|
||||||
pathname: string;
|
pathname: string;
|
||||||
method: string;
|
method: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user