Skip to main content

LogDelete

Callable

  • LogDelete<T>(DelLogName: LogNameType[T], DelLogGroup: T, Push?: boolean): void

  • Deletes a log entry.


    Type parameters

    Parameters

    • DelLogName: LogNameType[T]

      The name of the log

    • DelLogGroup: T

      The name of the log's group

    • optionalPush: boolean

      TRUE if we must push the log to the server

    Returns void

    • Nothing