@grandlinex/core
    Preparing search index...

    Class CoreLogChannel

    Provides a channel‑specific wrapper around a CoreLogger.

    Each channel is identified by a string name. The class forwards all logging calls to an underlying CoreLogger instance if it exists and if the desired log level is enabled. If no logger is attached, all logging methods become no‑ops.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    channel: string
    logger: CoreLogger | null

    Methods