Hello,
i just know if Webix contains a logging API ?
if yes, how to use it ?
thanks you
Fabrice
Hello,
i just know if Webix contains a logging API ?
if yes, how to use it ?
thanks you
Fabrice
There is no any special logging API
If you are using debug version of webix.js you can add
webix.debug = true;
as result all Webix related events will be logged to js console.
ok - is it possible to integrate a logging API with Webix ?
Yep, you can use any third-party library. I don’t see any problems.
Or do you have some specific scenario in mind ?
ok i use a third-party library, it’s ok.
Thanks you maksim.