@epicgames-ps/lib-pixelstreamingsignalling-ue5.5 / 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.
▸ InitLogging(config): void
Call this as early as possible to setup the logging module with your preferred settings.
| Name | Type | Description |
|---|---|---|
config |
IConfig |
The settings to init the logger with. See IConfig interface |
void