createHttpTransport
Function: createHttpTransport()
createHttpTransport(
url):RemoteTransporter
Defined in: transports/remote.transport.ts:10
Creates an HTTP remote transporter that sends log messages to a specified URL via HTTP POST requests.
Parameters
url
string
The endpoint URL to which log messages will be sent.
Returns
A RemoteTransporter function that sends log messages to the specified URL.