Skip to content

Documentation / @super-line/core / LOG_ROOT

Variable: LOG_ROOT

const LOG_ROOT: "super-line" = 'super-line'

Defined in: packages/core/src/log.ts:9

The category root every super-line logger hangs off. Packages call getLogger(['super-line', '<pkg>', '<subsystem>']); a host filters ['super-line'] (or a subsystem).

Released under the MIT License.