Forums › 💬 NodeCanvas › 🗨️ General Discussion › can i custom the logger
Hi, so far node canvas use the engine’s logger directly as we known it neither be closed nor customized. it makes a litter of trouble for me in some times. here is a ideal to export a public interface to custom log 🙂
the code is so ugly..since c# can not overload a delegate variable…(╯_╰) maybe it is decent when ignore the second argument :p
Hey,
Thanks for that 🙂 Do you mean so that the logs are shown within the Editor Window instead of the unity console, or to simplify the logging?
Cheers!
yes, you got it~ actually I had replaced all logging with my logger when every time to update version. it is bored (T_T)
thanks