Home · All Classes · Main Classes · Deprecated
Functions

mcomponentdata.cpp File Reference

(Git revision: unknown Debian Version: 0.22.12-1+0m6 /home/bifh12/cs2009q3-i386/work/libmeegotouch-0.22.12/src/corelib/core/mcomponentdata.cpp)

Functions

bool mInitSyslogConnection (const QUrl &url)
bool mRedirectOutput (const QString &filename)
void m_output_message (const char *msg)
void mMessageHandler (int type, const char *msg)
void mMessageHandler (QtMsgType type, const char *msg)

Function Documentation

void m_output_message ( const char *  msg  ) 
bool mInitSyslogConnection ( const QUrl url  ) 
void mMessageHandler ( int  type,
const char *  msg 
)
void mMessageHandler ( QtMsgType  type,
const char *  msg 
)
bool mRedirectOutput ( const QString filename  ) 

Redirects all debugging output from qDebug, qWarning, qCritical and qFatal to specified file.

Parameters:
filename const char* Specifies file name
Returns:
true if file was opened successfully

Copyright © 2010 Nokia Corporation
MeeGo Touch