Fixed compilation when setting "with_html_log_files=n"
This commit is contained in:
parent
cbae64b079
commit
1d94cd39e3
1 changed files with 2 additions and 2 deletions
|
|
@ -200,8 +200,6 @@ void Application::Messages::logerror(const std::string& msg)
|
|||
logwriter->error(msg) ;
|
||||
}
|
||||
|
||||
#ifdef WITH_HTML_LOGS
|
||||
|
||||
// Write a message to the screen
|
||||
void Application::Messages::writelog(const char* pszmsg)
|
||||
{
|
||||
|
|
@ -220,6 +218,8 @@ void Application::Messages::writelogendl()
|
|||
logwriter->writeendl();
|
||||
}
|
||||
|
||||
#ifdef WITH_HTML_LOGS
|
||||
|
||||
void Application::Messages::beginLogGroup(std::string title, int _loglevel /*=-99*/)
|
||||
{
|
||||
// loglevel is a member of the Messages class.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue