StreamTransportOptions
Hierarchy
- TransportOptions
- StreamTransportOptions
Index
Properties
optionaleol
optionalformat
Function to format a log item into a message string. Default is transport dependent.
levels
List of log levels to only write messages for.
stream
The stream to pipe messages to.
End of line character to append to a message. Defaults to
os.EOL
.