Apama API Reference for .NET (DEPRECATED)  10.15.6.4
Apama Namespace Reference

Classes

class  EngineException
 Exception class used for communications failure and other serious errors in any layer of the Apama engine client API stack. More...
 

Enumerations

enum  LogLevel {
  LogLevel.OffLevel, LogLevel.ForceLevel, LogLevel.CritLevel, LogLevel.FatalLevel,
  LogLevel.ErrorLevel, LogLevel.WarnLevel, LogLevel.InfoLevel, LogLevel.DebugLevel,
  LogLevel.TraceLevel
}
 Enumeration of the Log levels available for Logging. More...
 

Enumeration Type Documentation

◆ LogLevel

enum Apama.LogLevel
strong

Enumeration of the Log levels available for Logging.

Enumerator
OffLevel 

Turn off Logging

ForceLevel 

Force Logging

CritLevel 

Critical Level Logging only

FatalLevel 

Fatal Level Logging and below

ErrorLevel 

Error Level Logging and below

WarnLevel 

Warning Level Logging and below

InfoLevel 

Information Level Logging and below

DebugLevel 

Debugging Level Logging and below

TraceLevel 

Trace Level Logging and below