Skip to content

Interface: LogDef

@appium/types.LogDef

A definition of a log type

Table of contents

Properties

Properties

description

description: string

Description of the log type.

The only place this is used is in error messages if the client provides an invalid log type via getLog.

Defined in

packages/types/lib/driver.ts:365


getter

getter: (driver: any) => unknown

Type declaration

▸ (driver): unknown

Returns all the log data for the given type

This implementation should drain, truncate or otherwise reset the log buffer.

Parameters
Name Type
driver any
Returns

unknown

Defined in

packages/types/lib/driver.ts:371