8#ifndef HPP_ALIB_LOX_VSTUDIO_LOGGER
9#define HPP_ALIB_LOX_VSTUDIO_LOGGER 1
11#if defined(_MSC_VER) && ALIB_DEBUG
16namespace alib {
namespace lox {
namespace loggers {
virtual ALIB_API void notifyMultiLineOp(lang::Phase)
Empty implementation, not needed for this class.
virtual ALIB_API ~VStudioLogger()
Destructs a VStudioLogger.
virtual ALIB_API bool notifyLogOp(lang::Phase phase)
virtual ALIB_API void AcknowledgeLox(detail::LoxImpl *lox, lang::ContainerOp op) override
virtual ALIB_API integer logSubstring(const String &buffer, integer start, integer length)
Phase
Denotes a phase, e.g.,of a transaction.
ContainerOp
Denotes standard container operations.
lox::loggers::VStudioLogger VStudioLogger
Type alias in namespace alib.
lang::integer integer
Type alias in namespace alib.