logSize property
Size of the log file in bytes.
Returns
- An integer with the total size of the log file in bytes.
Implementation
int get logSize {
final OperationResult resultString = objectMethod(
pointerId,
'LogMetadata',
'getLogSize',
);
return resultString['result'];
}