VPNLogLogger MembersVirtual Photonics - VTS Library
Virtual Photonics

The NLogLogger type exposes the following members.
Constructors

  NameDescription
Public methodNLogLogger
Initializes a new instance of the NLogLogger class.
Back to Top
Methods

  NameDescription
Public methodCreateChildLogger
Creates a child logger with the specied name.
Public methodDebug(Func String )
Logs a debug message.
Public methodDebug(String)
Logs a debug message.
Public methodDebug(String, Exception)
Logs a debug message.
Public methodDebugFormat(String,  Object )
Logs a debug message.
Public methodDebugFormat(Exception, String,  Object )
Logs a debug message.
Public methodDebugFormat(IFormatProvider, String,  Object )
Logs a debug message.
Public methodDebugFormat(Exception, IFormatProvider, String,  Object )
Logs a debug message.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodError(Func String )
Logs an error message.
Public methodError(String)
Logs an error message.
Public methodError(String, Exception)
Logs an error message.
Public methodErrorFormat(String,  Object )
Logs an error message.
Public methodErrorFormat(Exception, String,  Object )
Logs an error message.
Public methodErrorFormat(IFormatProvider, String,  Object )
Logs an error message.
Public methodErrorFormat(Exception, IFormatProvider, String,  Object )
Logs an error message.
Public methodFatal(Func String )
Logs a fatal message.
Public methodFatal(String)
Logs a fatal message.
Public methodFatal(String, Exception)
Logs a fatal message.
Public methodFatalFormat(String,  Object )
Logs a fatal message.
Public methodFatalFormat(Exception, String,  Object )
Logs a fatal message.
Public methodFatalFormat(IFormatProvider, String,  Object )
Logs a fatal message.
Public methodFatalFormat(Exception, IFormatProvider, String,  Object )
Logs a fatal message.
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 methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInfo(Func String )
Logs a info message.
Public methodInfo(String)
Logs an info message.
Public methodInfo(String, Exception)
Logs an info message.
Public methodInfoFormat(String,  Object )
Logs an info message.
Public methodInfoFormat(Exception, String,  Object )
Logs an info message.
Public methodInfoFormat(IFormatProvider, String,  Object )
Logs an info message.
Public methodInfoFormat(Exception, IFormatProvider, String,  Object )
Logs an info message.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineObject ToString .)
Public methodWarn(Func String )
Logs a warn message.
Public methodWarn(String)
Logs a warn message.
Public methodWarn(String, Exception)
Logs a warn message.
Public methodWarnFormat(String,  Object )
Logs a warn message.
Public methodWarnFormat(Exception, String,  Object )
Logs a warn message.
Public methodWarnFormat(IFormatProvider, String,  Object )
Logs a warn message.
Public methodWarnFormat(Exception, IFormatProvider, String,  Object )
Logs a warn message.
Back to Top
Properties

  NameDescription
Protected propertyFactory
Gets or sets the factory.
Public propertyIsDebugEnabled
Determines if messages of priority "debug" will be logged.
Public propertyIsErrorEnabled
Determines if messages of priority "error" will be logged.
Public propertyIsFatalEnabled
Determines if messages of priority "fatal" will be logged.
Public propertyIsInfoEnabled
Determines if messages of priority "info" will be logged.
Public propertyIsWarnEnabled
Determines if messages of priority "warn" will be logged.
Protected propertyLogger
Gets or sets the logger.
Back to Top
See Also