logPath property

String get logPath

Get the log path.

Returns

  • The log path.

Throws

  • An exception if it fails

Implementation

String get logPath {
  final OperationResult resultString = objectMethod(
    _pointerId,
    'PlaybackContainer',
    'getLogPath',
  );
  return resultString['result'];
}