think\Log::key PHP Méthode

key() public static méthode

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