• Sets the log middleware that is then used by all Loggers that do not provide a custom skip middleware as a Logger constructor parameter. The middleware passed to a specific Logger instances is executed first and the globally set middleware is launched last. It is possible to unset the middleware if this function is called without passing any parameter. It is recommended to call it once on app startup.

    Parameters

    Returns void

Generated using TypeDoc