Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created April 7, 2023 21:02
Show Gist options
  • Save estefanionsantos/1964608b63c43864e712157086ce0582 to your computer and use it in GitHub Desktop.
Save estefanionsantos/1964608b63c43864e712157086ce0582 to your computer and use it in GitHub Desktop.
log output with .log extension
2023-09-20 18:05:00 DEBUG: Array
(
[0] => lorem
[1] => ipsum
[2] => dolor
)
2023-09-20 18:05:00 DEBUG: int(1)
2023-09-20 18:05:00 DEBUG: bool(true)
2023-09-20 18:05:00 DEBUG: some text here
2023-09-20 18:05:00 DEBUG: float(5.2)
2023-09-20 18:05:00 DEBUG: class@anonymous Object
(
[name] => Lorem Santos
[email] => [email protected]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment