Function: createLogStream()
Parameters
name
string
projectName
string
Returns
Promise
<LogStream
>ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
function createLogStream(name: string, projectName: string): Promise<LogStream>;
string
string
Promise
<LogStream
>Was this page helpful?