LogIt++
Loading...
Searching...
No Matches
formatter.hpp
Go to the documentation of this file.
1#pragma once
2#ifndef _LOGIT_FORMATTER_HPP_INCLUDED
3#define _LOGIT_FORMATTER_HPP_INCLUDED
4
7
11
12#endif // _LOGIT_FORMATTER_HPP_INCLUDED
Defines the interface for log formatters used in the logging system.
Header file for the pattern compiler used in log formatting.
Defines the SimpleLogFormatter class for formatting log messages according to a specified pattern or ...