LOG_LEVEL_DEBUG
LOG_LEVEL_DEBUG
PhalApi_Logger_Explorer 直接输出日记到控制台的日记类
log(string $type, string $msg, \string/array $data) : NULL
Record log
wtite the log into different storage medium according your need
string | $type | the type of log, such as info, debug, error, etc. |
string | $msg | key description of log |
\string/array | $data | infomation of the context |