core-utils
    Preparing search index...

    Logger interface for structured logging operations.

    interface Logger {
        error: LogFunction;
        info: LogFunction;
        warn: LogFunction;
    }
    Index

    Properties

    Properties