Public Member Functions | Public Attributes

mbilog::LogMessage Class Reference

#include <mbilog.h>

List of all members.

Public Member Functions

 LogMessage (const int _level, const char *_filePath, const int _lineNumber, const char *_functionName)

Public Attributes

const int level
const char * filePath
const int lineNumber
const char * functionName
const char * moduleName
std::string category
std::string message

Detailed Description

Definition at line 52 of file mbilog.h.


Constructor & Destructor Documentation

mbilog::LogMessage::LogMessage ( const int  _level,
const char *  _filePath,
const int  _lineNumber,
const char *  _functionName 
) [inline]

Definition at line 65 of file mbilog.h.

        : level(_level)
        , filePath(_filePath)
        , lineNumber(_lineNumber)
        , functionName(_functionName)
      {
      }

Member Data Documentation

Definition at line 62 of file mbilog.h.

Referenced by mbilog::BackendCout::FormatFull(), and mbilog::BackendCout::FormatSmart().

Definition at line 57 of file mbilog.h.

Referenced by mbilog::BackendCout::FormatFull().

Definition at line 59 of file mbilog.h.

Referenced by mbilog::BackendCout::FormatFull().

Definition at line 56 of file mbilog.h.

Referenced by mbilog::BackendCout::FormatFull(), and mbilog::BackendCout::FormatSmart().

Definition at line 58 of file mbilog.h.

Referenced by mbilog::BackendCout::FormatFull().

Definition at line 61 of file mbilog.h.

Referenced by mbilog::BackendCout::FormatFull().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines