Export Logger type
So plugins can pass the logger around.
This commit is contained in:
parent
5505959f7e
commit
150513fbc4
|
@ -121,7 +121,7 @@ export { express }
|
|||
*
|
||||
* Re-exported so plugins don't have to import duplicate copies of the logger.
|
||||
*/
|
||||
export { field, Level }
|
||||
export { field, Level, Logger }
|
||||
|
||||
export const proxy: ProxyServer
|
||||
|
||||
|
|
Loading…
Reference in New Issue