> On Jun 18, 2021, at 6:00 PM, Nick Rosbrook wrote:
>
> On Fri, Jun 18, 2021 at 04:18:44PM +, George Dunlap wrote:
>>
>>
>>> On Jun 18, 2021, at 4:08 PM, Nick Rosbrook wrote:
>>>
>>> On Fri, Jun 18, 2021 at 02:44:15PM +, George Dunlap wrote:
> On May 24, 2021, at 9:3
On Fri, Jun 18, 2021 at 04:18:44PM +, George Dunlap wrote:
>
>
> > On Jun 18, 2021, at 4:08 PM, Nick Rosbrook wrote:
> >
> > On Fri, Jun 18, 2021 at 02:44:15PM +, George Dunlap wrote:
> >>
> >>
> >>> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote:
> >>>
> >>> Add a ContextOption t
> On Jun 18, 2021, at 4:08 PM, Nick Rosbrook wrote:
>
> On Fri, Jun 18, 2021 at 02:44:15PM +, George Dunlap wrote:
>>
>>
>>> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote:
>>>
>>> Add a ContextOption type to support functional options in NewContext.
>>> Then, add a variadic ContextOp
On Fri, Jun 18, 2021 at 02:44:15PM +, George Dunlap wrote:
>
>
> > On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote:
> >
> > Add a ContextOption type to support functional options in NewContext.
> > Then, add a variadic ContextOption parameter to NewContext, which allows
> > callers to spec
> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote:
>
> Add a ContextOption type to support functional options in NewContext.
> Then, add a variadic ContextOption parameter to NewContext, which allows
> callers to specify 0 or more configuration options.
>
> For now, just add the WithLogLevel
Add a ContextOption type to support functional options in NewContext.
Then, add a variadic ContextOption parameter to NewContext, which allows
callers to specify 0 or more configuration options.
For now, just add the WithLogLevel option so that callers can set the
log level of the Context's xentoo