Options
All
  • Public
  • Public/Protected
  • All
Menu

apollo-winston-logging-plugin

Usage:

import apolloWinstonLoggingPlugin from 'apollo-winston-logging-plugin';
import { ApolloServer } from 'apollo-server';
new ApolloServer({
    plugins: [apolloWinstonLoggingPlugin()],
});

Generated using TypeDoc