logPath property
      
      String
      get
      logPath
      
    
    
Get the log path.
Returns
- The log path.
Implementation
String get logPath {
  final OperationResult resultString = objectMethod(
    pointerId,
    'PlaybackContainer',
    'getLogPath',
  );
  return resultString['result'];
}