Home Previous Up Next Index

armarx::LogMessage

Overview

struct LogMessage

Used By

Log::writeLog

Data Member Index

who
time
group
tag
type
what
file
line
function
backtrace
threadId

Data Members

string who;
long time;
string group;
string tag;
MessageType type;
string what;
string file;
int line;
string function;
string backtrace;
int threadId;

Home Previous Up Next Index