forked from commandlineparser/commandline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFSharp.Formatting.svclog
More file actions
1 lines (1 loc) · 14.2 KB
/
FSharp.Formatting.svclog
File metadata and controls
1 lines (1 loc) · 14.2 KB
1
<E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent"><System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system"><EventID>0</EventID><Type>3</Type><SubType Name="Information">0</SubType><Level>8</Level><TimeCreated SystemTime="2015-08-03T20:48:11.6151540Z" /><Source Name="FSharp.Formatting" /><Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" /><Execution ProcessName="Fsi" ProcessID="516" ThreadID="1" /><Channel/><Computer>VMWIN7</Computer></System><ApplicationData>FSharp.Formatting Logging setup!<System.Diagnostics xmlns="http://schemas.microsoft.com/2004/08/System.Diagnostics"><LogicalOperationStack></LogicalOperationStack><Timestamp>7237933159</Timestamp><Callstack> at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
 at System.Environment.get_StackTrace()
 at System.Diagnostics.TraceEventCache.get_Callstack()
 at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache)
 at System.Diagnostics.XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
 at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
 at [email protected](String s) in c:\Tomas\Public\tpetricek\FSharp.Formatting\src\FSharp.Formatting.Common\Log.fs:line 26
 at <StartupCode$FSI_0006>.$FSI_0006_FSharp.Formatting$fsx..cctor() in P:\CommandLine\packages\FSharp.Formatting\FSharp.Formatting.fsx:line 53
 at <StartupCode$FSI_0006>.$FSI_0006_Generate$fsx.main@() in P:\CommandLine\docs\tools\generate.fsx:line 7
 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
 at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
 at System.Reflection.Emit.TypeBuilder.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
 at Microsoft.FSharp.Compiler.AbstractIL.ILRuntimeWriter.execEntryPtFun@1979-1.Invoke(Unit unitVar2)
 at [email protected](FSharpFunc`2 exec)
 at Microsoft.FSharp.Primitives.Basics.List.iter[T](FSharpFunc`2 f, FSharpList`1 x)
 at Microsoft.FSharp.Collections.ListModule.Iterate[T](FSharpFunc`2 action, FSharpList`1 list)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiDynamicCompiler.ProcessInputs(FsiDynamicCompilerState istate, FSharpList`1 inputs, Boolean showTypes, Boolean isIncrementalFragment, Boolean isInteractiveItExpr, FSharpList`1 prefixPath)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiDynamicCompiler.EvalParsedSourceFiles(FsiDynamicCompilerState istate, FSharpList`1 inputs)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiDynamicCompiler.EvalSourceFiles(FsiDynamicCompilerState istate, range m, FSharpList`1 sourceFiles, LexResourceManager lexResourceManager)
 at [email protected](FsiDynamicCompilerState istate)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.InteractiveCatch[a](FSharpFunc`2 f, a istate)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.ExecInteraction(Boolean exitViaKillThread, TcConfig tcConfig, FsiDynamicCompilerState istate, ParsedFsiInteraction action)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.ExecInteractions(Boolean exitViaKillThread, TcConfig tcConfig, FsiDynamicCompilerState istate, FSharpOption`1 action)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.MainThreadProcessParsedInteraction(Boolean exitViaKillThread, FSharpOption`1 action, FsiDynamicCompilerState istate)
 at [email protected](FsiDynamicCompilerState istate)
 at Microsoft.FSharp.Compiler.Interactive.Shell.Microsoft-FSharp-Compiler-Interactive-IEventLoop-Invoke@1877.Invoke()
 at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
 at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
 at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
 at System.Windows.Forms.Form.WndProc(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
 at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
 at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
 at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
 at System.Windows.Forms.Application.Run()
 at Microsoft.FSharp.Compiler.Interactive.Shell.WinFormsEventLoop.Microsoft-FSharp-Compiler-Interactive-IEventLoop-Run()
 at Microsoft.FSharp.Compiler.Interactive.Shell.runLoop@2040(FsiConsoleOutput fsiConsoleOutput, Unit unitVar0)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiEvaluationSession.Run()
 at Microsoft.FSharp.Compiler.Interactive.Shell.evaluateSession@2348(String[] argv, Unit unitVar0)
 at Microsoft.FSharp.Compiler.Interactive.Shell.MainMain@2375-1.Invoke()
 at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)</Callstack></System.Diagnostics></ApplicationData></E2ETraceEvent><E2ETraceEvent xmlns="http://schemas.microsoft.com/2004/06/E2ETraceEvent"><System xmlns="http://schemas.microsoft.com/2004/06/windows/eventlog/system"><EventID>0</EventID><Type>3</Type><SubType Name="Information">0</SubType><Level>8</Level><TimeCreated SystemTime="2015-08-03T20:48:11.7870290Z" /><Source Name="Yaaf.FSharp.Scriping" /><Correlation ActivityID="{00000000-0000-0000-0000-000000000000}" /><Execution ProcessName="Fsi" ProcessID="516" ThreadID="1" /><Channel/><Computer>VMWIN7</Computer></System><ApplicationData>Yaaf.FSharp.Scripting Logging setup!<System.Diagnostics xmlns="http://schemas.microsoft.com/2004/08/System.Diagnostics"><LogicalOperationStack></LogicalOperationStack><Timestamp>7238337542</Timestamp><Callstack> at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
 at System.Environment.get_StackTrace()
 at System.Diagnostics.TraceEventCache.get_Callstack()
 at System.Diagnostics.XmlWriterTraceListener.WriteFooter(TraceEventCache eventCache)
 at System.Diagnostics.XmlWriterTraceListener.TraceEvent(TraceEventCache eventCache, String source, TraceEventType eventType, Int32 id, String message)
 at System.Diagnostics.TraceSource.TraceEvent(TraceEventType eventType, Int32 id, String message)
 at [email protected](String s) in c:\Tomas\Public\tpetricek\FSharp.Formatting\paket-files\matthid\Yaaf.FSharp.Scripting\src\source\Yaaf.FSharp.Scripting\YaafFSharpScripting.fs:line 23
 at <StartupCode$FSI_0006>.$FSI_0006_FSharp.Formatting$fsx..cctor() in P:\CommandLine\packages\FSharp.Formatting\FSharp.Formatting.fsx:line 53
 at <StartupCode$FSI_0006>.$FSI_0006_Generate$fsx.main@() in P:\CommandLine\docs\tools\generate.fsx:line 7
 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
 at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
 at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
 at System.Reflection.Emit.TypeBuilder.InvokeMember(String name, BindingFlags invokeAttr, Binder binder, Object target, Object[] args, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters)
 at Microsoft.FSharp.Compiler.AbstractIL.ILRuntimeWriter.execEntryPtFun@1979-1.Invoke(Unit unitVar2)
 at [email protected](FSharpFunc`2 exec)
 at Microsoft.FSharp.Primitives.Basics.List.iter[T](FSharpFunc`2 f, FSharpList`1 x)
 at Microsoft.FSharp.Collections.ListModule.Iterate[T](FSharpFunc`2 action, FSharpList`1 list)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiDynamicCompiler.ProcessInputs(FsiDynamicCompilerState istate, FSharpList`1 inputs, Boolean showTypes, Boolean isIncrementalFragment, Boolean isInteractiveItExpr, FSharpList`1 prefixPath)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiDynamicCompiler.EvalParsedSourceFiles(FsiDynamicCompilerState istate, FSharpList`1 inputs)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiDynamicCompiler.EvalSourceFiles(FsiDynamicCompilerState istate, range m, FSharpList`1 sourceFiles, LexResourceManager lexResourceManager)
 at [email protected](FsiDynamicCompilerState istate)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.InteractiveCatch[a](FSharpFunc`2 f, a istate)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.ExecInteraction(Boolean exitViaKillThread, TcConfig tcConfig, FsiDynamicCompilerState istate, ParsedFsiInteraction action)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.ExecInteractions(Boolean exitViaKillThread, TcConfig tcConfig, FsiDynamicCompilerState istate, FSharpOption`1 action)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiInteractionProcessor.MainThreadProcessParsedInteraction(Boolean exitViaKillThread, FSharpOption`1 action, FsiDynamicCompilerState istate)
 at [email protected](FsiDynamicCompilerState istate)
 at Microsoft.FSharp.Compiler.Interactive.Shell.Microsoft-FSharp-Compiler-Interactive-IEventLoop-Invoke@1877.Invoke()
 at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
 at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
 at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
 at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
 at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
 at System.Windows.Forms.Control.WndProc(Message& m)
 at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
 at System.Windows.Forms.Form.WndProc(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
 at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
 at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
 at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
 at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
 at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
 at System.Windows.Forms.Application.Run()
 at Microsoft.FSharp.Compiler.Interactive.Shell.WinFormsEventLoop.Microsoft-FSharp-Compiler-Interactive-IEventLoop-Run()
 at Microsoft.FSharp.Compiler.Interactive.Shell.runLoop@2040(FsiConsoleOutput fsiConsoleOutput, Unit unitVar0)
 at Microsoft.FSharp.Compiler.Interactive.Shell.FsiEvaluationSession.Run()
 at Microsoft.FSharp.Compiler.Interactive.Shell.evaluateSession@2348(String[] argv, Unit unitVar0)
 at Microsoft.FSharp.Compiler.Interactive.Shell.MainMain@2375-1.Invoke()
 at System.AppDomain.DoCallBack(CrossAppDomainDelegate callBackDelegate)</Callstack></System.Diagnostics></ApplicationData></E2ETraceEvent>