Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Toggle main menu visibility
Loading...
Searching...
No Matches
LogOperation.cpp
Go to the documentation of this file.
1
/*
2
* This file is part of Project SkyFire https://www.projectskyfire.org.
3
* See LICENSE.md file for Copyright information
4
*/
5
6
#include "
Logger.h
"
7
#include "
LogOperation.h
"
8
9
LogOperation::~LogOperation
()
10
{
11
delete
msg
;
12
}
13
14
int
LogOperation::call
()
15
{
16
if
(
logger
&&
msg
)
17
logger
->write(*
msg
);
18
return
0;
19
}
LogOperation.h
Logger.h
LogOperation::msg
LogMessage * msg
Definition
LogOperation.h:25
LogOperation::call
int call()
Definition
LogOperation.cpp:14
LogOperation::~LogOperation
~LogOperation()
Definition
LogOperation.cpp:9
LogOperation::logger
Logger const * logger
Definition
LogOperation.h:24
src
server
shared
Logging
LogOperation.cpp
Generated on
for Project SkyFire Core by
1.17.0