Class: StringTransport

StringTransport(showLevel, target)

Transport type sending strings into array.

Constructor

new StringTransport(showLevel, target)

Parameters:
Name Type Description
showLevel string

If level is equal or higher than the value it will be analyzed.

target Array.<object>

Array to store logs.

Extends

Methods

analyzer()

Actions to perform when call log in parent Logger.

Overrides: