API Documentation
OutputTarget.h
1 // OutputTarget.h
3 //
5 
6 namespace nkDebug
7 {
11  class OutputTarget final
12  {
13  public :
14 
15  // Functions
16  // Constructor, destructor
21  OutputTarget () noexcept ;
26 
27  // Setters
37  void setTargetFile (nkMemory::StringView path) ;
38 
39  // Output
45  void write (nkMemory::StringView s) ;
46  } ;
47 }
nkDebug::OutputTarget::OutputTarget
OutputTarget() noexcept
nkDebug::OutputTarget::setTargetLogManager
void setTargetLogManager()
nkDebug::OutputTarget::write
void write(nkMemory::StringView s)
nkDebug
Encompasses all API of component NilkinsDebug.
Definition: LogManager.h:7
nkDebug::OutputTarget
Allows to customize the output target of test results.
Definition: OutputTarget.h:12
nkDebug::OutputTarget::setTargetFile
void setTargetFile(nkMemory::StringView path)
nkMemory
Encompasses all API of component NilkinsMemory.
Definition: Allocator.h:7