UNPKG

jsnlog

Version:

Simple logging package. Use on client and/or server. On the client, sends logs to the server and stores them in your existing server side logs. On the server, log to console or use Winston transports. Ideal for logging exceptions, AJAX timeouts.

14 lines (8 loc) 287 B
__CopyrightMessage__ __DefinitelyTypedHeading__ // This file is used for development of the jsnlog.ts itself. // If you're using JSNLog in your own code, use jl.d.ts. declare namespace JL { __NonJlInterfaces__ } declare function __jsnlog_configure(jsnlog: any): void;