VPNLogFactory MembersVirtual Photonics - VTS Library
Virtual Photonics

The NLogFactory type exposes the following members.
Constructors

  NameDescription
Public methodNLogFactory 
Initializes a new instance of the NLogFactory class.
Public methodNLogFactory(String)
Initializes a new instance of the NLogFactory class.
Back to Top
Methods

  NameDescription
Public methodCreate(Type) (Inherited from AbstractLoggerFactory.)
Public methodCreate(String)
Creates a logger with specified name.
(Overrides AbstractLoggerFactory Create(String).)
Public methodCreate(Type, LoggerLevel) (Inherited from AbstractLoggerFactory.)
Public methodCreate(String, LoggerLevel)
Not implemented, NLog logger levels cannot be set at runtime.
(Overrides AbstractLoggerFactory Create(String, LoggerLevel).)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also