An implementation of the ISimpleLogger that uses the ActivityTracing to write log entries.
Inheritance Hierarchy
Scanjour.Workflow4.ActivityLibrary.ServiceProcessActivityTracingLogger
Namespace: Scanjour.Workflow4.ActivityLibrary.ServiceProcess
Assembly: Scanjour.Workflow4.ActivityLibrary_21.3.0.0 (in Scanjour.Workflow4.ActivityLibrary_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The ActivityTracingLogger type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ActivityTracingLogger |
Creates an instance of this logger.
|
Methods
Name | Description | |
---|---|---|
![]() | Debug |
Makes the logger write a debug entry into the log.
Please note that debug must be set as enabled in the constructor.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Error |
Makes the logger write an error entry into the log.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Trace |
Makes the logger write an entry into the log.
|
![]() | Warning |
Makes the logger write a warning into the log.
|
See Also