Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / Tools / comsvcutil / ToolConsole.cs / 1 / ToolConsole.cs
//------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------------------------- namespace Microsoft.Tools.ServiceModel.ComSvcConfig { using System; using System.ServiceModel.Channels; using System.IO; using Microsoft.Tools.ServiceModel; using Microsoft.Tools.ServiceModel.SvcUtil; internal static class ToolConsole { static bool verbose = false; static public bool Verbose { set { verbose = value; } } internal static void WriteQueryLine(string str) { Console.WriteLine(str); } internal static void WriteLine(string str) { Console.WriteLine(str); } internal static void WriteError(Exception e) { WriteError(e, SR.GetString(SR.Error)); } internal static void WriteWarning(string message) { if (verbose ) { Console.Write(SR.GetString(SR.Warning)); Console.WriteLine(message); } } internal static void WriteNonVerboseWarning(string message) { Console.Write(SR.GetString(SR.Warning)); Console.WriteLine(message); } internal static void WriteError(string errMsg, string prefix) { Console.Error.Write(prefix); Console.Error.WriteLine(errMsg); } internal static void WriteError(Exception e, string prefix) { WriteError(e.Message, prefix); if (e.InnerException != null) WriteError(e.InnerException, " "); } internal static void WriteDetailedException (Exception e, string prefix) { WriteError(e, prefix); if (e.InnerException != null) WriteError(e.InnerException, " "); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLBytes.cs
- LogRecordSequence.cs
- XmlQualifiedName.cs
- DataObjectSettingDataEventArgs.cs
- MobileControlsSectionHelper.cs
- DatagridviewDisplayedBandsData.cs
- MultiTrigger.cs
- Regex.cs
- OdbcDataAdapter.cs
- ExpanderAutomationPeer.cs
- WmlMobileTextWriter.cs
- SerialErrors.cs
- NetSectionGroup.cs
- ExpressionCopier.cs
- Rotation3DAnimation.cs
- ContentElement.cs
- MessageDesigner.cs
- ProcessHostConfigUtils.cs
- TileBrush.cs
- StructuralObject.cs
- HttpWebRequestElement.cs
- SmiTypedGetterSetter.cs
- Bits.cs
- HandoffBehavior.cs
- SqlProviderManifest.cs
- StrongNameKeyPair.cs
- FlowPosition.cs
- GridViewItemAutomationPeer.cs
- LateBoundBitmapDecoder.cs
- TextServicesCompartment.cs
- Attribute.cs
- TypeElementCollection.cs
- OleDbWrapper.cs
- DispatcherHookEventArgs.cs
- BordersPage.cs
- SqlGenerator.cs
- TextSearch.cs
- ComplexType.cs
- Evidence.cs
- ClosureBinding.cs
- DrawingAttributesDefaultValueFactory.cs
- WebPartsSection.cs
- PassportAuthentication.cs
- ExitEventArgs.cs
- XmlDataImplementation.cs
- ForeignKeyConstraint.cs
- DetailsViewModeEventArgs.cs
- TriggerActionCollection.cs
- RouteData.cs
- StylusPointCollection.cs
- AppSecurityManager.cs
- StoreContentChangedEventArgs.cs
- ConnectionStringsExpressionBuilder.cs
- TreeNodeBinding.cs
- CodeArgumentReferenceExpression.cs
- XmlRootAttribute.cs
- SchemaSetCompiler.cs
- DbMetaDataFactory.cs
- DBPropSet.cs
- DataGridViewColumnDesigner.cs
- AddInContractAttribute.cs
- DataGridAutomationPeer.cs
- DesigntimeLicenseContext.cs
- ObfuscateAssemblyAttribute.cs
- WebReferencesBuildProvider.cs
- AnimationException.cs
- XmlBufferReader.cs
- ProbeDuplexCD1AsyncResult.cs
- Select.cs
- BitmapSourceSafeMILHandle.cs
- Content.cs
- DodSequenceMerge.cs
- AutomationElement.cs
- ConditionalAttribute.cs
- XmlQualifiedNameTest.cs
- Int32RectConverter.cs
- Misc.cs
- ActivityExecutorSurrogate.cs
- DiscoveryOperationContext.cs
- UriParserTemplates.cs
- SystemPens.cs
- DebugView.cs
- XmlSchemaCollection.cs
- LabelLiteral.cs
- DataMemberConverter.cs
- ProfileEventArgs.cs
- WebBrowser.cs
- TabControl.cs
- XamlReaderHelper.cs
- ProjectionPathBuilder.cs
- Shape.cs
- EDesignUtil.cs
- QilStrConcatenator.cs
- ClientUrlResolverWrapper.cs
- LinqDataSourceDeleteEventArgs.cs
- GeneralTransformCollection.cs
- XpsResource.cs
- LineBreak.cs
- base64Transforms.cs
- RichTextBoxDesigner.cs