API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsDebug
Testing
Outputs
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 ;
25
~
OutputTarget
() ;
26
27
// Setters
31
void
setTargetLogManager
() ;
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
Generated by
Doxygen
1.8.18