Re: How to define multiple flags in a config file?




"sklett" <sklett@xxxxxxxxxxxx> wrote in message news:O$wrnAMWGHA.3972@xxxxxxxxxxxxxxxxxxxxxxx
I have trace configuration data in my config file and I want to specify outoption flags like this:
<code>
traceOutputOptions="Callstack | DateTime" />

</code>

This throws an exception becuase it can't be parsed. I have never seen how to combine flags in a config file. Is it possible?



I haven't tried, but test it with a comma-delimited list instead (this is how ToString method displays on a flag when you pass in the parameter to display names on an flag enumeration).

HTH,
Mythran

.



Relevant Pages

  • Re: Building a kernel with SCTP support
    ... On 6/24/07, Kip Macy wrote: ... > Do I need to define additional flags in my config file? ... unless sctp_pcb.c was somehow removed from your sys/conf/files you ...
    (freebsd-current)
  • Re: Building a kernel with SCTP support
    ... On 6/24/07, Kip Macy wrote: ... > Do I need to define additional flags in my config file? ... unless sctp_pcb.c was somehow removed from your sys/conf/files you ...
    (freebsd-net)
  • Re: IP FILTER and network address
    ... Executing the config file i get the following error ... But the networka addresses above are ... flags S keep state ...
    (freebsd-questions)
  • Re: How to define multiple flags in a config file?
    ... outoption flags like this: ... This throws an exception becuase it can't be parsed. ... how to combine flags in a config file. ... display names on an flag enumeration). ...
    (microsoft.public.dotnet.languages.csharp)
  • How to define multiple flags in a config file?
    ... I have trace configuration data in my config file and I want to specify ... outoption flags like this: ... This throws an exception becuase it can't be parsed. ...
    (microsoft.public.dotnet.languages.csharp)