Logger
in package
Table of Contents
Methods
- log() : bool
- Logs a message into $logFile. If file does not exist, it will be created.
Methods
log()
Logs a message into $logFile. If file does not exist, it will be created.
public
log(mixed $msg, string $logFile) : bool
Parameters
- $msg : mixed
- $logFile : string