|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LogOperation.h>
Public Member Functions | |
| int | call () |
| LogOperation (Logger const *_logger, LogMessage *_msg) | |
| ~LogOperation () | |
Protected Attributes | |
| Logger const * | logger |
| LogMessage * | msg |
Definition at line 12 of file LogOperation.h.
|
inline |
Definition at line 15 of file LogOperation.h.
| LogOperation::~LogOperation | ( | ) |
Definition at line 9 of file LogOperation.cpp.
References msg.
| int LogOperation::call | ( | ) |
Definition at line 14 of file LogOperation.cpp.
Referenced by LogWorker::enqueue().
|
protected |
Definition at line 24 of file LogOperation.h.
Referenced by call(), and LogOperation().
|
protected |
Definition at line 25 of file LogOperation.h.
Referenced by call(), LogOperation(), and ~LogOperation().