Ignore:
Timestamp:
05/16/15 17:40:16 (10 years ago)
Author:
epyon
Message:
  • overhaul of logging: no longer stream operated no longer using STL no memory allocation shorthand macros fast file and console I/O
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:global-ignores set to
      vs2012
      vs2013
      gmake
      gmake-clang
  • trunk/src/gui/gui_ascii_renderer.cc

    r364 r365  
    66
    77#include "nv/gui/gui_ascii_renderer.hh"
     8
     9#include "nv/core/logging.hh"
    810
    911using namespace nv;
     
    115117        // TODO: FIX
    116118        int fix_me;
    117         NV_LOG( nv::LOG_DEBUG, "on_hover_change" );
     119        NV_LOG_DEBUG( "on_hover_change" );
    118120        e->m_flags[DIRTY] = true;
    119121}
     
    123125        // TODO: FIX
    124126        int fix_me;
    125         NV_LOG( nv::LOG_DEBUG, "on_select_change" );
     127        NV_LOG_DEBUG( "on_select_change" );
    126128        e->m_flags[DIRTY] = true;
    127129}
Note: See TracChangeset for help on using the changeset viewer.