Re: [E] Re: [PROPOSAL] TS API for Status,Note,Warning,Alert

2020-09-09 Thread Walt Karas
+1 On Wed, Sep 9, 2020 at 11:57 AM Bryan Call wrote: > +1 > > -Bryan > > > > On Sep 8, 2020, at 10:04 AM, Aaron Canary > wrote: > > > > I'd like to propose adding API calls for the remaining methods in diag.h: > > TSStatus(const char *fmt, ...) // prints to diags log (informational) > > TSNote(

Re: [PROPOSAL] TS API for Status,Note,Warning,Alert

2020-09-09 Thread Bryan Call
+1 -Bryan > On Sep 8, 2020, at 10:04 AM, Aaron Canary wrote: > > I'd like to propose adding API calls for the remaining methods in diag.h: > TSStatus(const char *fmt, ...) // prints to diags log (informational) > TSNote(const char *fmt, ...) // prints to diags log (implies significance) > TSWa

Re: [PROPOSAL] TS API for Status,Note,Warning,Alert

2020-09-09 Thread Bryan Call
+1 -Bryan > On Sep 8, 2020, at 10:04 AM, Aaron Canary wrote: > > I'd like to propose adding API calls for the remaining methods in diag.h: > TSStatus(const char *fmt, ...) // prints to diags log (informational) > TSNote(const char *fmt, ...) // prints to diags log (implies significance) > TSWa

[PROPOSAL] TS API for Status,Note,Warning,Alert

2020-09-08 Thread Aaron Canary
I'd like to propose adding API calls for the remaining methods in diag.h: TSStatus(const char *fmt, ...) // prints to diags log (informational) TSNote(const char *fmt, ...) // prints to diags log (implies significance) TSWarning(const char *fmt, ...) // prints to diags log (implies concern) TSAlert