m2etis  0.4
m2etis::util::loginfo Struct Reference

Internal data structure for exceptions. More...

#include <Exceptions.h>

Public Member Functions

 loginfo (const log::LogLevel l, const std::string msg, const std::string m, const std::string f, int li)
 
 loginfo (const log::LogLevel l, const std::string msg, const std::string m, const std::string f, int li, int errcode)
 

Public Attributes

util::log::LogLevel level
 
std::string message
 
std::string module
 
std::string file
 
int line
 
int errorcode
 

Detailed Description

Internal data structure for exceptions.

Definition at line 50 of file Exceptions.h.

Constructor & Destructor Documentation

m2etis::util::loginfo::loginfo ( const log::LogLevel  l,
const std::string  msg,
const std::string  m,
const std::string  f,
int  li 
)
inline

Definition at line 59 of file Exceptions.h.

m2etis::util::loginfo::loginfo ( const log::LogLevel  l,
const std::string  msg,
const std::string  m,
const std::string  f,
int  li,
int  errcode 
)
inline

Definition at line 63 of file Exceptions.h.

Member Data Documentation

int m2etis::util::loginfo::errorcode

Definition at line 56 of file Exceptions.h.

std::string m2etis::util::loginfo::file

Definition at line 54 of file Exceptions.h.

util::log::LogLevel m2etis::util::loginfo::level

Definition at line 51 of file Exceptions.h.

int m2etis::util::loginfo::line

Definition at line 55 of file Exceptions.h.

std::string m2etis::util::loginfo::message

Definition at line 52 of file Exceptions.h.

std::string m2etis::util::loginfo::module

Definition at line 53 of file Exceptions.h.


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