Defines options for ComponentLogger

1.0.0

interface ComponentLoggerOptions {
    namespace: string;
}

Properties

Properties

namespace: string