General logging module.

C# | Visual Basic | Visual C++ | F# |
public class Logger : IDisposable
Public Class Logger Implements IDisposable
public ref class Logger : IDisposable
type Logger = class interface IDisposable end

All Members | Constructors | Methods | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Logger()()()() |
Default constructor.
|
![]() | AddException(String, GenericIdentity, String, IPEndPoint, IPEndPoint, Exception) |
Adds exception entry.
|
![]() | AddRead(Int64, String) |
Adds read log entry.
|
![]() | AddRead(String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint) |
Adds read log entry.
|
![]() | AddRead(String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint, array<Byte>[]()[][]) |
Adds read log entry.
|
![]() | AddText(String) |
Adds text entry.
|
![]() | AddText(String, String) |
Adds text entry.
|
![]() | AddText(String, GenericIdentity, String, IPEndPoint, IPEndPoint) |
Adds text entry.
|
![]() | AddWrite(Int64, String) |
Add write log entry.
|
![]() | AddWrite(String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint) |
Add write log entry.
|
![]() | AddWrite(String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint, array<Byte>[]()[][]) |
Add write log entry.
|
![]() | Dispose()()()() |
Cleans up any resources being used.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | 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 a hash function for a particular type. (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.) |
![]() | WriteLog |
Is raised when new log entry is available.
|

Object | |
![]() | Logger |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119