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 #50307 is a reply to message #50303] Mon, 17 September 2018 11:10 Go to previous messageGo to previous message
Giorgio is currently offline  Giorgio
Messages: 218
Registered: August 2015
Experienced Member
Hi Klugier,
I have no .upp directory in user's home directory, in /root or in /usr/bin (where the program is installed). I have issued a find command in the whole file system with no results. Instead, I have the log messages in /var/log/messages and in /var/log/syslog, but they are logged not immediately, but in bulk after some time: e.g. I have in the /var/log/messages a bunch of logs with the same timestamp, but the log messages have been issued on different moments.

This is my code:

	Value time = GetSysTime();
	String timestamp = time.ToString();
	RLOG("LineDashboard " + timestamp + " label selected");


And this is what I have in /var/log/messages:

Sep 14 09:29:53 myhost  LineDashboard.desktop[820]: LineDashboard 14/09/2018 08:29:53 label selected
Sep 14 09:29:53 myhost  LineDashboard.desktop[820]: LineDashboard 14/09/2018 08:39:53 label selected
Sep 14 09:29:53 myhost  LineDashboard.desktop[820]: LineDashboard 14/09/2018 08:49:53 label selected
Sep 14 09:29:53 myhost  LineDashboard.desktop[820]: LineDashboard 14/09/2018 08:59:53 label selected
Sep 14 09:29:53 myhost  LineDashboard.desktop[820]: LineDashboard 14/09/2018 09:09:53 label selected
Sep 14 09:29:53 myhost  LineDashboard.desktop[820]: LineDashboard 14/09/2018 09:19:53 label selected


The application has been compiled with upp-2018.1 on a Debian Stretch with a recent version of gcc (I do not remember the specific version, but is the one in the debian repository, so it should be recent) and it runs on a Debian Stretch (a different box with no toolchains).

Regards,
gio
 
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 15:39:15 CEST 2025

Total time taken to generate the page: 0.04151 seconds