mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Some syntactic improvements
This commit is contained in:
@@ -6,12 +6,11 @@
|
||||
#include "fast_oss.h"
|
||||
|
||||
|
||||
// line_logger class.
|
||||
// aggregates single log line (on the stack if possibe) and calls the logger upon destruction
|
||||
// Line logger class - aggregates operator<< calls to fast ostream
|
||||
// and logs upon destruction
|
||||
|
||||
namespace c11log
|
||||
{
|
||||
|
||||
namespace details
|
||||
{
|
||||
class line_logger
|
||||
|
Reference in New Issue
Block a user