Operation log.
Declaration Syntax| C# | Visual Basic | Visual C++ |
[GuidAttribute("EB762F08-78FB-4b74-A586-F6CADFBB3AA1")] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public class APLog : IXmlSerializable
<GuidAttribute("EB762F08-78FB-4b74-A586-F6CADFBB3AA1")> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public Class APLog _ Implements IXmlSerializable
[GuidAttribute(L"EB762F08-78FB-4b74-A586-F6CADFBB3AA1")] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class APLog : IXmlSerializable
Members| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
![]() | APLog()()() |
Creates a new empty APLog.
|
![]() | Add(APLog) |
Appends the information from the given log.
|
![]() | EndStage(Int32) |
Ends the stage at the given stage-depth.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Failed(Exception, Int32) |
Causes the application to fail at the stage with the given depth and with the given exception.
|
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | IXmlSerializable..::.GetSchema()()() | |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Message(String) |
Adds a new operation event message.
|
![]() | OnEndStage |
Event raised each time when stage ended.
|
![]() | OnMessage |
Event raised for each new message;
|
![]() | OnProgress |
Event raised each time when progress is changed.
|
![]() | OnStartStage |
Event raised each time when new stage started.
|
![]() | OnWarning |
Event raised for each new warning;
|
![]() | IXmlSerializable..::.ReadXml(XmlReader) | |
![]() | Save(String) |
Saves log to the given file.
|
![]() | Save(Stream, Boolean) |
Saves log to the given stream.
|
![]() | StartStage(String, Double) |
Starts a new operation stage.
|
![]() | TimeUsed |
Gets the time used by an operation.
|
![]() | ToString()()() | (Inherited from Object.) |
![]() | IXmlSerializable..::.WriteXml(XmlWriter) |
Inheritance Hierarchy| Object | |
![]() | APLog |
Assembly: Altsoft.Xml2PDF.Server (Module: Altsoft.Xml2PDF.Server)





