DMA Embedded Python Engine  Build 21
 All Classes Files Functions Variables Enumerations Enumerator Groups Pages
Logging

Functions

void DMA::log (string ty, string msg)
 Log INFO, WARNING or ERROR message. More...
 
void DMA::logRaw (string msg)
 Log raw message. More...
 

Detailed Description

Function Documentation

void DMA::log ( string  ty,
string  msg 
)

Log INFO, WARNING or ERROR message.

Parameters
ty- INFO, WARNING or ERROR
msg- Message to log
void DMA::logRaw ( string  msg)

Log raw message.

Parameters
msg- Message to log