asmjit::Logger Class Reference [¶]
Logging interface.
This class can be inherited and reimplemented to fit into your own logging needs. When reimplementing a logger use Logger::_log() method to log customize the output.
There are two Logger implementations offered by AsmJit:
- FileLogger - logs into a
FILE*. - StringLogger - concatenates all logs into a String.
