| 
    Euphoria
    
   | 
 
Logger output class. More...
Public Member Functions | |
| Logger ()=default | |
| virtual | ~Logger ()=default | 
| Logger (const Logger &)=delete | |
| Logger (Logger &&)=delete | |
| void | operator= (const Logger &)=delete | 
| void | operator= (Logger &&)=delete | 
| virtual void | info (const std::string &str)=0 | 
| Called when printing a info message.   | |
| virtual void | warn (const std::string &str)=0 | 
| Called when printing a warning message.   | |
| virtual void | error (const std::string &str)=0 | 
| Called when printing a error message.   | |
Logger output class.
Inherit from this to add a a custom output.
      
  | 
  default | 
      
  | 
  virtualdefault | 
      
  | 
  delete | 
Called when printing a error message.
Called when printing a info message.
Called when printing a warning message.