__make() __make(\think\App $app, \think\Config $config) Parameters \think\App $app \think\Config $config
record() record(mixed $msg, string $type = 'info', array $context = array()) : $this 记录日志信息 Parameters mixed $msg 日志信息 string $type 日志级别 array $context 替换内容 Returns $this
write() write(mixed $msg, string $type = 'info', boolean $force = false) : boolean 实时写入日志信息 并支持行为 Parameters mixed $msg 调试信息 string $type 日志级别 boolean $force 是否强制写入 Returns boolean
log() log(string $level, mixed $message, array $context = array()) : void 记录日志信息 Parameters string $level 日志级别 mixed $message 日志信息 array $context 替换内容
emergency() emergency(mixed $message, array $context = array()) : void 记录emergency信息 Parameters mixed $message 日志信息 array $context 替换内容
alert() alert(mixed $message, array $context = array()) : void 记录警报信息 Parameters mixed $message 日志信息 array $context 替换内容
critical() critical(mixed $message, array $context = array()) : void 记录紧急情况 Parameters mixed $message 日志信息 array $context 替换内容
error() error(mixed $message, array $context = array()) : void 记录错误信息 Parameters mixed $message 日志信息 array $context 替换内容
warning() warning(mixed $message, array $context = array()) : void 记录warning信息 Parameters mixed $message 日志信息 array $context 替换内容
notice() notice(mixed $message, array $context = array()) : void 记录notice信息 Parameters mixed $message 日志信息 array $context 替换内容
info() info(mixed $message, array $context = array()) : void 记录一般信息 Parameters mixed $message 日志信息 array $context 替换内容
debug() debug(mixed $message, array $context = array()) : void 记录调试信息 Parameters mixed $message 日志信息 array $context 替换内容
sql() sql(mixed $message, array $context = array()) : void 记录sql信息 Parameters mixed $message 日志信息 array $context 替换内容