Type Alias LogEventPayloadSkeleton

LogEventPayloadSkeleton: NoIdObjectSkeletonInterface & {
    context: string;
    level: string;
    logger: string;
    mdc: { transactionId: string };
    message: string;
    thread: string;
    timestamp: string;
    transactionId: string;
}