diff --git a/ts/index.ts b/ts/index.ts index b034087..8dc9cf8 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -68,11 +68,15 @@ export interface ILogPackage { * allows grouping of log messages */ correlationId: string; + /** + * the message to log + */ message: string; data?: T; } export interface ILogPackageDataRequest { + requestCorrelationId: string; url: string; pathname: string; method: string;