UNPKG

advanced-logger

Version:

Advanced logger module extendable with plugins. Works in nodejs and browsers

8 lines (6 loc) 188 B
import IRequestConfig from "./IRequestConfig"; export default interface IServiceConfig { serviceConfig: IRequestConfig; defaultLogConfig?: any; serializer?<T>(log: T): any; }