OpenM++ runtime library (libopenm)
log.cpp File Reference

OpenM++: log to console and into log files. More...

Include dependency graph for log.cpp:

Variables

ILogtheLog = &defaultLog
 public log interface More...
 
ITracetheTrace = &defaultTrace
 public trace log interface More...
 

Detailed Description

OpenM++: log to console and into log files.

Variable Documentation

◆ theLog

ILog* theLog = &defaultLog

public log interface

log global instance: log to console and into log files

◆ theTrace

ITrace* theTrace = &defaultTrace

public trace log interface

trace log global instance: model debug output to console and log files