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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » LOG improvementes...
LOG improvementes... [message #11161] Fri, 24 August 2007 15:47
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
First, there is now Cerr() standard output stream (in addition to Cout()).

Next, there is now

enum LogOptions {
	LOG_FILE = 1, LOG_COUT = 2, LOG_CERR = 4, LOG_DBG = 8
};
void     StdLogSetup(dword options);


that can change the default destination of LOG messages (which is LOG_FILE) into multiple targets.

Mirek
Previous Topic: Multidisplay support (in Windows).
Next Topic: Thread::Run _beginthreadex
Goto Forum:
  


Current Time: Thu Mar 28 18:36:57 CET 2024

Total time taken to generate the page: 0.00988 seconds