think\Log::key PHP 메소드

key() 공개 정적인 메소드

当前日志记录的授权key
public static key ( string $key ) : void
$key string 授权key
리턴 void
    public static function key($key)
    {
        self::$key = $key;
    }