Copperfield Engine 0.1
C++ Game Engine
Loading...
Searching...
No Matches
log.hpp File Reference

Definition of logging functionality. More...

Go to the source code of this file.

Classes

class  Log
 Class used for globally printing messages and storing them to a file. More...
 

Enumerations

enum class  LogColor {
  White , Red , Green , Yellow ,
  Blue , Pink , Orange
}
 Colors allowed to be used for log messages. More...
 

Detailed Description

Definition of logging functionality.

Enumeration Type Documentation

◆ LogColor

enum class LogColor
strong

Colors allowed to be used for log messages.

Enumerator
White 

White color.

Red 

Red color.

Green 

Green color.

Yellow 

Yellow color.

Blue 

Blue color.

Pink 

Pink color.

Orange 

Orange color.