Changes between Version 3 and Version 4 of Logging


Ignore:
Timestamp:
Dec 4, 2013, 1:27:25 AM (10 years ago)
Author:
Josh
Comment:

Fix typo.

Legend:

Unmodified
Added
Removed
Modified
  • Logging

    v3 v4  
    2424 `*` On Windows, the game writes debug output instead of std::out. Run the game in a debugger or use [http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx DebugView] to view it.[[BR]]
    2525
    26 '''Note:''' to use the `LOG*` functions, you must include [source:/ps/trunk/source/ps/CLogger.h ps/Clogger.h].[[BR]]
     26'''Note:''' to use the `LOG*` functions, you must include [source:/ps/trunk/source/ps/CLogger.h ps/CLogger.h].[[BR]]
    2727'''Note:''' these functions accept standard printf formatting and arguments, and use wide characters, which requires prefixing string literals with 'L':
    2828{{{