Vinyl
    Preparing search index...

    Interface LoggingService

    interface LoggingService {
        log<T>(data: JsonCompatible<T>): void;
    }

    Implemented by

    Index

    Methods

    Methods

    • Logs the given message to a service endpoint.

      Type Parameters

      • T

      Parameters

      Returns void