The transport method must be implemented in your custom transport classes. This method is expected to receive a LoggerTransportData object when called, and should not return a value. Can be async if desired and is recommended to not block execution when logging
Generated using TypeDoc
The base abstract logger transport class that should be extended for creating custom logger transports