![]() |
Faro Engine 0.0.0.b519570 (main)
|
Defines a logging tag. To be defined and declared with LOG_DEFINITION and LOG_DECLARATION. More...
#include <Log.hpp>
Public Member Functions | |
| LogTag (String name) | |
| void | Log (LogCategory category, String format,...) |
| Log a message with this tag. | |
Public Attributes | |
| String | name |
| Name of this log tag. | |
Defines a logging tag. To be defined and declared with LOG_DEFINITION and LOG_DECLARATION.
| Faro::LogTag::LogTag | ( | String | name | ) |
| void Faro::LogTag::Log | ( | LogCategory | category, |
| String | format, | ||
| ... | |||
| ) |
Log a message with this tag.
| category | Log category |
| format | Format string |
| ... | List of argument to be used for formatting |
| String Faro::LogTag::name |
Name of this log tag.