Skip to content
Snippets Groups Projects
  • ShadowNinja's avatar
    2139d7d4
    Refactor logging · 2139d7d4
    ShadowNinja authored
    - Add warning log level
    - Change debug_log_level setting to enumeration string
    - Map Irrlicht log events to MT log events
    - Encapsulate log_* functions and global variables into a class, Logger
    - Unify dstream with standard logging mechanism
    - Unify core.debug() with standard core.log() script API
    2139d7d4
    History
    Refactor logging
    ShadowNinja authored
    - Add warning log level
    - Change debug_log_level setting to enumeration string
    - Map Irrlicht log events to MT log events
    - Encapsulate log_* functions and global variables into a class, Logger
    - Unify dstream with standard logging mechanism
    - Unify core.debug() with standard core.log() script API