Files
assimp/code/Common
Jason C 859b32c045 [Logger] Log a notification instead of silently dropping long log messages.
Logs a notification instead of silently dropping long log messages, which can complicate debugging.

This way, if you don't see a message you expect to see, you'll immediately know why.

The *correct* approach would be to eliminate length filtering here entirely and use `snprintf` appropriately (also there's a tiny -- probably negligible -- performance hit here in calling `strlen` regardless of whether or not the verbosity level matches). Failing that, the second best option is to copy and truncate messages here. However, for now, this should be OK.
2021-05-07 22:32:32 -04:00
..
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2019-06-09 18:43:56 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00