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/core/io_event.cc

    r338 r365  
    4646void nv::log_event( const io_event& e )
    4747{
    48         NV_LOG( LOG_INFO, "Event: " << get_io_event_name( e.type ) );
     48        NV_LOG_INFO( "Event: ", get_io_event_name( e.type ) );
    4949}
    5050
Note: See TracChangeset for help on using the changeset viewer.