is it possible to set a LogCat tag somehow while o...
# getting-started
u
is it possible to set a LogCat tag somehow while on android when using
println
? default uses the public or whatever it's called, its extra spammy, with opengl and unrelated stuff it's probably System.out.println issue, but, I didn't find anything constructive on the internets, only to use logcat directly (which I can't if im debugging a pure kotlin module, and cannot be bothered to run gradle sync just to include my proper logger instance)