Re: How to define multiple flags in a config file?
- From: "Mythran" <kip_potter@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 5 Apr 2006 08:24:41 -0700
"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
.
- Follow-Ups:
- Re: How to define multiple flags in a config file?
- From: sklett
- Re: How to define multiple flags in a config file?
- References:
- How to define multiple flags in a config file?
- From: sklett
- How to define multiple flags in a config file?
- Prev by Date: Re: Seriuos monkey business with static generics
- Next by Date: Re: Passing zero (int) to an enum in .NET Socket constructor?!
- Previous by thread: How to define multiple flags in a config file?
- Next by thread: Re: How to define multiple flags in a config file?
- Index(es):
Relevant Pages
|