![]() |
TrinityCore
|
#include <LogOperation.h>
Public Member Functions | |
| LogOperation (Logger const *_logger, std::unique_ptr< LogMessage > &&_msg) | |
| ~LogOperation () | |
| int | call () |
Protected Attributes | |
| Logger const * | logger |
| std::unique_ptr< LogMessage > | msg |
Definition at line 27 of file LogOperation.h.
| LogOperation::LogOperation | ( | Logger const * | _logger, |
| std::unique_ptr< LogMessage > && | _msg | ||
| ) |
Definition at line 22 of file LogOperation.cpp.
| LogOperation::~LogOperation | ( | ) |
Definition at line 26 of file LogOperation.cpp.
| int LogOperation::call | ( | ) |
|
protected |
Definition at line 37 of file LogOperation.h.
|
protected |
Definition at line 38 of file LogOperation.h.