U can use printf() in the program script for debugging.

ie)

programs {
   ..
   script {
        printf("call %d\n", xxx);
   }
}

the printf logs will be printed ony when app launched with EINA_LOG_LEVEL=3 or 
more.
------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to