Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
LogOperation Class Reference

#include <LogOperation.h>

Collaboration diagram for LogOperation:

Public Member Functions

int call ()
 LogOperation (Logger const *_logger, LogMessage *_msg)
 ~LogOperation ()

Protected Attributes

Logger const * logger
LogMessagemsg

Detailed Description

Definition at line 12 of file LogOperation.h.

Constructor & Destructor Documentation

◆ LogOperation()

LogOperation::LogOperation ( Logger const * _logger,
LogMessage * _msg )
inline

Definition at line 15 of file LogOperation.h.

References logger, and msg.

◆ ~LogOperation()

LogOperation::~LogOperation ( )

Definition at line 9 of file LogOperation.cpp.

References msg.

Member Function Documentation

◆ call()

int LogOperation::call ( )

Definition at line 14 of file LogOperation.cpp.

References logger, and msg.

Referenced by LogWorker::enqueue().

Member Data Documentation

◆ logger

Logger const* LogOperation::logger
protected

Definition at line 24 of file LogOperation.h.

Referenced by call(), and LogOperation().

◆ msg

LogMessage* LogOperation::msg
protected

Definition at line 25 of file LogOperation.h.

Referenced by call(), LogOperation(), and ~LogOperation().


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