Twain_DSM
1.0
|
Log messages. More...
#include "dsm.h"
Go to the source code of this file.
Classes | |
class | CTwnDsmLogImpl |
Our implementation class where we hide our attributes... More... | |
struct | CTwnDsmLogImpl::_pod |
We use a pod system because it help prevents us from making dumb initialization mistakes... More... | |
Macros | |
#define | kLOGENV "TWAINDSM_LOG" |
Enviroment varible of path to where to write the LogFile name. More... | |
#define | kLOGMODEENV "TWAINDSM_LOGMODE" |
Enviroment varible of the fopen logmode to use (if you need to grow the log). More... | |
#define | TWNDSM_MAX_MSG 1024 |
Maximum message length we can handle... More... | |
Log messages.
Provide logging for the messages to and from the Data Source Manager.
Definition in file log.cpp.
#define kLOGENV "TWAINDSM_LOG" |
Enviroment varible of path to where to write the LogFile name.
#define kLOGMODEENV "TWAINDSM_LOGMODE" |
Enviroment varible of the fopen logmode to use (if you need to grow the log).
The default behavior is to wipe it clean each time we start up...
#define TWNDSM_MAX_MSG 1024 |