Skip to main content

LogQuery

Callable

  • LogQuery<T>(Name, Group): boolean

  • Checks for an existing record being expired.


    Parameters

    • Name: LogNameType[T]

      The name of the log to search for

    • Group: T

      The name of the log's group

    Returns boolean

    • Returns false if there's no record, or if the found record's numeric value is less than the current time.