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/engine/program_manager.cc

    r361 r365  
    77#include "nv/engine/program_manager.hh"
    88#include "nv/core/range.hh"
     9#include "nv/core/logging.hh"
    910#include "nv/lua/lua_nova.hh"
     11
    1012
    1113nv::program_manager::program_manager( context* a_context ) : m_context( a_context )
     
    1719nv::resource_id nv::program_manager::load_resource( lua::table_guard& table )
    1820{
    19         NV_LOG( LOG_DEBUG, table.get_string("id") );
     21        NV_LOG_DEBUG( table.get_string("id") );
    2022        std::string vsource;
    2123        std::string fsource;
Note: See TracChangeset for help on using the changeset viewer.