Table of Contents

Method DeleteAllLogs

Namespace
WhalesSecret.TradeScriptLib.API
Assembly
WhalesSecret.TradeScriptLib.dll

DeleteAllLogs(bool)

Delete all trade script logs.

void DeleteAllLogs(bool ignoreErrors = true)

Parameters

ignoreErrors bool

If set to true, the method does not throw an exception if an error occurs.

Exceptions

FileAccessException

Returned if the logs files cannot be deleted.