We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Previous: Factories - Next: Testing TORM code
You can enable log messages with:
<?php TORM\Log::enable(true); ?>
To enable log to a file:
<?php TORM\Log::file("/tmp/torm.log"); ?>