| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Format.cc File Reference

#include "Format.hh"
#include "FormString.hh"
#include <sys/time.h>
#include <time.h>
#include <stdlib.h>

Include dependency graph for Format.cc:

Go to the source code of this file.


Namespaces

namespace  Logging

Variables

const char kColor_Reset [] = { 0x1B, '[', '0', 'm', 0 }
const char kColor_Bold [] = { 0x1B, '[', '1', 'm', 0 }
const char kColor_Dim [] = { 0x1B, '[', '2', 'm', 0 }
const char kColor_Underline [] = { 0x1B, '[', '3', 'm', 0 }
const char kColor_Blink [] = { 0x1B, '[', '5', 'm', 0 }
const char kColor_Reverse [] = { 0x1B, '[', '7', 'm', 0 }
const char kColor_Black [] = { 0x1B, '[', '3', '0', 'm', 0 }
const char kColor_Red [] = { 0x1B, '[', '3', '1', 'm', 0 }
const char kColor_Green [] = { 0x1B, '[', '3', '2', 'm', 0 }
const char kColor_Yellow [] = { 0x1B, '[', '3', '3', 'm', 0 }
const char kColor_Blue [] = { 0x1B, '[', '3', '4', 'm', 0 }
const char kColor_Magenta [] = { 0x1B, '[', '3', '5', 'm', 0 }
const char kColor_Cyan [] = { 0x1B, '[', '3', '6', 'm', 0 }
const char kColor_White [] = { 0x1B, '[', '3', '7', 'm', 0 }
const char kColor_BgWhite [] = { 0x1B, '[', '4', '0', 'm', 0 }
const char kColor_BgRed [] = { 0x1B, '[', '4', '1', 'm', 0 }
const char kColor_BgGreen [] = { 0x1B, '[', '4', '2', 'm', 0 }
const char kColor_BgYellow [] = { 0x1B, '[', '4', '3', 'm', 0 }
const char kColor_BgBlue [] = { 0x1B, '[', '4', '4', 'm', 0 }
const char kColor_BgMagenta [] = { 0x1B, '[', '4', '5', 'm', 0 }
const char kColor_BgCyan [] = { 0x1B, '[', '4', '6', 'm', 0 }
const char kColor_BgBlack [] = { 0x1B, '[', '4', '7', 'm', 0 }

Variable Documentation

const char kColor_Reset[] = { 0x1B, '[', '0', 'm', 0 }

Definition at line 39 of file Format.cc.

const char kColor_Bold[] = { 0x1B, '[', '1', 'm', 0 }

Definition at line 40 of file Format.cc.

const char kColor_Dim[] = { 0x1B, '[', '2', 'm', 0 }

Definition at line 41 of file Format.cc.

const char kColor_Underline[] = { 0x1B, '[', '3', 'm', 0 }

Definition at line 42 of file Format.cc.

const char kColor_Blink[] = { 0x1B, '[', '5', 'm', 0 }

Definition at line 43 of file Format.cc.

const char kColor_Reverse[] = { 0x1B, '[', '7', 'm', 0 }

Definition at line 44 of file Format.cc.

const char kColor_Black[] = { 0x1B, '[', '3', '0', 'm', 0 }

Definition at line 46 of file Format.cc.

const char kColor_Red[] = { 0x1B, '[', '3', '1', 'm', 0 }

Definition at line 47 of file Format.cc.

const char kColor_Green[] = { 0x1B, '[', '3', '2', 'm', 0 }

Definition at line 48 of file Format.cc.

const char kColor_Yellow[] = { 0x1B, '[', '3', '3', 'm', 0 }

Definition at line 49 of file Format.cc.

const char kColor_Blue[] = { 0x1B, '[', '3', '4', 'm', 0 }

Definition at line 50 of file Format.cc.

const char kColor_Magenta[] = { 0x1B, '[', '3', '5', 'm', 0 }

Definition at line 51 of file Format.cc.

const char kColor_Cyan[] = { 0x1B, '[', '3', '6', 'm', 0 }

Definition at line 52 of file Format.cc.

const char kColor_White[] = { 0x1B, '[', '3', '7', 'm', 0 }

Definition at line 53 of file Format.cc.

const char kColor_BgWhite[] = { 0x1B, '[', '4', '0', 'm', 0 }

Definition at line 55 of file Format.cc.

const char kColor_BgRed[] = { 0x1B, '[', '4', '1', 'm', 0 }

Definition at line 56 of file Format.cc.

const char kColor_BgGreen[] = { 0x1B, '[', '4', '2', 'm', 0 }

Definition at line 57 of file Format.cc.

const char kColor_BgYellow[] = { 0x1B, '[', '4', '3', 'm', 0 }

Definition at line 58 of file Format.cc.

const char kColor_BgBlue[] = { 0x1B, '[', '4', '4', 'm', 0 }

Definition at line 59 of file Format.cc.

const char kColor_BgMagenta[] = { 0x1B, '[', '4', '5', 'm', 0 }

Definition at line 60 of file Format.cc.

const char kColor_BgCyan[] = { 0x1B, '[', '4', '6', 'm', 0 }

Definition at line 61 of file Format.cc.

const char kColor_BgBlack[] = { 0x1B, '[', '4', '7', 'm', 0 }

Definition at line 62 of file Format.cc.

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:06:22 2011 for Log by doxygen 1.4.7