VL
Functions
Utils Namespace Reference

Functions

void Log (const char *fmt,...)
 
void Warn (const char *fmt,...)
 
void Log (const char *fmt, va_list args)
 
unsigned Hash (const std::string &data)
 
std::string FormatStr (const char *fmt,...)
 

Function Documentation

◆ FormatStr()

std::string Utils::FormatStr ( const char *  fmt,
  ... 
)

◆ Hash()

unsigned Utils::Hash ( const std::string &  data)

◆ Log() [1/2]

void Utils::Log ( const char *  fmt,
va_list  args 
)

◆ Log() [2/2]

void Utils::Log ( const char *  fmt,
  ... 
)

◆ Warn()

void Utils::Warn ( const char *  fmt,
  ... 
)