Table of Contents

Constructor CorLogMessageEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CorLogMessageEventArgs(CorAppDomain, CorThread, int, string, string)

public CorLogMessageEventArgs(CorAppDomain appDomain, CorThread thread, int level, string logSwitchName, string message)

Parameters

appDomain CorAppDomain
thread CorThread
level int
logSwitchName string
message string

CorLogMessageEventArgs(CorAppDomain, CorThread, int, string, string, ManagedCallbackType)

public CorLogMessageEventArgs(CorAppDomain appDomain, CorThread thread, int level, string logSwitchName, string message, ManagedCallbackType callbackType)

Parameters

appDomain CorAppDomain
thread CorThread
level int
logSwitchName string
message string
callbackType ManagedCallbackType