Faro Engine 0.0.0.b519570 (main)
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Faro::Logger Class Reference

Class responsible for all logging related functionality. More...

#include <Log.hpp>

Static Public Member Functions

static void Init ()
 
static void Destroy ()
 
static void LogVA (const LogTag &tag, LogCategory category, String format, va_list arguments)
 Log a messages with the provided format string and variadic argument list.
 
static void Log (const LogTag &tag, LogCategory category, String format,...)
 Log a messages with the provided format string and arguments.
 

Detailed Description

Class responsible for all logging related functionality.

Member Function Documentation

◆ Destroy()

void Faro::Logger::Destroy ( )
static

◆ Init()

void Faro::Logger::Init ( )
static

◆ Log()

void Faro::Logger::Log ( const LogTag tag,
LogCategory  category,
String  format,
  ... 
)
static

Log a messages with the provided format string and arguments.

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

◆ LogVA()

void Faro::Logger::LogVA ( const LogTag tag,
LogCategory  category,
String  format,
va_list  arguments 
)
static

Log a messages with the provided format string and variadic argument list.

Parameters
tagLog tag
categoryLog category
formatFormat string
argumentsVariadic argument list to be used for formatting

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