think\Log::key PHP Method

key() public static method

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