Skip to main content

LogDelete

Callable

  • LogDelete<T>(Name, Group, Push): void

  • Deletes a log entry.


    Parameters

    • Name: LogNameType[T]

      The name of the log. Pass null or undefined to delete the whole group.

    • Group: T

      The name of the log's group

    • optionalPush: boolean

      TRUE if we must push the log to the server

    Returns void

    • Nothing