export interface IBodyLog {
    app?: string;
    message?: string;
    trace?: any;
}
