LOG File?

  • Thread starter Thread starter CJ Taylor
  • Start date Start date
C

CJ Taylor

Hey, there is this log file in my Project directory (Bin) that is the same
name as my project name with a log extension. It's massive, and here is an
example of whats in it.

What is this? Anyone have somewhere I can read about it at?



f 0 NATIVE FUNCTION ( UNKNOWN ARGUMENTS ) 0 0
s 1
m 0 c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll 0x79780000 1
i 132
t 1 System.OutOfMemoryException
s 2 1 64
a 0x506104c 2
i 140
t 2 System.StackOverflowException
s 3 2 64
a 0x506108c 3
t 3 System.ExecutionEngineException
s 4 3 64
a 0x50610cc 4
t 4 System.Object []
s 5 4 2064
a 0x6061028 5
s 6 4 4096
a 0x6062000 6
t 5 System.SharedStatics
s 7 5 32
a 0x506110c 7
i 143
t 6 System.AppDomain
s 8 6 80
a 0x506112c 8
i 144
t 7 System.String
s 9 7 26
a 0x506117c 9
f 1 System.AppDomain::SetupDomain void (System.LoaderOptimization String
String) 0x01040058 379 0 1
i 145
t 8 System.AppDomainSetup
s 10 8 20 1
a 0x5061198 10
t 9 System.String []
s 11 9 72 1
 
Thats the thing, I haven't downloaded the Exception Management block...

Yet I still have this log file...


Ken Tucker said:
Hi,

Take a look at the Exception management application block. It
includes logging functions.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/emab-rm.asp

Ken
---------------
CJ Taylor said:
Hey, there is this log file in my Project directory (Bin) that is the same
name as my project name with a log extension. It's massive, and here is
an
example of whats in it.

What is this? Anyone have somewhere I can read about it at?



f 0 NATIVE FUNCTION ( UNKNOWN ARGUMENTS ) 0 0
s 1
m 0 c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll 0x79780000 1
i 132
t 1 System.OutOfMemoryException
s 2 1 64
a 0x506104c 2
i 140
t 2 System.StackOverflowException
s 3 2 64
a 0x506108c 3
t 3 System.ExecutionEngineException
s 4 3 64
a 0x50610cc 4
t 4 System.Object []
s 5 4 2064
a 0x6061028 5
s 6 4 4096
a 0x6062000 6
t 5 System.SharedStatics
s 7 5 32
a 0x506110c 7
i 143
t 6 System.AppDomain
s 8 6 80
a 0x506112c 8
i 144
t 7 System.String
s 9 7 26
a 0x506117c 9
f 1 System.AppDomain::SetupDomain void (System.LoaderOptimization String
String) 0x01040058 379 0 1
i 145
t 8 System.AppDomainSetup
s 10 8 20 1
a 0x5061198 10
t 9 System.String []
s 11 9 72 1
 
Back
Top