8#if !defined(ALIB_C20_MODULES) || ((ALIB_C20_MODULES != 0) && (ALIB_C20_MODULES != 1))
9# error "Symbol ALIB_C20_MODULES has to be given to the compiler as either 0 or 1"
34 std::cout << std::endl;
virtual ALIB_DLL integer logSubstring(const String &buffer, integer start, integer length) override
virtual ALIB_DLL bool notifyLogOp(lang::Phase phase) override
StringWriter writer
The encapsulated output stream.
TString< TChar > Substring(integer regionStart, integer regionLength=MAX_LEN) const
Phase
Denotes a phase, e.g.,of a transaction.
@ End
The end of a transaction.
lang::integer integer
Type alias in namespace alib.
strings::TString< character > String
Type alias in namespace alib.