Share via


ActivityEventCode Enum

Definition

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

public enum class ActivityEventCode
public enum class ActivityEventCode
enum ActivityEventCode
public enum ActivityEventCode
type ActivityEventCode = 
Public Enum ActivityEventCode
Inheritance
ActivityEventCode

Fields

AttemptToCopyLogFileFailed 0

Attempt to copy the log file was unsuccessful.

AttemptToCreateLogFileFailed 1

Attempt to create a new log file failed.

ErrorInSession 2

An unexpected error occurred in the session.

ExpectedProcessTraitsAdded 3

An entry was successfully added to the process traits collection.

FatalErrorInService 4

A fatal error was detected in the service. All loggers will be terminated an the service will be stopped. Corresponding events will be sent for all those actions.

InjectedProcessStarted 5

A process started which had the monitoring DLL injected into it

InjectedProcessValidationFailure 16

The requestLogger parameters do not match what's been reported by the OS, failing the request

LoggingServiceStarted 6

The trace logging service was started

LoggingServiceStopped 7

The trace logging service was stopped

ProcessWasExpected 8

An injected process was found in the expected process collection

ProcessWasNotExpected 9

An injected process was not found in the expected process collection

ServiceStartError 10

A logging service could not be started

SessionEnding 12

A logging session is ending normally

SessionFirstTruncation 13

The log file for a session is about to be truncated.

SessionOutOfLogSpace 14

The logging session is out of disk space and unable to truncate the log file further.

SessionStarted 11

A logging session was started

SessionStartError 15

The session was unable to start.

Applies to