Logger Class

Definition

public ref class Logger
public class Logger
type Logger = class
Public Class Logger
Inheritance
Logger

Constructors

Logger()

Fields

maxTracingLevel

Properties

CustomLoggers
DrdaEventMessageMappings
TracePointLogger

Methods

DataStream(Int32, StringBuilder, Byte[], Int32, Int32)
DataStream(Object, Int32, StringBuilder, Byte[], Int32, Int32)
Error(Int32, String, Object[])
Error(Object, Int32, String, Object[])
Flush()
FunctionEntry(Int32, String)
FunctionEntry(Object, Int32, String)
FunctionExit(Int32, String)
FunctionExit(Object, Int32, String)
Info(Int32, String, Object[])
Info(Object, Int32, String, Object[])
Info2(Int32, Object[])
Log(TraceEventType, Int32, Int32, String, Object[])
Log(TraceEventType, Int32, Object, Int32, String, Object[])
LogEvent(Int32)
LogEvent(Int32, String)
LogEvent(String, EventLogEntryType)
LogEventWithParams(Int32, String)
LogEventWithParams(Int32, String, String)
LogEventWithParams(Int32, String, String, String)
LogException(Int32, String, Exception)
LogException(Object, Int32, String, Exception)
LogSqlException(Int32, String, SqlException)
LogSqlException(Object, Int32, String, SqlException)
RefreshTraceConfiguration()
Verbose(Int32, String, Object[])
Verbose(Object, Int32, String, Object[])
Warning(Int32, Int32, String, Object[])
Warning(Int32, String, Object[])
Warning(Object, Int32, Int32, String, Object[])
Warning(Object, Int32, String, Object[])

Applies to