Share via


ActivityEventCode Enumeration

Codes which indicate various types of activity in the trace logging service.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Enumeration ActivityEventCode
public enum ActivityEventCode
public enum class ActivityEventCode
type ActivityEventCode
public enum ActivityEventCode

Members

Member name Description
AttemptToCopyLogFileFailed Attempt to copy the log file was unsuccessful.
AttemptToCreateLogFileFailed Attempt to create a new log file failed.
ErrorInSession An unexpected error occurred in the session.
ExpectedProcessTraitsAdded An entry was successfully added to the process traits collection.
FatalErrorInService A fatal error was detected in the service. All loggers will be ended an the service will be stopped. Corresponding events will be sent for all those actions.
InjectedProcessStarted A process started which had the monitoring DLL injected into it
InjectedProcessValidationFailure The requestLogger parameters do not match what has been reported by the OS, failing the request
LoggingServiceStarted The trace logging service was started
LoggingServiceStopped The trace logging service was stopped
ProcessWasExpected An injected process was found in the expected process collection
ProcessWasNotExpected An injected process was not found in the expected process collection
ServiceStartError A logging service could not be started
SessionEnding A logging session is ending correctly
SessionFirstTruncation The log file for a session is about to be truncated.
SessionOutOfLogSpace The logging session is out of disk space and unable to truncate the log file additionally.
SessionStarted A logging session was started
SessionStartError The session was unable to start.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace