Skip to main content

LogValue

Callable

  • LogValue<T>(QueryLogName: LogNameType[T], QueryLogGroup: T): number

  • Returns the value associated to a log.


    Type parameters

    Parameters

    • QueryLogName: LogNameType[T]

      The name of the log to query the value

    • QueryLogGroup: T

      The name of the log's group

    Returns number

    • Returns the value of the log which is a date represented in ms or undefined. Returns null if no matching log is found.