ufe 5.5
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
log.h File Reference
#include <string>
#include "common/ufeExport.h"
Include dependency graph for log.h:

Go to the source code of this file.

Namespaces

namespace  Ufe
 

Macros

#define UFE_LOG(MSG)    ( Ufe::log(__func__, __FILE__, __LINE__, MSG) )
 

Functions

void Ufe::log (const char *func, const char *filename, int lineno, const std::string &msg)
 

Macro Definition Documentation

◆ UFE_LOG

#define UFE_LOG (   MSG)     ( Ufe::log(__func__, __FILE__, __LINE__, MSG) )

Definition at line 19 of file log.h.