| 
    logog
    
   logger optimized for games 
   | 
 
Enumerations | |
| enum | TopicBitsType {  TOPIC_LEVEL_FLAG = 0x01, TOPIC_LINE_NUMBER_FLAG = 0x02, TOPIC_FILE_NAME_FLAG = 0x04, TOPIC_GROUP_FLAG = 0x08, TOPIC_CATEGORY_FLAG = 0x10, TOPIC_MESSAGE_FLAG = 0x20, TOPIC_TIMESTAMP_FLAG = 0x40, TOPIC_ALL = 0x7f }  | 
| [Topic Bits]  More... | |
Bit flags representing whether a topic cares about a specific field or not. 1 = care, 0 = don't care.
| enum TopicBitsType |