logging - unity LogPlayerBuildError -
i have problem unity custom log.
i wrapped debug.log
this
public static mylog(string msg) { debug.log(msg); }
when double-click console message, brings me class's debug.log(msg)
statement rather actual code log.format called. searched , found tlog class in this link
it works fine except shows error type console window.
is there other method gives "log" or "warning" type?
you use print guess, recommend don't @ all. replacing debug.log myclass.mylog has no benefit downside: if sees might think doing logging console , confuse them. debug.log speeks , unless want extend logging functionality adding actions suggest stick debug.log/logwarning/logerror etc.
Comments
Post a Comment