Skip to content

Instantly share code, notes, and snippets.

@kraken-chris
Created June 8, 2023 15:38
Show Gist options
  • Save kraken-chris/724fbf462f716badcec09894b8e00f4e to your computer and use it in GitHub Desktop.
Save kraken-chris/724fbf462f716badcec09894b8e00f4e to your computer and use it in GitHub Desktop.
Debugging one-liner: Output some data to a file
file_put_contents(BP.'/var/log/logfilename.log', "\nLog info: $variable\n", FILE_APPEND);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment