Click or drag to resize

Log Class

Report of software. Use log for exceptions case and information for better analyse.
Inheritance Hierarchy
SystemObject
  Velo.ServicesLog

Namespace:  Velo.Services
Assembly:  Velo.Services (in Velo.Services.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static class Log

The Log type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberContent
Gives all log entries from protocol file
Private propertyStatic memberFileName
Gives protocol file name include full path
Private propertyStatic memberTimeStamp
Gives time stamp by formatted dd.MM.yyyy HH.mm
Top
Methods
  NameDescription
Public methodStatic memberClear
Delete all log entries. Delete protocol file.
Public methodStatic memberException
Writing a log entry of exception
Public methodStatic memberInformation
Writing a log entry of information
Top
Remarks
Syntax of log entry:

[dd.MM.yyyy HH:mm] [log text]

See Also