TraceHelper Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The TraceHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | TraceActionDenied |
Traces the action failure, if any, to the info level tracer of ORMPersistenceExecution.
|
![]() ![]() | WriteIf(Boolean, Object) |
Writes the value with no category specified to the trace output, if condition is true.
|
![]() ![]() | WriteIf(Boolean, String) |
Writes the message with no category specified to the trace output, if condition is true.
|
![]() ![]() | WriteIf(Boolean, Object, String) |
Writes the value with the remark of the category specified to the trace output, if condition is true.
|
![]() ![]() | WriteIf(Boolean, String, String) |
Writes the message with the remark of the category specified to the trace output, if condition is true.
|
![]() ![]() | WriteIf(Boolean, String, String, Object) |
Writes the message with the remark of the category specified to the trace output, if condition is true. Will not format the message if the condition is false.
|
![]() ![]() | WriteLineIf(Boolean, Object) |
Writes the value with no category specified to the trace output with a newline, if condition is true.
|
![]() ![]() | WriteLineIf(Boolean, String) |
Writes the message with no category specified to the trace output with a newline, if condition is true.
|
![]() ![]() | WriteLineIf(Boolean, Object, String) |
Writes the value with the remark of the category specified to the trace output with a newline, if condition is true.
|
![]() ![]() | WriteLineIf(Boolean, String, String) |
Writes the message with the remark of the category specified to the trace output with a newline, if condition is true.
|
![]() ![]() | WriteLineIf(Boolean, String, String, Object) |
Writes the message with the remark of the category specified to the trace output with a newline, if condition is true. Will not format the message if the condition is false.
|
Name | Description | |
---|---|---|
![]() ![]() | GeneralSwitch |
General switch which is used by general code in the ORM Support classes.
|
![]() ![]() | PersistenceExecutionSwitch |
Switch which is used by entity / other data persistence logic execution code in the ORM Support classes
|
![]() ![]() | PlainSQLQueryExecutionSwitch |
Switch which is used by the plain SQL api to log executed statements.
|
![]() ![]() | QueryExecutionSwitch |
Switch which is used by the query objects in the ORM support classes.
|
![]() ![]() | StateManagementSwitch |
Switch which is used by state management code in the ORM Support classes.
|