CPP04 1.0
|
Implements the Logger class for simple console-based logging. [詳解]
#include "Logger.hpp"
Implements the Logger class for simple console-based logging.
This file provides the definitions for the Logger class's constructors, destructor, copy operations, and the static log
method.
Logger.cpp に定義があります。