Print message in import logs

dheeru_1994
Tera Contributor

Hii all i need to print message in import logs not in system logs , when i click on run transform just after i need to check import log message how can i achive this i am not avaible to see in message in import log 
i am using in log.info('welcome ');
but no luck 

1 REPLY 1

Ratnakar7
Mega Sage
Mega Sage

Hi @dheeru_1994 ,

 

You can use the GSLog API  to log messages to the import set logs. Instead of using log.info 

Refer Log Output  & GSLog API 

 

Thanks,

Ratnakar