Skip to main content

LogDeleteStarting

Callable

  • LogDeleteStarting(DelLogName: string, DelLogGroup: keyof LogNameType, Push?: boolean): void

  • Deletes all log entries to starts with the name.


    Parameters

    • DelLogName: string

      The name of the log

    • 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