Project SkyFire Core
SkyFire 5.4.8 server core API documentation
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
10{
11 delete msg;
12}
13
15{
16 if (logger && msg)
17 logger->write(*msg);
18 return 0;
19}
LogMessage * msg
Logger const * logger