Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » RLOG in Linux
Re: RLOG in Linux [message #50357 is a reply to message #50354] Wed, 03 October 2018 13:55 Go to previous message
omari is currently offline  omari
Messages: 276
Registered: March 2010
Experienced Member
Hi Giorgio,

you can use StdLogSetup() to controle logging.

for example
StdLogSetup(LOG_FILE | LOG_SYS);
in order to send logging to the ~/.upp/appname/appnam.log file, and to /var/log/appname.log

you can set the logfilepath as second param of StdLogSetup :
StdLogSetup(LOG_FILE , "/home/user/appname.log");



regards
omari.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: I don't understand Moveable
Next Topic: Casting from std::string to String
Goto Forum:
  


Current Time: Mon Jun 09 22:15:50 CEST 2025

Total time taken to generate the page: 0.04914 seconds