Move Clog documentation from source to developer handbook #68

Merged
Julian Eisel merged 2 commits from JulianEisel/blender-developer-docs:temp-clog into main 2024-07-17 12:03:52 +02:00
Showing only changes of commit 898caa1ef0 - Show all commits

View File

@ -1,6 +1,9 @@
# C/C++ Logging Library (Clog)
Clog is Blender's own logging library, located under `intern/clog/`.
Clog is Blender's own logging library, located in `intern/clog/`. Logging can be enabled by
starting Blender with the `--log` command line options. Refer to the [User
Manual](https://docs.blender.org/manual/en/dev/advanced/command_line/arguments.html#command-line-args-logging-options)
for more options to control the logging via command line arguments.
## Usage