Changeset 340 for cpp/common/framsg.h


Ignore:
Timestamp:
03/24/15 20:51:28 (9 years ago)
Author:
Maciej Komosinski
Message:

New "pattern" for all messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/framsg.h

    r339 r340  
    99
    1010extern const char* MSG_LEVEL[];
    11 #define FRAMSG_FORMAT "[%s] %s.%s: %s"
     11#define FRAMSG_FORMAT "%s%s.%s: %s"
     12#define FRAMSG_MULTILINE_CONTINUATION "..."
    1213
    1314void FMprintf(const char *o,const char *m,int w,const char *bl, ...);
Note: See TracChangeset for help on using the changeset viewer.