Home > hls.js > Logger

Logger class

Signature:

export declare class Logger implements ILogger 

Implements: ILogger

Constructors

Constructor

Modifiers

Description

(constructor)(label, logger)

Constructs a new instance of the Logger class

Properties

Property

Modifiers

Type

Description

debug

ILogFunction

error

ILogFunction

info

ILogFunction

log

ILogFunction

trace

ILogFunction

warn

ILogFunction