_log

Write log to file

Located at lc.php
Parameters
array|string $msg

The message to log

#
string $file = ''

The destination file name

#
int $type = 3

0 ~ 4 See error_log() at https://www.php.net/manual/en/function.error-log

#
Returns
bool