Skip to content

unlockEventLogger

Unlocks the event logger.

Syntax

lua
Ham.unlockEventLogger(secretKey)

Parameters

NameTypeDescription
secretKeystringThe secret key used to lock

Returns

  • boolean - true if successfully unlocked

Example

lua
Ham.unlockEventLogger("my_secret_key")

See Also

Released under the ISC License.