Skip to main content

LogContain

Callable

  • LogContain<T>(Name, Group, ID): boolean

  • Checks if the wanted record contains the given ID.

    This will only return true for stringarray records.


    Parameters

    • Name: LogNameType[T]

      The log name to scan

    • Group: T

      The log group to scan

    • ID: string

      The ID to validate (letter, number or other chars are fine)

    Returns boolean

    • Returns true, if the log contains that ID