@samatawy/rules
    Preparing search index...

    Interface HasLogger

    interface HasLogger {
        logger(): ILogger;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Get the logger implementation used in this object. This can be used to log messages related to this object, such as during type checking or execution.

      Returns ILogger

      the logger associated with this object.