QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
QgsScopeLogger Class Reference

#include <qgslogger.h>

Public Member Functions

 QgsScopeLogger (const char *file, const char *func, int line)
 ~QgsScopeLogger ()

Private Attributes

const char * _file
const char * _func
int _line

Detailed Description

Definition at line 135 of file qgslogger.h.

Constructor & Destructor Documentation

QgsScopeLogger::QgsScopeLogger ( const char *  file,
const char *  func,
int  line 
)
inline

Definition at line 138 of file qgslogger.h.

References _file, _func, _line, and QgsLogger::debug().

QgsScopeLogger::~QgsScopeLogger ( )
inline

Definition at line 143 of file qgslogger.h.

References _file, _func, _line, and QgsLogger::debug().

Member Data Documentation

const char* QgsScopeLogger::_file
private

Definition at line 148 of file qgslogger.h.

Referenced by QgsScopeLogger(), and ~QgsScopeLogger().

const char* QgsScopeLogger::_func
private

Definition at line 149 of file qgslogger.h.

Referenced by QgsScopeLogger(), and ~QgsScopeLogger().

int QgsScopeLogger::_line
private

Definition at line 150 of file qgslogger.h.

Referenced by QgsScopeLogger(), and ~QgsScopeLogger().


The documentation for this class was generated from the following file: