0
log4cpp::Layout – Deciding on the Layout of Logs
Posted by Joys of Programming on in C/C++
log4cpp helps you to decide on the Layout of the logs. The layout of a log means the format according to which you want to display a message depending on the logging event. log4cpp supports the following Layouts Simple Layout Basic Layout Pattern Layout You can even make a Layout of your own. Making a [...]