NcEngine
nc::FileLogger Class Reference

Basic file logging implementation. Construct this on the stack in main() to reroute logging to a file. More...

#include <FileLogger.h>

Inheritance diagram for nc::FileLogger:
nc::StableAddress

Public Member Functions

 FileLogger (std::string_view logFilePath, size_t logMaxFileSize=DefaultMaxLogSize, size_t messageFlushCount=DefaultMessageFlushCount)
 
- Public Member Functions inherited from nc::StableAddress
 StableAddress (const StableAddress &)=delete
 
 StableAddress (StableAddress &&)=delete
 
StableAddressoperator= (const StableAddress &)=delete
 
StableAddressoperator= (StableAddress &&)=delete
 

Static Public Attributes

static constexpr auto DefaultMaxLogSize = 1000000ull
 
static constexpr auto DefaultMessageFlushCount = 20ull
 

Detailed Description

Basic file logging implementation. Construct this on the stack in main() to reroute logging to a file.


The documentation for this class was generated from the following file: