interface FastifyLoggerStreamDestination {
    write(msg): void;
}

Methods

Methods

  • Parameters

    • msg: string

    Returns void