@types/node-loggly-bulk
TypeScript icon, indicating that this package has built-in type declarations

2.2.4 • Public • Published

Installation

npm install --save @types/node-loggly-bulk

Summary

This package contains type definitions for node-loggly-bulk (https://github.com/loggly/node-loggly-bulk#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-loggly-bulk.

index.d.ts

import { LogglyInstance, LogglyOptions } from "loggly";

export interface LogglyBulkOptions extends LogglyOptions {
    proxy?: any;
    userAgent?: string | undefined;
    useTagHeader?: boolean | undefined;
    isBulk?: boolean | undefined;
    bufferOptions?: {
        size: number;
        retriesInMilliSeconds: number;
    } | undefined;
    networkErrorsOnConsole?: boolean | undefined;
}

export interface LogglyBulkConstructor {
    new(options: LogglyBulkOptions): LogglyInstance;
}

export const Loggly: LogglyBulkConstructor;

export const version: string;

export function createClient(options: LogglyBulkOptions): LogglyInstance;

export function serialize(obj: any, key?: string): string;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/loggly

Credits

These definitions were written by Andrei Kazakou.

Dependents (3)

Package Sidebar

Install

npm i @types/node-loggly-bulk

Weekly Downloads

741

Version

2.2.4

License

MIT

Unpacked Size

4.1 kB

Total Files

5

Last publish

Collaborators

  • types