Interface ComponentLoggerOptions

Defines options for ComponentLogger

interface ComponentLoggerOptions {
    namespace: string;
}

Properties

Properties

namespace: string