Log header

This page contains the complete code of the header file in this chapter.

In Log.h, your Log code should be as follows:

#pragma once

int CreateUserVariables();
int RecordData();
int DebugMessages();
int LogProject();