# Functions
ConfigurePersistentLogging adds a log-to-file writer.
MaskCredentialsLogging masks the url credentials before logging for security purpose [scheme:][//[userinfo@]host][/]path[?query][#fragment] --> [scheme:][//[***]host][/***][#***] if the format is not matched nothing is done, string is returned as is.
NewStreamServer initializes a new stream server capable of streaming log events.
# Structs
StreamServer defines a websocket server which can receive events from a feed and write them to open websocket connections.
# Interfaces
Streamer defines a struct which can retrieve and stream process logs.