Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
AppenderConsole.h File Reference
#include "Appender.h"
#include <string>
Include dependency graph for AppenderConsole.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AppenderConsole

Enumerations

enum  ColorTypes {
  BLACK , RED , GREEN , BROWN ,
  BLUE , MAGENTA , CYAN , GREY ,
  YELLOW , LRED , LGREEN , LBLUE ,
  LMAGENTA , LCYAN , WHITE
}

Variables

const uint8 MaxColors = uint8(WHITE) + 1

Enumeration Type Documentation

◆ ColorTypes

enum ColorTypes
Enumerator
BLACK 
RED 
GREEN 
BROWN 
BLUE 
MAGENTA 
CYAN 
GREY 
YELLOW 
LRED 
LGREEN 
LBLUE 
LMAGENTA 
LCYAN 
WHITE 

Definition at line 12 of file AppenderConsole.h.

Variable Documentation

◆ MaxColors