Created
April 7, 2023 21:02
-
-
Save estefanionsantos/1964608b63c43864e712157086ce0582 to your computer and use it in GitHub Desktop.
log output with .log extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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