source:
trunk/MagicSoft/Mars/mbase/MLogPlugin.h@
7455
      
      | Last change on this file since 7455 was 2784, checked in by , 22 years ago | |
|---|---|
| File size: 343 bytes | |
| Line | |
|---|---|
| 1 | #ifndef MARS_MLogPlugin | 
| 2 | #define MARS_MLogPlugin | 
| 3 | |
| 4 | #ifndef ROOT_TObject | 
| 5 | #include <TObject.h> | 
| 6 | #endif | 
| 7 | |
| 8 | class MLogPlugin : public TObject | 
| 9 | { | 
| 10 | public: | 
| 11 | virtual void SetColor(int col) { } | 
| 12 | virtual void Underline() { } | 
| 13 | virtual void WriteBuffer(const char *str, int len) = 0; | 
| 14 | |
| 15 | ClassDef(MLogPlugin, 0) // Base for a logger plugin | 
| 16 | }; | 
| 17 | |
| 18 | #endif | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
