Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread Fernando Cabral
2017-07-13 21:21 GMT-03:00 PICCORO McKAY Lenz : > the nohup trick not always work.. for that there's the gambas redirection > print.. that's why i ask previously how i detec if are runnig inside ide.. > if are inside ide. let normal print, if not, redirect... > > I am not sure I have understood wh

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread PICCORO McKAY Lenz
in part you have right fernando.. but that was dicuss several time previously.. i want to no made special commands to daemonize my app.. i want my app are daemon by selft.. now my app are a property daemon.. and every night at 00:00 restart all setting and starts a new day to regist people.. the

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread Fernando Cabral
2017-07-13 17:11 GMT-03:00 Tobias Boege said: > As we discussed recently [1], stdout and stderr are redirected to /dev/null > when you daemonise, so there is not really any value in wanting to print > there if you want to make a daemon. I don't know if I have understood you correctly and comple

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread PICCORO McKAY Lenz
ok, thanks.. that's the mail ([1]) the problem of make right answer its the languaje barrier.. in my countrie its very spensive make a english course, and internet connection are very slowly and spensive too Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-13 16:11 GMT-04:00

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread Tobias Boege
On Thu, 13 Jul 2017, PICCORO McKAY Lenz wrote: > hello toby, when i set the gambas binary to backgroud to runs as daemon > ...and lauch other gambas process from that gambas ... > > then the stdout and stderr does not have that behaviour you said! > so then? > You're wrong, it does exactly what

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread PICCORO McKAY Lenz
hello toby, when i set the gambas binary to backgroud to runs as daemon ...and lauch other gambas process from that gambas ... then the stdout and stderr does not have that behaviour you said! so then? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-07-13 14:11 GMT-04:00 Tobia

Re: [Gambas-user] how to log to stdout/stderr

2017-07-13 Thread Tobias Boege
On Thu, 13 Jul 2017, PICCORO McKAY Lenz wrote: > how can i log to stdout and stderr my program actions/methods/things ? > > note that due vendor/client i cannot use gambas 3.5+ only 3.4... due its > the already installed.. > > some time ago benoit respond me that recent version of gambas implemen