Documentation

log.php

写日志 log_info(string) 依赖 https://github.com/Seldaek/monolog

Table of Contents

Functions

log_info()  : mixed
写日志
log_error()  : mixed
记录错误日志
log_init()  : mixed
初始化

Functions

log_info()

写日志

log_info(mixed $str[, mixed $name = 'app' ][, mixed $type = 'info' ]) : mixed
Parameters
$str : mixed
$name : mixed = 'app'
$type : mixed = 'info'

log_error()

记录错误日志

log_error(mixed $str) : mixed
Parameters
$str : mixed

log_init()

初始化

log_init([mixed $channel_name = 'app' ]) : mixed
Parameters
$channel_name : mixed = 'app'
Loading…
On this page

Search results