Skip to main content

LogQuery

Callable

  • LogQuery<T>(QueryLogName: LogNameType[T], QueryLogGroup: T): boolean

  • Searches for an existing log entry.


    Type parameters

    Parameters

    • QueryLogName: LogNameType[T]

      The name of the log to search for

    • QueryLogGroup: T

      The name of the log's group

    Returns boolean

    • Returns TRUE if there is an existing log matching the Name/Group with no value or a value above the current time in ms.