Function: configureLogging()
function configureLogging(options?): void;
Defined in: packages/overcast-core/src/logger.ts:245
Routes this package's log records to a destination. Until this is called (or LogTape is configured directly by the host) records are discarded.
Resets LogTape's configuration, so call it once during application start-up.
Parameters
| Parameter | Type |
|---|---|
options | LoggingOptions |
Returns
void