+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(
+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
+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
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