Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Faro::LogTag Struct Reference

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.
 

Detailed Description

Defines a logging tag. To be defined and declared with LOG_DEFINITION and LOG_DECLARATION.

Constructor & Destructor Documentation

◆ LogTag()

Faro::LogTag::LogTag ( String  name)

Member Function Documentation

◆ Log()

void Faro::LogTag::Log ( LogCategory  category,
String  format,
  ... 
)

Log a message with this tag.

Parameters
categoryLog category
formatFormat string
...List of argument to be used for formatting

Member Data Documentation

◆ name

String Faro::LogTag::name

Name of this log tag.


The documentation for this struct was generated from the following files: