PrevUpHomeNext

kcpp::klog


kcpp::klog

kcpp::klog is the c++ log output stream object of kcpp log output stream class to the log output device.

kcpp::klog is similar to std::clog.

The log device might be a virtual device that can be anything which can record logs.

include

#include <kcpp/io.hpp>

c++ example

#include <kcpp/io.hpp>

int main()
{
	kcpp::klog << "Program" << 213.5 << kcpp::endl;
	// Program213.5
}

Back

Back: Kcpp IO

See Also

kcpp::kerr

kcpp::print

kcpp::getline









________________________________________


PrevUpHomeNext

P   R   D