Add a TODO for Wine logging prefixes

This commit is contained in:
Robbert van der Helm
2021-01-14 17:32:49 +01:00
parent 1d9b60b481
commit 07e84c78b3
+2
View File
@@ -89,6 +89,8 @@ class Logger {
* Create a special logger instance that outputs directly to STDERR without
* any prefixes. This is used to be able to log filterable messages from the
* Wine side of things.
*
* TODO: Don't prefix this with a timestamp
*/
static Logger create_wine_stderr();