Logger.args

Given an arbitrary amount of arguments, convert each to a string and return it as an array joined by the joiner

class Logger
public
string
args
(
TextType...
)
(
TextType segments
)

Parameters

segments TextType

alias sequence

Return Value

Type: string

a string of the argumnets

Meta