~vbursian/research-assistant/trunk

« back to all changes in this revision

Viewing changes to RANet/Log.h

  • Committer: Viktor Bursian
  • Date: 2020-07-16 22:38:41 UTC
  • mfrom: (9.25.2 DIST) (9.16.21 VB)
  • Revision ID: vik@pryanik-20200716223841-0gp0sf6m5imdjtb3
Tags: version_1.5.0
releasing version 1.5.0, closing v.1.4 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#ifdef  RANET_DEBUG
31
31
  #define DEBUG_LOG(TOPIC,E)     RANet::Log.Put(sLog::Debug,#TOPIC,E)
32
32
#else
33
 
  #define DEBUG_LOG(TOPIC,E)
 
33
  #define DEBUG_LOG(TOPIC,E)     {}
34
34
#endif
35
35
 
36
36
//---------------------------------------------------------------------- sLog---