Quick log with logger()
Published March 3, 2020 • 1 min read
Would you like to write something into the log in an uncomplicated way? Use logger(). For testing or reporting:
if ($thereIsSomethingWrong) {
logger("Damn, something's gone wrong!");
}
Published March 3, 2020 • 1 min read
Would you like to write something into the log in an uncomplicated way? Use logger(). For testing or reporting:
if ($thereIsSomethingWrong) {
logger("Damn, something's gone wrong!");
}