U++ framework
Do not panic. Ask here before giving up.

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: 14290
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: Fri Apr 24 23:30:11 GMT+2 2026

Total time taken to generate the page: 0.00726 seconds