Browse Source

GL: mention how to do --magnum-log quiet directly from C++.

findsdl-include-root
Vladimír Vondruš 7 years ago
parent
commit
7b368dcdf4
  1. 4
      src/Magnum/GL/Context.h

4
src/Magnum/GL/Context.h

@ -144,7 +144,9 @@ Arguments:
to be enabled for context creation for both windowed and windowless to be enabled for context creation for both windowed and windowless
applications on supported platforms applications on supported platforms
- `--magnum-log default|quiet|verbose` --- console logging - `--magnum-log default|quiet|verbose` --- console logging
(environment: `MAGNUM_LOG`) (default: `default`) (environment: `MAGNUM_LOG`) (default: `default`). If you need to suppress
the engine startup log from code, the recommended way is to redirect
@ref Utility-Debug-scoped-output "debug output to null" during context creation.
Note that all options are prefixed with `--magnum-` to avoid conflicts with Note that all options are prefixed with `--magnum-` to avoid conflicts with
options passed to the application itself. Options that don't have this prefix options passed to the application itself. Options that don't have this prefix

Loading…
Cancel
Save