Ignore:
Timestamp:
03/12/15 04:19:45 (9 years ago)
Author:
Maciej Komosinski
Message:

Error message formatting: - "[x] x::x - " -> "[x] x.x: "
Error managers support configurable multi-line "call stack" messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/errmgr/stdouterr.h

    r286 r336  
    99#include <frams/virtfile/virtfile.h>
    1010
    11 class StdoutErrorHandler: public ErrorHandlerBase
     11class StdoutErrorHandler : public ErrorHandlerBase
    1212{
    13 VirtFILE *file;
    14   public:
    15 StdoutErrorHandler(int opts=DontBlock,VirtFILE *_file=NULL):ErrorHandlerBase(opts),file(_file) {}
    16 void handle(const char *o,const char *m,const char *bl,int w);
     13        VirtFILE *file;
     14public:
     15        StdoutErrorHandler(int opts = DontBlock, VirtFILE *_file = NULL) :ErrorHandlerBase(opts), file(_file) {}
     16        void handle(const char *o, const char *m, const char *bl, int w);
    1717};
    1818
Note: See TracChangeset for help on using the changeset viewer.