TrinityCore
LogOperation Class Reference

#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< LogMessagemsg
 

Detailed Description

Definition at line 27 of file LogOperation.h.

Constructor & Destructor Documentation

◆ LogOperation()

LogOperation::LogOperation ( Logger const *  _logger,
std::unique_ptr< LogMessage > &&  _msg 
)

Definition at line 22 of file LogOperation.cpp.

◆ ~LogOperation()

LogOperation::~LogOperation ( )

Definition at line 26 of file LogOperation.cpp.

Member Function Documentation

◆ call()

int LogOperation::call ( )

Definition at line 30 of file LogOperation.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ logger

Logger const* LogOperation::logger
protected

Definition at line 37 of file LogOperation.h.

◆ msg

std::unique_ptr<LogMessage> LogOperation::msg
protected

Definition at line 38 of file LogOperation.h.


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