Skip to main content

LogDeleteGroup

Callable

  • LogDeleteGroup(DelLogGroup: keyof LogNameType, Push?: boolean): void

  • Deletes all log entries in a particular log group.


    Parameters

    • DelLogGroup: keyof LogNameType

      The name of the log's group

    • optionalPush: boolean

      TRUE if we must push the log to the server

    Returns void

    • Nothing