Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.13 KB

File metadata and controls

54 lines (30 loc) · 1.13 KB

@epicgames-ps/lib-pixelstreamingsignalling-ue5.5 / Logger

Module: Logger

Table of contents

Interfaces

Variables

Functions

Variables

Logger

Logger: Logger

The actual logger object. This is just a winston logger. You can use InitLogging to get a decent result, or you can completely create your own winston logger and assign it.

Defined in

Logger.ts:16

Functions

InitLogging

InitLogging(config): void

Call this as early as possible to setup the logging module with your preferred settings.

Parameters

Name Type Description
config IConfig The settings to init the logger with. See IConfig interface

Returns

void

Defined in

Logger.ts:37