# HG changeset patch
# User stevenh7776 stevenhollidge@hotmail.com
# Date 1331564721 -28800
# Node ID 060f02cd4591bcef3ee0e67c5e7879c04007bec8
# Parent 741981715d945b09c2bc88bab2ff9202272ba91c
Initial commit, pre airport work
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nupkg
Binary file MetroWpf/Libs/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,280 @@
+
+
+
+ Microsoft.Practices.ServiceLocation
+
+
+
+
+ The standard exception thrown when a ServiceLocator has an error in resolving an object.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with a specified error message.
+
+
+ The message that describes the error.
+
+
+
+
+ Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
+
+
+ The error message that explains the reason for the exception.
+
+
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+
+ Initializes a new instance of the class with serialized data.
+
+
+ The that holds the serialized object data about the exception being thrown.
+
+
+ The that contains contextual information about the source or destination.
+
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ The generic Service Locator interface. This interface is used
+ to retrieve services (instances identified by type and optional
+ name) from a container.
+
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
+ Returns the cached ResourceManager instance used by this class.
+
+
+
+
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+
+
+
+
+ Looks up a localized string similar to Activation error occured while trying to get all instances of type {0}.
+
+
+
+
+ Looks up a localized string similar to Activation error occured while trying to get instance of type {0}, key "{1}".
+
+
+
+
+ This class provides the ambient container for this application. If your
+ framework defines such an ambient container, use ServiceLocator.Current
+ to get it.
+
+
+
+
+ Set the delegate that is used to retrieve the current container.
+
+ Delegate that, when called, will return
+ the current ambient container.
+
+
+
+ The current ambient container.
+
+
+
+
+ This class is a helper that provides a default implementation
+ for most of the methods of .
+
+
+
+
+ Implementation of .
+
+ The requested service.
+ if there is an error in resolving the service instance.
+ The requested object.
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ When implemented by inheriting classes, this method will do the actual work of resolving
+ the requested service instance.
+
+ Type of instance requested.
+ Name of registered service you want. May be null.
+ The requested service instance.
+
+
+
+ When implemented by inheriting classes, this method will do the actual work of
+ resolving all the requested service instances.
+
+ Type of service requested.
+ Sequence of service instance objects.
+
+
+
+ Format the exception message for use in an
+ that occurs while resolving a single service.
+
+ The actual exception thrown by the implementation.
+ Type of service requested.
+ Name requested.
+ The formatted exception message string.
+
+
+
+ Format the exception message for use in an
+ that occurs while resolving multiple service instances.
+
+ The actual exception thrown by the implementation.
+ Type of service requested.
+ The formatted exception message string.
+
+
+
+ This delegate type is used to provide a method that will
+ return the current container. Used with the
+ static accessor class.
+
+ An .
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.dll
Binary file MetroWpf/Libs/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.pdb
Binary file MetroWpf/Libs/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.pdb has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,280 @@
+
+
+
+ Microsoft.Practices.ServiceLocation
+
+
+
+
+ The standard exception thrown when a ServiceLocator has an error in resolving an object.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with a specified error message.
+
+
+ The message that describes the error.
+
+
+
+
+ Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
+
+
+ The error message that explains the reason for the exception.
+
+
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+
+ Initializes a new instance of the class with serialized data.
+
+
+ The that holds the serialized object data about the exception being thrown.
+
+
+ The that contains contextual information about the source or destination.
+
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ The generic Service Locator interface. This interface is used
+ to retrieve services (instances identified by type and optional
+ name) from a container.
+
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
+ Returns the cached ResourceManager instance used by this class.
+
+
+
+
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+
+
+
+
+ Looks up a localized string similar to Activation error occured while trying to get all instances of type {0}.
+
+
+
+
+ Looks up a localized string similar to Activation error occured while trying to get instance of type {0}, key "{1}".
+
+
+
+
+ This class provides the ambient container for this application. If your
+ framework defines such an ambient container, use ServiceLocator.Current
+ to get it.
+
+
+
+
+ Set the delegate that is used to retrieve the current container.
+
+ Delegate that, when called, will return
+ the current ambient container.
+
+
+
+ The current ambient container.
+
+
+
+
+ This class is a helper that provides a default implementation
+ for most of the methods of .
+
+
+
+
+ Implementation of .
+
+ The requested service.
+ if there is an error in resolving the service instance.
+ The requested object.
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ When implemented by inheriting classes, this method will do the actual work of resolving
+ the requested service instance.
+
+ Type of instance requested.
+ Name of registered service you want. May be null.
+ The requested service instance.
+
+
+
+ When implemented by inheriting classes, this method will do the actual work of
+ resolving all the requested service instances.
+
+ Type of service requested.
+ Sequence of service instance objects.
+
+
+
+ Format the exception message for use in an
+ that occurs while resolving a single service.
+
+ The actual exception thrown by the implementation.
+ Type of service requested.
+ Name requested.
+ The formatted exception message string.
+
+
+
+ Format the exception message for use in an
+ that occurs while resolving multiple service instances.
+
+ The actual exception thrown by the implementation.
+ Type of service requested.
+ The formatted exception message string.
+
+
+
+ This delegate type is used to provide a method that will
+ return the current container. Used with the
+ static accessor class.
+
+ An .
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.dll
Binary file MetroWpf/Libs/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.NinjectAdapter.1.0.0.0/CommonServiceLocator.NinjectAdapter.1.0.0.0.nupkg
Binary file MetroWpf/Libs/CommonServiceLocator.NinjectAdapter.1.0.0.0/CommonServiceLocator.NinjectAdapter.1.0.0.0.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/CommonServiceLocator.NinjectAdapter.1.0.0.0/lib/NinjectAdapter.dll
Binary file MetroWpf/Libs/CommonServiceLocator.NinjectAdapter.1.0.0.0/lib/NinjectAdapter.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MahApps.Metro.0.4.0.17/MahApps.Metro.0.4.0.17.nupkg
Binary file MetroWpf/Libs/MahApps.Metro.0.4.0.17/MahApps.Metro.0.4.0.17.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MahApps.Metro.0.4.0.17/lib/net40/MahApps.Metro.dll
Binary file MetroWpf/Libs/MahApps.Metro.0.4.0.17/lib/net40/MahApps.Metro.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MahApps.Metro.0.4.0.17/lib/net40/System.Windows.Interactivity.dll
Binary file MetroWpf/Libs/MahApps.Metro.0.4.0.17/lib/net40/System.Windows.Interactivity.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MahApps.Metro.0.5.0.0/MahApps.Metro.0.5.0.0.nupkg
Binary file MetroWpf/Libs/MahApps.Metro.0.5.0.0/MahApps.Metro.0.5.0.0.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MahApps.Metro.0.5.0.0/lib/net40/MahApps.Metro.dll
Binary file MetroWpf/Libs/MahApps.Metro.0.5.0.0/lib/net40/MahApps.Metro.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MahApps.Metro.0.5.0.0/lib/net40/System.Windows.Interactivity.dll
Binary file MetroWpf/Libs/MahApps.Metro.0.5.0.0/lib/net40/System.Windows.Interactivity.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.4.0.0/GalaSoft.MvvmLight.WPF4.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/MvvmLight.4.0.0/GalaSoft.MvvmLight.WPF4.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,1332 @@
+
+
+
+ GalaSoft.MvvmLight.WPF4
+
+
+
+
+ A base class for the ViewModel classes in the MVVM pattern.
+
+
+
+
+ Verifies that a property name exists in this ViewModel. This method
+ can be called before the property is used, for instance before
+ calling RaisePropertyChanged. It avoids errors when a property name
+ is changed but some places are missed.
+ This method is only active in DEBUG mode.
+
+
+
+
+
+ Raises the PropertyChanged event if needed.
+
+ If the propertyName parameter
+ does not correspond to an existing property on the current class, an
+ exception is thrown in DEBUG configuration only.
+ The name of the property that
+ changed.
+
+
+
+ Raises the PropertyChanged event if needed.
+
+ The type of the property that
+ changed.
+ An expression identifying the property
+ that changed.
+
+
+
+ Assigns a new value to the property. Then, raises the
+ PropertyChanged event if needed.
+
+ The type of the property that
+ changed.
+ An expression identifying the property
+ that changed.
+ The field storing the property's value.
+ The property's value after the change
+ occurred.
+
+
+
+ Assigns a new value to the property. Then, raises the
+ PropertyChanged event if needed.
+
+ The type of the property that
+ changed.
+ The name of the property that
+ changed.
+ The field storing the property's value.
+ The property's value after the change
+ occurred.
+
+
+
+ Occurs when a property value changes.
+
+
+
+
+ Provides access to the PropertyChanged event handler to derived classes.
+
+
+
+
+ Base class for all messages broadcasted by the Messenger.
+ You can create your own message types by extending this class.
+
+
+
+
+ Initializes a new instance of the MessageBase class.
+
+
+
+
+ Initializes a new instance of the MessageBase class.
+
+ The message's original sender.
+
+
+
+ Initializes a new instance of the MessageBase class.
+
+ The message's original sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+
+
+
+ Gets or sets the message's sender.
+
+
+
+
+ Gets or sets the message's intended target. This property can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+
+
+
+
+ Passes a string message (Notification) to a recipient.
+ Typically, notifications are defined as unique strings in a static class. To define
+ a unique string, you can use Guid.NewGuid().ToString() or any other unique
+ identifier.
+
+
+
+
+ Initializes a new instance of the NotificationMessage class.
+
+ A string containing any arbitrary message to be
+ passed to recipient(s)
+
+
+
+ Initializes a new instance of the NotificationMessage class.
+
+ The message's sender.
+ A string containing any arbitrary message to be
+ passed to recipient(s)
+
+
+
+ Initializes a new instance of the NotificationMessage class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ A string containing any arbitrary message to be
+ passed to recipient(s)
+
+
+
+ Gets a string containing any arbitrary message to be
+ passed to recipient(s).
+
+
+
+
+ Passes a generic value (Content) to a recipient.
+
+ The type of the Content property.
+
+
+
+ Initializes a new instance of the GenericMessage class.
+
+ The message content.
+
+
+
+ Initializes a new instance of the GenericMessage class.
+
+ The message's sender.
+ The message content.
+
+
+
+ Initializes a new instance of the GenericMessage class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ The message content.
+
+
+
+ Gets or sets the message's content.
+
+
+
+
+ Provides a message class with a built-in callback. When the recipient
+ is done processing the message, it can execute the callback to
+ notify the sender that it is done. Use the
+ method to execute the callback.
+
+
+
+
+ Provides a message class with a built-in callback. When the recipient
+ is done processing the message, it can execute the callback to
+ notify the sender that it is done. Use the
+ method to execute the callback. The callback method has one parameter.
+ and
+ .
+
+
+
+
+ Initializes a new instance of the class.
+
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Initializes a new instance of the class.
+
+ The message's sender.
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Initializes a new instance of the class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Executes the callback that was provided with the message with an
+ arbitrary number of parameters.
+
+ A number of parameters that will
+ be passed to the callback method.
+ The object returned by the callback method.
+
+
+
+ Initializes a new instance of the
+ class.
+
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Initializes a new instance of the
+ class.
+
+ The message's sender.
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Initializes a new instance of the
+ class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Executes the callback that was provided with the message.
+
+
+
+
+ The Messenger is a class allowing objects to exchange messages.
+
+
+
+
+ Registers a recipient for a type of message TMessage. The action
+ parameter will be executed when a corresponding message is sent.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Registers a recipient for a type of message TMessage.
+ The action parameter will be executed when a corresponding
+ message is sent. See the receiveDerivedMessagesToo parameter
+ for details on how messages deriving from TMessage (or, if TMessage is an interface,
+ messages implementing TMessage) can be received too.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ A token for a messaging channel. If a recipient registers
+ using a token, and a sender sends a message using the same token, then this
+ message will be delivered to the recipient. Other recipients who did not
+ use a token when registering (or who used a different token) will not
+ get the message. Similarly, messages sent without any token, or with a different
+ token, will not be delivered to that recipient.
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Registers a recipient for a type of message TMessage.
+ The action parameter will be executed when a corresponding
+ message is sent. See the receiveDerivedMessagesToo parameter
+ for details on how messages deriving from TMessage (or, if TMessage is an interface,
+ messages implementing TMessage) can be received too.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ A token for a messaging channel. If a recipient registers
+ using a token, and a sender sends a message using the same token, then this
+ message will be delivered to the recipient. Other recipients who did not
+ use a token when registering (or who used a different token) will not
+ get the message. Similarly, messages sent without any token, or with a different
+ token, will not be delivered to that recipient.
+ If true, message types deriving from
+ TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+ Also, if TMessage is an interface, message types implementing TMessage will also be
+ transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Registers a recipient for a type of message TMessage.
+ The action parameter will be executed when a corresponding
+ message is sent. See the receiveDerivedMessagesToo parameter
+ for details on how messages deriving from TMessage (or, if TMessage is an interface,
+ messages implementing TMessage) can be received too.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ If true, message types deriving from
+ TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+ Also, if TMessage is an interface, message types implementing TMessage will also be
+ transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Sends a message to registered recipients. The message will
+ reach all recipients that registered for this message type
+ using one of the Register methods.
+
+ The type of message that will be sent.
+ The message to send to registered recipients.
+
+
+
+ Sends a message to registered recipients. The message will
+ reach only recipients that registered for this message type
+ using one of the Register methods, and that are
+ of the targetType.
+
+ The type of message that will be sent.
+ The type of recipients that will receive
+ the message. The message won't be sent to recipients of another type.
+ The message to send to registered recipients.
+
+
+
+ Sends a message to registered recipients. The message will
+ reach only recipients that registered for this message type
+ using one of the Register methods, and that are
+ of the targetType.
+
+ The type of message that will be sent.
+ The message to send to registered recipients.
+ A token for a messaging channel. If a recipient registers
+ using a token, and a sender sends a message using the same token, then this
+ message will be delivered to the recipient. Other recipients who did not
+ use a token when registering (or who used a different token) will not
+ get the message. Similarly, messages sent without any token, or with a different
+ token, will not be delivered to that recipient.
+
+
+
+ Unregisters a messager recipient completely. After this method
+ is executed, the recipient will not receive any messages anymore.
+
+ The recipient that must be unregistered.
+
+
+
+ Unregisters a message recipient for a given type of messages only.
+ After this method is executed, the recipient will not receive messages
+ of type TMessage anymore, but will still receive other message types (if it
+ registered for them previously).
+
+ The type of messages that the recipient wants
+ to unregister from.
+ The recipient that must be unregistered.
+
+
+
+ Unregisters a message recipient for a given type of messages only and for a given token.
+ After this method is executed, the recipient will not receive messages
+ of type TMessage anymore with the given token, but will still receive other message types
+ or messages with other tokens (if it registered for them previously).
+
+ The recipient that must be unregistered.
+ The token for which the recipient must be unregistered.
+ The type of messages that the recipient wants
+ to unregister from.
+
+
+
+ Unregisters a message recipient for a given type of messages and for
+ a given action. Other message types will still be transmitted to the
+ recipient (if it registered for them previously). Other actions that have
+ been registered for the message type TMessage and for the given recipient (if
+ available) will also remain available.
+
+ The type of messages that the recipient wants
+ to unregister from.
+ The recipient that must be unregistered.
+ The action that must be unregistered for
+ the recipient and for the message type TMessage.
+
+
+
+ Unregisters a message recipient for a given type of messages, for
+ a given action and a given token. Other message types will still be transmitted to the
+ recipient (if it registered for them previously). Other actions that have
+ been registered for the message type TMessage, for the given recipient and other tokens (if
+ available) will also remain available.
+
+ The type of messages that the recipient wants
+ to unregister from.
+ The recipient that must be unregistered.
+ The token for which the recipient must be unregistered.
+ The action that must be unregistered for
+ the recipient and for the message type TMessage.
+
+
+
+ Use this class to send a message requesting to display a message box with features
+ corresponding to this message's properties. The Callback property should be used
+ to notify the message's sender about the user's choice in the message box.
+ Typically, you can use this message typ's recipient will be an element of the View,
+ and the sender will possibly be a ViewModel.
+
+
+
+
+ Initializes a new instance of the DialogMessage class.
+
+ The text displayed by the message box.
+ A callback method that should be executed to deliver the result
+ of the message box to the object that sent the message.
+
+
+
+ Initializes a new instance of the DialogMessage class.
+
+ The message's original sender.
+ The text displayed by the message box.
+ A callback method that should be executed to deliver the result
+ of the message box to the object that sent the message.
+
+
+
+ Initializes a new instance of the DialogMessage class.
+
+ The message's original sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ The text displayed by the message box.
+ A callback method that should be executed to deliver the result
+ of the message box to the object that sent the message.
+
+
+
+ Utility method, checks if the property is
+ null, and if it is not null, executes it.
+
+ The result that must be passed
+ to the dialog message caller.
+
+
+
+ Gets or sets the buttons displayed by the message box.
+
+
+
+
+ Gets a callback method that should be executed to deliver the result
+ of the message box to the object that sent the message.
+
+
+
+
+ Gets or sets the caption for the message box.
+
+
+
+
+ Gets or sets which result is the default in the message box.
+
+
+
+
+ Gets or sets the icon for the message box.
+
+
+
+
+ Gets or sets the options for the message box.
+
+
+
+
+ Stores an without causing a hard reference
+ to be created to the Action's owner. The owner can be garbage collected at any time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The action's owner.
+ The action that will be associated to this instance.
+
+
+
+ Executes the action. This only happens if the action's owner
+ is still alive.
+
+
+
+
+ Sets the reference that this instance stores to null.
+
+
+
+
+ Gets the Action associated to this instance.
+
+
+
+
+ Gets a value indicating whether the Action's owner is still alive, or if it was collected
+ by the Garbage Collector already.
+
+
+
+
+ Gets the Action's owner. This object is stored as a .
+
+
+
+
+ A command whose sole purpose is to relay its functionality to other
+ objects by invoking delegates. The default return value for the CanExecute
+ method is 'true'. This class does not allow you to accept command parameters in the
+ Execute and CanExecute callback methods.
+
+
+
+
+ Initializes a new instance of the RelayCommand class that
+ can always execute.
+
+ The execution logic.
+ If the execute argument is null.
+
+
+
+ Initializes a new instance of the RelayCommand class.
+
+ The execution logic.
+ The execution status logic.
+ If the execute argument is null.
+
+
+
+ Raises the event.
+
+
+
+
+ Defines the method that determines whether the command can execute in its current state.
+
+ This parameter will always be ignored.
+ true if this command can be executed; otherwise, false.
+
+
+
+ Defines the method to be called when the command is invoked.
+
+ This parameter will always be ignored.
+
+
+
+ Occurs when changes occur that affect whether the command should execute.
+
+
+
+
+ Basis class for the class. This
+ class allows a recipient to register for all PropertyChangedMessages without
+ having to specify the type T.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message's sender.
+ The name of the property that changed.
+
+
+
+ Initializes a new instance of the class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ The name of the property that changed.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the property that changed.
+
+
+
+ Gets or sets the name of the property that changed.
+
+
+
+
+ Defines a common interface for classes that should be cleaned up,
+ but without the implications that IDisposable presupposes. An instance
+ implementing ICleanup can be cleaned up without being
+ disposed and garbage collected.
+
+
+
+
+ Cleans up the instance, for example by saving its state,
+ removing resources, etc...
+
+
+
+
+ Passes a string message (Notification) and a generic value (Content) to a recipient.
+
+ The type of the Content property.
+
+
+
+ Initializes a new instance of the NotificationMessage class.
+
+ A value to be passed to recipient(s).
+ A string containing any arbitrary message to be
+ passed to recipient(s)
+
+
+
+ Initializes a new instance of the NotificationMessage class.
+
+ The message's sender.
+ A value to be passed to recipient(s).
+ A string containing any arbitrary message to be
+ passed to recipient(s)
+
+
+
+ Initializes a new instance of the NotificationMessage class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ A value to be passed to recipient(s).
+ A string containing any arbitrary message to be
+ passed to recipient(s)
+
+
+
+ Gets a string containing any arbitrary message to be
+ passed to recipient(s).
+
+
+
+
+ Provides a message class with a built-in callback. When the recipient
+ is done processing the message, it can execute the callback to
+ notify the sender that it is done. Use the
+ method to execute the callback. The callback method has one parameter.
+ .
+
+ The type of the callback method's
+ only parameter.
+
+
+
+ Initializes a new instance of the
+ class.
+
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Initializes a new instance of the
+ class.
+
+ The message's sender.
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Initializes a new instance of the
+ class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ An arbitrary string that will be
+ carried by the message.
+ The callback method that can be executed
+ by the recipient to notify the sender that the message has been
+ processed.
+
+
+
+ Executes the callback that was provided with the message.
+
+ A parameter requested by the message's
+ sender and providing additional information on the recipient's
+ state.
+
+
+
+ This interface is meant for the class and can be
+ useful if you store multiple WeakAction{T} instances but don't know in advance
+ what type T represents.
+
+
+
+
+ Executes an action.
+
+ A parameter passed as an object,
+ to be casted to the appropriate type.
+
+
+
+ The Messenger is a class allowing objects to exchange messages.
+
+
+
+
+ Registers a recipient for a type of message TMessage. The action
+ parameter will be executed when a corresponding message is sent.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Registers a recipient for a type of message TMessage.
+ The action parameter will be executed when a corresponding
+ message is sent. See the receiveDerivedMessagesToo parameter
+ for details on how messages deriving from TMessage (or, if TMessage is an interface,
+ messages implementing TMessage) can be received too.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ If true, message types deriving from
+ TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+ Also, if TMessage is an interface, message types implementing TMessage will also be
+ transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Registers a recipient for a type of message TMessage.
+ The action parameter will be executed when a corresponding
+ message is sent.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ A token for a messaging channel. If a recipient registers
+ using a token, and a sender sends a message using the same token, then this
+ message will be delivered to the recipient. Other recipients who did not
+ use a token when registering (or who used a different token) will not
+ get the message. Similarly, messages sent without any token, or with a different
+ token, will not be delivered to that recipient.
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Registers a recipient for a type of message TMessage.
+ The action parameter will be executed when a corresponding
+ message is sent. See the receiveDerivedMessagesToo parameter
+ for details on how messages deriving from TMessage (or, if TMessage is an interface,
+ messages implementing TMessage) can be received too.
+ Registering a recipient does not create a hard reference to it,
+ so if this recipient is deleted, no memory leak is caused.
+
+ The type of message that the recipient registers
+ for.
+ The recipient that will receive the messages.
+ A token for a messaging channel. If a recipient registers
+ using a token, and a sender sends a message using the same token, then this
+ message will be delivered to the recipient. Other recipients who did not
+ use a token when registering (or who used a different token) will not
+ get the message. Similarly, messages sent without any token, or with a different
+ token, will not be delivered to that recipient.
+ If true, message types deriving from
+ TMessage will also be transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage derive from OrderMessage, registering for OrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+ Also, if TMessage is an interface, message types implementing TMessage will also be
+ transmitted to the recipient. For example, if a SendOrderMessage
+ and an ExecuteOrderMessage implement IOrderMessage, registering for IOrderMessage
+ and setting receiveDerivedMessagesToo to true will send SendOrderMessage
+ and ExecuteOrderMessage to the recipient that registered.
+
+ The action that will be executed when a message
+ of type TMessage is sent.
+
+
+
+ Sends a message to registered recipients. The message will
+ reach all recipients that registered for this message type
+ using one of the Register methods.
+
+ The type of message that will be sent.
+ The message to send to registered recipients.
+
+
+
+ Sends a message to registered recipients. The message will
+ reach only recipients that registered for this message type
+ using one of the Register methods, and that are
+ of the targetType.
+
+ The type of message that will be sent.
+ The type of recipients that will receive
+ the message. The message won't be sent to recipients of another type.
+ The message to send to registered recipients.
+
+
+
+ Sends a message to registered recipients. The message will
+ reach only recipients that registered for this message type
+ using one of the Register methods, and that are
+ of the targetType.
+
+ The type of message that will be sent.
+ The message to send to registered recipients.
+ A token for a messaging channel. If a recipient registers
+ using a token, and a sender sends a message using the same token, then this
+ message will be delivered to the recipient. Other recipients who did not
+ use a token when registering (or who used a different token) will not
+ get the message. Similarly, messages sent without any token, or with a different
+ token, will not be delivered to that recipient.
+
+
+
+ Unregisters a messager recipient completely. After this method
+ is executed, the recipient will not receive any messages anymore.
+
+ The recipient that must be unregistered.
+
+
+
+ Unregisters a message recipient for a given type of messages only.
+ After this method is executed, the recipient will not receive messages
+ of type TMessage anymore, but will still receive other message types (if it
+ registered for them previously).
+
+ The recipient that must be unregistered.
+ The type of messages that the recipient wants
+ to unregister from.
+
+
+
+ Unregisters a message recipient for a given type of messages only and for a given token.
+ After this method is executed, the recipient will not receive messages
+ of type TMessage anymore with the given token, but will still receive other message types
+ or messages with other tokens (if it registered for them previously).
+
+ The recipient that must be unregistered.
+ The token for which the recipient must be unregistered.
+ The type of messages that the recipient wants
+ to unregister from.
+
+
+
+ Unregisters a message recipient for a given type of messages and for
+ a given action. Other message types will still be transmitted to the
+ recipient (if it registered for them previously). Other actions that have
+ been registered for the message type TMessage and for the given recipient (if
+ available) will also remain available.
+
+ The type of messages that the recipient wants
+ to unregister from.
+ The recipient that must be unregistered.
+ The action that must be unregistered for
+ the recipient and for the message type TMessage.
+
+
+
+ Unregisters a message recipient for a given type of messages, for
+ a given action and a given token. Other message types will still be transmitted to the
+ recipient (if it registered for them previously). Other actions that have
+ been registered for the message type TMessage, for the given recipient and other tokens (if
+ available) will also remain available.
+
+ The type of messages that the recipient wants
+ to unregister from.
+ The recipient that must be unregistered.
+ The token for which the recipient must be unregistered.
+ The action that must be unregistered for
+ the recipient and for the message type TMessage.
+
+
+
+ Provides a way to override the Messenger.Default instance with
+ a custom instance, for example for unit testing purposes.
+
+ The instance that will be used as Messenger.Default.
+
+
+
+ Sets the Messenger's default (static) instance to null.
+
+
+
+
+ Gets the Messenger's default instance, allowing
+ to register and send messages in a static manner.
+
+
+
+
+ Helper class for dispatcher operations on the UI thread.
+
+
+
+
+ Executes an action on the UI thread. If this method is called
+ from the UI thread, the action is executed immendiately. If the
+ method is called from another thread, the action will be enqueued
+ on the UI thread's dispatcher and executed asynchronously.
+ For additional operations on the UI thread, you can get a
+ reference to the UI thread's dispatcher thanks to the property
+ .
+
+ The action that will be executed on the UI
+ thread.
+
+
+
+ This method should be called once on the UI thread to ensure that
+ the property is initialized.
+ In a Silverlight application, call this method in the
+ Application_Startup event handler, after the MainPage is constructed.
+ In WPF, call this method on the static App() constructor.
+
+
+
+
+ Gets a reference to the UI thread's dispatcher, after the
+ method has been called on the UI thread.
+
+
+
+
+ A base class for the ViewModel classes in the MVVM pattern.
+
+
+
+
+ Initializes a new instance of the ViewModelBase class.
+
+
+
+
+ Initializes a new instance of the ViewModelBase class.
+
+ An instance of a
+ used to broadcast messages to other objects. If null, this class
+ will attempt to broadcast using the Messenger's default
+ instance.
+
+
+
+ Unregisters this instance from the Messenger class.
+ To cleanup additional resources, override this method, clean
+ up and then call base.Cleanup().
+
+
+
+
+ Broadcasts a PropertyChangedMessage using either the instance of
+ the Messenger that was passed to this class (if available)
+ or the Messenger's default instance.
+
+ The type of the property that
+ changed.
+ The value of the property before it
+ changed.
+ The value of the property after it
+ changed.
+ The name of the property that
+ changed.
+
+
+
+ Raises the PropertyChanged event if needed, and broadcasts a
+ PropertyChangedMessage using the Messenger instance (or the
+ static default instance if no Messenger instance is available).
+
+ The type of the property that
+ changed.
+ The name of the property that
+ changed.
+ The property's value before the change
+ occurred.
+ The property's value after the change
+ occurred.
+ If true, a PropertyChangedMessage will
+ be broadcasted. If false, only the event will be raised.
+ If the propertyName parameter
+ does not correspond to an existing property on the current class, an
+ exception is thrown in DEBUG configuration only.
+
+
+
+ Raises the PropertyChanged event if needed, and broadcasts a
+ PropertyChangedMessage using the Messenger instance (or the
+ static default instance if no Messenger instance is available).
+
+ The type of the property that
+ changed.
+ An expression identifying the property
+ that changed.
+ The property's value before the change
+ occurred.
+ The property's value after the change
+ occurred.
+ If true, a PropertyChangedMessage will
+ be broadcasted. If false, only the event will be raised.
+
+
+
+ Assigns a new value to the property. Then, raises the
+ PropertyChanged event if needed, and broadcasts a
+ PropertyChangedMessage using the Messenger instance (or the
+ static default instance if no Messenger instance is available).
+
+ The type of the property that
+ changed.
+ An expression identifying the property
+ that changed.
+ The field storing the property's value.
+ The property's value after the change
+ occurred.
+ If true, a PropertyChangedMessage will
+ be broadcasted. If false, only the event will be raised.
+
+
+
+ Assigns a new value to the property. Then, raises the
+ PropertyChanged event if needed, and broadcasts a
+ PropertyChangedMessage using the Messenger instance (or the
+ static default instance if no Messenger instance is available).
+
+ The type of the property that
+ changed.
+ The name of the property that
+ changed.
+ The field storing the property's value.
+ The property's value after the change
+ occurred.
+ If true, a PropertyChangedMessage will
+ be broadcasted. If false, only the event will be raised.
+
+
+
+ Gets a value indicating whether the control is in design mode
+ (running under Blend or Visual Studio).
+
+
+
+
+ Gets a value indicating whether the control is in design mode
+ (running in Blend or Visual Studio).
+
+
+
+
+ Gets or sets an instance of a used to
+ broadcast messages to other objects. If null, this class will
+ attempt to broadcast using the Messenger's default instance.
+
+
+
+
+ A generic command whose sole purpose is to relay its functionality to other
+ objects by invoking delegates. The default return value for the CanExecute
+ method is 'true'. This class allows you to accept command parameters in the
+ Execute and CanExecute callback methods.
+
+ The type of the command parameter.
+
+
+
+ Initializes a new instance of the RelayCommand class that
+ can always execute.
+
+ The execution logic.
+ If the execute argument is null.
+
+
+
+ Initializes a new instance of the RelayCommand class.
+
+ The execution logic.
+ The execution status logic.
+ If the execute argument is null.
+
+
+
+ Raises the event.
+
+
+
+
+ Defines the method that determines whether the command can execute in its current state.
+
+ Data used by the command. If the command does not require data
+ to be passed, this object can be set to a null reference
+ true if this command can be executed; otherwise, false.
+
+
+
+ Defines the method to be called when the command is invoked.
+
+ Data used by the command. If the command does not require data
+ to be passed, this object can be set to a null reference
+
+
+
+ Occurs when changes occur that affect whether the command should execute.
+
+
+
+
+ Passes a string property name (PropertyName) and a generic value
+ ( and ) to a recipient.
+ This message type can be used to propagate a PropertyChanged event to
+ a recipient using the messenging system.
+
+ The type of the OldValue and NewValue property.
+
+
+
+ Initializes a new instance of the class.
+
+ The message's sender.
+ The property's value before the change occurred.
+ The property's value after the change occurred.
+ The name of the property that changed.
+
+
+
+ Initializes a new instance of the class.
+
+ The property's value before the change occurred.
+ The property's value after the change occurred.
+ The name of the property that changed.
+
+
+
+ Initializes a new instance of the class.
+
+ The message's sender.
+ The message's intended target. This parameter can be used
+ to give an indication as to whom the message was intended for. Of course
+ this is only an indication, amd may be null.
+ The property's value before the change occurred.
+ The property's value after the change occurred.
+ The name of the property that changed.
+
+
+
+ Gets the value that the property has after the change.
+
+
+
+
+ Gets the value that the property had before the change.
+
+
+
+
+ Stores an Action without causing a hard reference
+ to be created to the Action's owner. The owner can be garbage collected at any time.
+
+ The type of the Action's parameter.
+
+
+
+ Initializes a new instance of the WeakAction class.
+
+ The action's owner.
+ The action that will be associated to this instance.
+
+
+
+ Executes the action. This only happens if the action's owner
+ is still alive. The action's parameter is set to default(T).
+
+
+
+
+ Executes the action. This only happens if the action's owner
+ is still alive.
+
+ A parameter to be passed to the action.
+
+
+
+ Executes the action with a parameter of type object. This parameter
+ will be casted to T. This method implements
+ and can be useful if you store multiple WeakAction{T} instances but don't know in advance
+ what type T represents.
+
+ The parameter that will be passed to the action after
+ being casted to T.
+
+
+
+ Gets the Action associated to this instance.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.4.0.0/GalaSoft.MvvmLight.WPF4.dll
Binary file MetroWpf/Libs/MvvmLight.4.0.0/GalaSoft.MvvmLight.WPF4.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.4.0.0/GalaSoft.MvvmLight.WPF4.pdb
Binary file MetroWpf/Libs/MvvmLight.4.0.0/GalaSoft.MvvmLight.WPF4.pdb has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.Extras.4.0.0/GalaSoft.MvvmLight.Extras.WPF4.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/MvvmLight.Extras.4.0.0/GalaSoft.MvvmLight.Extras.WPF4.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,379 @@
+
+
+
+ GalaSoft.MvvmLight.Extras.WPF4
+
+
+
+
+ A very simple IOC container with basic functionality needed to register and resolve
+ instances. If needed, this class can be replaced by another more elaborate
+ IOC container implementing the IServiceLocator interface.
+ The inspiration for this class is at https://gist.github.com/716137 but it has
+ been extended with additional features.
+
+
+
+
+ Checks whether at least one instance of a given class is already created in the container.
+
+ The class that is queried.
+ True if at least on instance of the class is already created, false otherwise.
+
+
+
+ Checks whether the instance with the given key is already created for a given class
+ in the container.
+
+ The class that is queried.
+ The key that is queried.
+ True if the instance with the given key is already registered for the given class,
+ false otherwise.
+
+
+
+ Registers a given type for a given interface.
+
+ The interface for which instances will be resolved.
+ The type that must be used to create instances.
+
+
+
+ Registers a given type.
+
+ The type that must be used to create instances.
+
+
+
+ Registers a given instance for a given type.
+
+ The type that is being registered.
+ The factory method able to create the instance that
+ must be returned when the given type is resolved.
+
+
+
+ Registers a given instance for a given type and a given key.
+
+ The type that is being registered.
+ The factory method able to create the instance that
+ must be returned when the given type is resolved.
+ The key for which the given instance is registered.
+
+
+
+ Resets the instance in its original states. This deletes all the
+ registrations.
+
+
+
+
+ Unregisters a class from the cache and removes all the previously
+ created instances.
+
+ The class that must be removed.
+
+
+
+ Removes the given instance from the cache. The class itself remains
+ registered and can be used to create other instances.
+
+ The type of the instance to be removed.
+ The instance that must be removed.
+
+
+
+ Removes the instance corresponding to the given key from the cache. The class itself remains
+ registered and can be used to create other instances.
+
+ The type of the instance to be removed.
+ The key corresponding to the instance that must be removed.
+
+
+
+ Gets the service object of the specified type.
+
+
+ A service object of type .
+ -or-
+ null if there is no service object of type .
+
+ An object that specifies the type of service object to get.
+
+
+
+ Provides a way to get all the instances of a given type available in the
+ cache.
+
+ The class of which all instances
+ must be returned.
+ All the instances of the given type.
+
+
+
+ Provides a way to get all the instances of a given type available in the
+ cache.
+
+ The class of which all instances
+ must be returned.
+ All the instances of the given type.
+
+
+
+ Provides a way to get an instance of a given type. If no instance had been instantiated
+ before, a new instance will be created. If an instance had already
+ been created, that same instance will be returned.
+ If the class has not been registered before, this method
+ returns null!
+
+ The class of which an instance
+ must be returned.
+ An instance of the given type.
+
+
+
+ Provides a way to get an instance of a given type corresponding
+ to a given key. If no instance had been instantiated with this
+ key before, a new instance will be created. If an instance had already
+ been created with the same key, that same instance will be returned.
+ If the class has not been registered before, this method
+ returns null!
+
+ The class of which an instance must be returned.
+ The key uniquely identifying this instance.
+ An instance corresponding to the given type and key.
+
+
+
+ Provides a way to get an instance of a given type. If no instance had been instantiated
+ before, a new instance will be created. If an instance had already
+ been created, that same instance will be returned.
+ If the class has not been registered before, this method
+ returns null!
+
+ The class of which an instance
+ must be returned.
+ An instance of the given type.
+
+
+
+ Provides a way to get an instance of a given type corresponding
+ to a given key. If no instance had been instantiated with this
+ key before, a new instance will be created. If an instance had already
+ been created with the same key, that same instance will be returned.
+ If the class has not been registered before, this method
+ returns null!
+
+ The class of which an instance must be returned.
+ The key uniquely identifying this instance.
+ An instance corresponding to the given type and key.
+
+
+
+ This class' default instance.
+
+
+
+
+ This can be
+ used to bind any event on any FrameworkElement to an .
+ Typically, this element is used in XAML to connect the attached element
+ to a command located in a ViewModel. This trigger can only be attached
+ to a FrameworkElement or a class deriving from FrameworkElement.
+ To access the EventArgs of the fired event, use a RelayCommand<EventArgs>
+ and leave the CommandParameter and CommandParameterValue empty!
+
+
+
+
+ Identifies the dependency property
+
+
+
+
+ Identifies the dependency property
+
+
+
+
+ Identifies the dependency property
+
+
+
+
+ Called when this trigger is attached to a FrameworkElement.
+
+
+
+
+ This method is here for compatibility
+ with the Silverlight version.
+
+ The FrameworkElement to which this trigger
+ is attached.
+
+
+
+ This method is here for compatibility
+ with the Silverlight 3 version.
+
+ The command that must be executed when
+ this trigger is invoked.
+
+
+
+ Provides a simple way to invoke this trigger programatically
+ without any EventArgs.
+
+
+
+
+ Executes the trigger.
+ To access the EventArgs of the fired event, use a RelayCommand<EventArgs>
+ and leave the CommandParameter and CommandParameterValue empty!
+
+ The EventArgs of the fired event.
+
+
+
+ Gets or sets the ICommand that this trigger is bound to. This
+ is a DependencyProperty.
+
+
+
+
+ Gets or sets an object that will be passed to the
+ attached to this trigger. This is a DependencyProperty.
+
+
+
+
+ Gets or sets an object that will be passed to the
+ attached to this trigger. This property is here for compatibility
+ with the Silverlight version. This is NOT a DependencyProperty.
+ For databinding, use the property.
+
+
+
+
+ Gets or sets a value indicating whether the attached element must be
+ disabled when the property's CanExecuteChanged
+ event fires. If this property is true, and the command's CanExecute
+ method returns false, the element will be disabled. If this property
+ is false, the element will not be disabled when the command's
+ CanExecute method changes. This is a DependencyProperty.
+
+
+
+
+ Gets or sets a value indicating whether the attached element must be
+ disabled when the property's CanExecuteChanged
+ event fires. If this property is true, and the command's CanExecute
+ method returns false, the element will be disabled. This property is here for
+ compatibility with the Silverlight version. This is NOT a DependencyProperty.
+ For databinding, use the property.
+
+
+
+
+ Specifies whether the EventArgs of the event that triggered this
+ action should be passed to the bound RelayCommand. If this is true,
+ the command should accept arguments of the corresponding
+ type (for example RelayCommand<MouseButtonEventArgs>).
+
+
+
+
+ When used with the SimpleIoc container, specifies which constructor
+ should be used to instantiate when GetInstance is called.
+ If there is only one constructor in the class, this attribute is
+ not needed.
+
+
+
+
+ A very simple IOC container with basic functionality needed to register and resolve
+ instances. If needed, this class can be replaced by another more elaborate
+ IOC container implementing the IServiceLocator interface.
+ The inspiration for this class is at https://gist.github.com/716137 but it has
+ been extended with additional features.
+
+
+
+
+ Checks whether at least one instance of a given class is already created in the container.
+
+ The class that is queried.
+ True if at least on instance of the class is already created, false otherwise.
+
+
+
+ Checks whether the instance with the given key is already created for a given class
+ in the container.
+
+ The class that is queried.
+ The key that is queried.
+ True if the instance with the given key is already registered for the given class,
+ false otherwise.
+
+
+
+ Registers a given type for a given interface.
+
+ The interface for which instances will be resolved.
+ The type that must be used to create instances.
+
+
+
+ Registers a given type.
+
+ The type that must be used to create instances.
+
+
+
+ Registers a given instance for a given type.
+
+ The type that is being registered.
+ The instance that must be returned when the given type
+ is resolved.
+
+
+
+ Registers a given instance for a given type and a given key.
+
+ The type that is being registered.
+ The instance that must be returned when the given type
+ and the given key are resolved.
+ The key for which the given instance is registered.
+
+
+
+ Resets the instance in its original states. This deletes all the
+ registrations.
+
+
+
+
+ Unregisters a class from the cache and removes all the previously
+ created instances.
+
+ The class that must be removed.
+
+
+
+ Removes the given instance from the cache. The class itself remains
+ registered and can be used to create other instances.
+
+ The type of the instance to be removed.
+ The instance that must be removed.
+
+
+
+ Removes the instance corresponding to the given key from the cache. The class itself remains
+ registered and can be used to create other instances.
+
+ The type of the instance to be removed.
+ The key corresponding to the instance that must be removed.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.Extras.4.0.0/GalaSoft.MvvmLight.Extras.WPF4.dll
Binary file MetroWpf/Libs/MvvmLight.Extras.4.0.0/GalaSoft.MvvmLight.Extras.WPF4.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.Extras.4.0.0/GalaSoft.MvvmLight.Extras.WPF4.pdb
Binary file MetroWpf/Libs/MvvmLight.Extras.4.0.0/GalaSoft.MvvmLight.Extras.WPF4.pdb has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.Extras.4.0.0/Microsoft.Practices.ServiceLocation.dll
Binary file MetroWpf/Libs/MvvmLight.Extras.4.0.0/Microsoft.Practices.ServiceLocation.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/MvvmLight.Extras.4.0.0/Microsoft.Practices.ServiceLocation.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/MvvmLight.Extras.4.0.0/Microsoft.Practices.ServiceLocation.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,280 @@
+
+
+
+ Microsoft.Practices.ServiceLocation
+
+
+
+
+ The standard exception thrown when a ServiceLocator has an error in resolving an object.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with a specified error message.
+
+
+ The message that describes the error.
+
+
+
+
+ Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
+
+
+ The error message that explains the reason for the exception.
+
+
+ The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
+
+
+
+
+ Initializes a new instance of the class with serialized data.
+
+
+ The that holds the serialized object data about the exception being thrown.
+
+
+ The that contains contextual information about the source or destination.
+
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ The generic Service Locator interface. This interface is used
+ to retrieve services (instances identified by type and optional
+ name) from a container.
+
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ A strongly-typed resource class, for looking up localized strings, etc.
+
+
+
+
+ Returns the cached ResourceManager instance used by this class.
+
+
+
+
+ Overrides the current thread's CurrentUICulture property for all
+ resource lookups using this strongly typed resource class.
+
+
+
+
+ Looks up a localized string similar to Activation error occured while trying to get all instances of type {0}.
+
+
+
+
+ Looks up a localized string similar to Activation error occured while trying to get instance of type {0}, key "{1}".
+
+
+
+
+ This class provides the ambient container for this application. If your
+ framework defines such an ambient container, use ServiceLocator.Current
+ to get it.
+
+
+
+
+ Set the delegate that is used to retrieve the current container.
+
+ Delegate that, when called, will return
+ the current ambient container.
+
+
+
+ The current ambient container.
+
+
+
+
+ This class is a helper that provides a default implementation
+ for most of the methods of .
+
+
+
+
+ Implementation of .
+
+ The requested service.
+ if there is an error in resolving the service instance.
+ The requested object.
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is an error resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ Get an instance of the given .
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get an instance of the given named .
+
+ Type of object requested.
+ Name the object was registered with.
+ if there is are errors resolving
+ the service instance.
+ The requested service instance.
+
+
+
+ Get all instances of the given currently
+ registered in the container.
+
+ Type of object requested.
+ if there is are errors resolving
+ the service instance.
+ A sequence of instances of the requested .
+
+
+
+ When implemented by inheriting classes, this method will do the actual work of resolving
+ the requested service instance.
+
+ Type of instance requested.
+ Name of registered service you want. May be null.
+ The requested service instance.
+
+
+
+ When implemented by inheriting classes, this method will do the actual work of
+ resolving all the requested service instances.
+
+ Type of service requested.
+ Sequence of service instance objects.
+
+
+
+ Format the exception message for use in an
+ that occurs while resolving a single service.
+
+ The actual exception thrown by the implementation.
+ Type of service requested.
+ Name requested.
+ The formatted exception message string.
+
+
+
+ Format the exception message for use in an
+ that occurs while resolving multiple service instances.
+
+ The actual exception thrown by the implementation.
+ Type of service requested.
+ The formatted exception message string.
+
+
+
+ This delegate type is used to provide a method that will
+ return the current container. Used with the
+ static accessor class.
+
+ An .
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/NLog.2.0.0.2000.nupkg
Binary file MetroWpf/Libs/NLog.2.0.0.2000/NLog.2.0.0.2000.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/net20/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/net20/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/net20/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/net20/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,14286 @@
+
+
+
+ NLog
+
+
+
+
+ NLog COM Interop logger implementation.
+
+
+
+
+ NLog COM Interop logger interface.
+
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Checks if the specified log level is enabled.
+
+ The log level.
+ A value indicating whether the specified log level is enabled.
+
+
+
+ Gets a value indicating whether the Trace level is enabled.
+
+
+
+
+ Gets a value indicating whether the Debug level is enabled.
+
+
+
+
+ Gets a value indicating whether the Info level is enabled.
+
+
+
+
+ Gets a value indicating whether the Warn level is enabled.
+
+
+
+
+ Gets a value indicating whether the Error level is enabled.
+
+
+
+
+ Gets a value indicating whether the Fatal level is enabled.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Checks if the specified log level is enabled.
+
+ The log level.
+
+ A value indicating whether the specified log level is enabled.
+
+
+
+
+ Gets a value indicating whether the Trace level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Debug level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Info level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Warn level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Error level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Fatal level is enabled.
+
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+
+ NLog COM Interop LogManager implementation.
+
+
+
+
+ NLog COM Interop LogManager interface.
+
+
+
+
+ Loads NLog configuration from the specified file.
+
+ The name of the file to load NLog configuration from.
+
+
+
+ Creates the specified logger object and assigns a LoggerName to it.
+
+ Logger name.
+ The new logger instance.
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+
+
+
+ Gets or sets the name of the internal log level.
+
+
+
+
+ Creates the specified logger object and assigns a LoggerName to it.
+
+ The name of the logger.
+ The new logger instance.
+
+
+
+ Loads NLog configuration from the specified file.
+
+ The name of the file to load NLog configuration from.
+
+
+
+ Gets or sets a value indicating whether to log internal messages to the console.
+
+
+ A value of true if internal messages should be logged to the console; otherwise, false.
+
+
+
+
+ Gets or sets the name of the internal log level.
+
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ NLog configuration section handler class for configuring NLog from App.config.
+
+
+
+
+ Creates a configuration section handler.
+
+ Parent object.
+ Configuration context object.
+ Section XML node.
+ The created section handler object.
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Mapping between log levels and console output colors.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Arguments for .
+
+
+
+
+ Initializes a new instance of the class.
+
+ Whether configuration reload has succeeded.
+ The exception during configuration reload.
+
+
+
+ Gets a value indicating whether configuration reload has succeeded.
+
+ A value of true if succeeded; otherwise, false.
+
+
+
+ Gets the exception which occurred during configuration reload.
+
+ The exception.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the level are written to the specified file.
+
+ Log file name.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the specified level are written to the specified file.
+
+ Log file name.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Stack trace should be captured including source-level information such as line numbers.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ The XML element.
+ Name of the XML file.
+
+
+
+ Initializes a new instance of the class.
+
+ The XML element.
+ Name of the XML file.
+ If set to true errors will be ignored during file processing.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets the default object by parsing
+ the application configuration file (app.exe.config).
+
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Various helper methods for accessing state of ASP application.
+
+
+
+
+ Extension method attribute used when compiling for pre-LINQ platforms.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Provides a multiprocess-safe atomic file appends while
+ keeping the files open.
+
+
+ On Unix you can get all the appends to be atomic, even when multiple
+ processes are trying to write to the same file, because setting the file
+ pointer to the end of the file and appending can be made one operation.
+ On Win32 we need to maintain some synchronization between processes
+ (global named mutex is used for this)
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes to be written.
+
+
+
+ Closes this instance.
+
+
+
+
+ Flushes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Form helper methods.
+
+
+
+
+ Creates RichTextBox and docks in parentForm.
+
+ Name of RichTextBox.
+ Form to dock RichTextBox.
+ Created RichTextBox.
+
+
+
+ Finds control embedded on searchControl.
+
+ Name of the control.
+ Control in which we're searching for control.
+ A value of null if no control has been found.
+
+
+
+ Finds control of specified type embended on searchControl.
+
+ The type of the control.
+ Name of the control.
+ Control in which we're searching for control.
+
+ A value of null if no control has been found.
+
+
+
+
+ Creates a form.
+
+ Name of form.
+ Width of form.
+ Height of form.
+ Auto show form.
+ If set to true the form will be minimized.
+ If set to true the form will be created as tool window.
+ Created form.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Watches multiple files at the same time and raises an event whenever
+ a single change is detected in any of those files.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Stops the watching.
+
+
+
+
+ Watches the specified files for changes.
+
+ The file names.
+
+
+
+ Occurs when a change is detected in one of the monitored files.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Sends a QUIT message to the SMTP server, gracefully ends the TCP connection, and releases all resources used by the current instance of the class.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendToAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Sends messages over the network as UDP datagrams.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with udp://.
+ The address family.
+
+
+
+ Creates the socket.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Implementation of to use.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Sends the specified text as a UDP datagram.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Returns details about current process and thread in a portable manner.
+
+
+
+
+ Initializes static members of the ThreadIDHelper class.
+
+
+
+
+ Gets the singleton instance of PortableThreadIDHelper or
+ Win32ThreadIDHelper depending on runtime environment.
+
+ The instance.
+
+
+
+ Gets current thread ID.
+
+
+
+
+ Gets current process ID.
+
+
+
+
+ Gets current process name.
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the name of the process.
+
+
+
+
+ Gets current thread ID.
+
+
+
+
+
+ Gets current process ID.
+
+
+
+
+
+ Gets current process name.
+
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Win32-optimized implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Win32-optimized implementation of .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets current thread ID.
+
+
+
+
+
+ Gets current process ID.
+
+
+
+
+
+ Gets current process name.
+
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ ASP Application variable.
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the specified ASP Application variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the ASP Application variable name.
+
+
+
+
+
+ ASP Request variable.
+
+
+
+
+ Renders the specified ASP Request variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the item name. The QueryString, Form, Cookies, or ServerVariables collection variables having the specified name are rendered.
+
+
+
+
+
+ Gets or sets the QueryString variable to be rendered.
+
+
+
+
+
+ Gets or sets the form variable to be rendered.
+
+
+
+
+
+ Gets or sets the cookie to be rendered.
+
+
+
+
+
+ Gets or sets the ServerVariables item to be rendered.
+
+
+
+
+
+ ASP Session variable.
+
+
+
+
+ Renders the specified ASP Session variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the session variable name.
+
+
+
+
+
+ The current application domain's base directory.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the application base directory and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with with the base directory.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with with the base directory.
+
+
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the source file name and line number.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source file path.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ The environment variable.
+
+
+
+
+ Renders the specified environment variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the environment variable.
+
+
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Thread identity information (name and authentication information).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified identity information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the separator to be used when concatenating
+ parts of identity information.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.Name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.AuthenticationType.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.IsAuthenticated.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ The machine name that the process is running on.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Renders the machine name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The directory where NLog.dll is located.
+
+
+
+
+ Initializes static members of the NLogDirLayoutRenderer class.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The performance counter.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Renders the specified environment variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the counter category.
+
+
+
+
+
+ Gets or sets the name of the performance counter.
+
+
+
+
+
+ Gets or sets the name of the performance counter instance (e.g. this.Global_).
+
+
+
+
+
+ Gets or sets the name of the machine to read the performance counter from.
+
+
+
+
+
+ The identifier of the current process.
+
+
+
+
+ Renders the current process ID.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The information about the running process.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Property of System.Diagnostics.Process to retrieve.
+
+
+
+
+ Base Priority.
+
+
+
+
+ Exit Code.
+
+
+
+
+ Exit Time.
+
+
+
+
+ Process Handle.
+
+
+
+
+ Handle Count.
+
+
+
+
+ Whether process has exited.
+
+
+
+
+ Process ID.
+
+
+
+
+ Machine name.
+
+
+
+
+ Handle of the main window.
+
+
+
+
+ Title of the main window.
+
+
+
+
+ Maximum Working Set.
+
+
+
+
+ Minimum Working Set.
+
+
+
+
+ Non-paged System Memory Size.
+
+
+
+
+ Non-paged System Memory Size (64-bit).
+
+
+
+
+ Paged Memory Size.
+
+
+
+
+ Paged Memory Size (64-bit)..
+
+
+
+
+ Paged System Memory Size.
+
+
+
+
+ Paged System Memory Size (64-bit).
+
+
+
+
+ Peak Paged Memory Size.
+
+
+
+
+ Peak Paged Memory Size (64-bit).
+
+
+
+
+ Peak Vitual Memory Size.
+
+
+
+
+ Peak Virtual Memory Size (64-bit)..
+
+
+
+
+ Peak Working Set Size.
+
+
+
+
+ Peak Working Set Size (64-bit).
+
+
+
+
+ Whether priority boost is enabled.
+
+
+
+
+ Priority Class.
+
+
+
+
+ Private Memory Size.
+
+
+
+
+ Private Memory Size (64-bit).
+
+
+
+
+ Privileged Processor Time.
+
+
+
+
+ Process Name.
+
+
+
+
+ Whether process is responding.
+
+
+
+
+ Session ID.
+
+
+
+
+ Process Start Time.
+
+
+
+
+ Total Processor Time.
+
+
+
+
+ User Processor Time.
+
+
+
+
+ Virtual Memory Size.
+
+
+
+
+ Virtual Memory Size (64-bit).
+
+
+
+
+ Working Set Size.
+
+
+
+
+ Working Set Size (64-bit).
+
+
+
+
+ The name of the current process.
+
+
+
+
+ Renders the current process name (optionally with a full path).
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to write the full path to the process executable.
+
+
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ High precision timer, based on the value returned from QueryPerformanceCounter() optionally converted to seconds.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to normalize the result by subtracting
+ it from the result of the first call (so that it's effectively zero-based).
+
+
+
+
+
+ Gets or sets a value indicating whether to output the difference between the result
+ of QueryPerformanceCounter and the previous one.
+
+
+
+
+
+ Gets or sets a value indicating whether to convert the result to seconds by dividing
+ by the result of QueryPerformanceFrequency().
+
+
+
+
+
+ Gets or sets the number of decimal digits to be included in output.
+
+
+
+
+
+ Gets or sets a value indicating whether to align decimal point (emit non-significant zeros).
+
+
+
+
+
+ A value from the Registry.
+
+
+
+
+ Reads the specified registry key and value and appends it to
+ the passed .
+
+ The to append the rendered data to.
+ Logging event. Ignored.
+
+
+
+ Gets or sets the registry value name.
+
+
+
+
+
+ Gets or sets the value to be output when the specified registry key or value is not found.
+
+
+
+
+
+ Gets or sets the registry key.
+
+
+ Must have one of the forms:
+
+
HKLM\Key\Full\Name
+
HKEY_LOCAL_MACHINE\Key\Full\Name
+
HKCU\Key\Full\Name
+
HKEY_CURRENT_USER\Key\Full\Name
+
+
+
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Thread Windows identity information (username).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current thread windows identity information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether domain name should be included.
+
+
+
+
+
+ Gets or sets a value indicating whether username should be included.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Occurs when logging gets reloaded.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+ Auto-generated Logger members for binary compatibility with NLog 1.0.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes static members of the LogManager class.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Occurs when logging gets reloaded.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ Log Receiver Client using legacy SOAP client.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The service URL.
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ TraceListener which routes all messages through NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ When overridden in a derived class, writes the specified message to the listener you create in the derived class.
+
+ A message to write.
+
+
+
+ When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
+
+ A message to write.
+
+
+
+ When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.
+
+
+
+
+ Emits an error message.
+
+ A message to emit.
+
+
+
+ Emits an error message and a detailed error message.
+
+ A message to emit.
+ A detailed message to emit.
+
+
+
+ Flushes the output buffer.
+
+
+
+
+ Writes trace information, a data object and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ The trace data to emit.
+
+
+
+ Writes trace information, an array of data objects and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ An array of objects to emit as data.
+
+
+
+ Writes trace and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+
+
+
+ Writes trace information, a formatted array of objects and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ A format string that contains zero or more format items, which correspond to objects in the array.
+ An object array containing zero or more objects to format.
+
+
+
+ Writes trace information, a message, and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ A message to write.
+
+
+
+ Writes trace information, a message, a related activity identity and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ A numeric identifier for the event.
+ A message to write.
+ A object identifying a related activity.
+
+
+
+ Gets the custom attributes supported by the trace listener.
+
+
+ A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes.
+
+
+
+
+ Translates the event type to level from .
+
+ Type of the event.
+ Translated log level.
+
+
+
+ Gets or sets the log factory to use when outputting messages (null - use LogManager).
+
+
+
+
+ Gets or sets the default log level.
+
+
+
+
+ Gets or sets the log which should be always used regardless of source level.
+
+
+
+
+ Gets a value indicating whether the trace listener is thread safe.
+
+
+ true if the trace listener is thread safe; otherwise, false. The default is false.
+
+
+
+ Gets or sets a value indicating whether to use auto logger name detected from the stack trace.
+
+
+
+
+ Specifies the way archive numbering is performed.
+
+
+
+
+ Sequence style numbering. The most recent archive has the highest number.
+
+
+
+
+ Rolling style numbering (the most recent is always #0 then #1, ..., #N.
+
+
+
+
+ Outputs log messages through the ASP Response object.
+
+ Documentation on NLog Wiki
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Outputs the rendered logging event through the OutputDebugString() Win32 API.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to add <!-- --> comments around all written texts.
+
+
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console with customizable coloring.
+
+ Documentation on NLog Wiki
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified log event to the console highlighting entries
+ and words based on a set of defined rules.
+
+ Log event.
+
+
+
+ Gets or sets a value indicating whether the error stream (stderr) should be used instead of the output stream (stdout).
+
+
+
+
+
+ Gets or sets a value indicating whether to use default row highlighting rules.
+
+
+ The default rules are:
+
+
+
Condition
+
Foreground Color
+
Background Color
+
+
+
level == LogLevel.Fatal
+
Red
+
NoChange
+
+
+
level == LogLevel.Error
+
Yellow
+
NoChange
+
+
+
level == LogLevel.Warn
+
Magenta
+
NoChange
+
+
+
level == LogLevel.Info
+
White
+
NoChange
+
+
+
level == LogLevel.Debug
+
Gray
+
NoChange
+
+
+
level == LogLevel.Trace
+
DarkGray
+
NoChange
+
+
+
+
+
+
+
+ Gets the row highlighting rules.
+
+
+
+
+
+ Gets the word highlighting rules.
+
+
+
+
+
+ Color pair (foreground and background).
+
+
+
+
+ Colored console output color.
+
+
+ Note that this enumeration is defined to be binary compatible with
+ .NET 2.0 System.ConsoleColor + some additions
+
+
+
+
+ Black Color (#000000).
+
+
+
+
+ Dark blue Color (#000080).
+
+
+
+
+ Dark green Color (#008000).
+
+
+
+
+ Dark Cyan Color (#008080).
+
+
+
+
+ Dark Red Color (#800000).
+
+
+
+
+ Dark Magenta Color (#800080).
+
+
+
+
+ Dark Yellow Color (#808000).
+
+
+
+
+ Gray Color (#C0C0C0).
+
+
+
+
+ Dark Gray Color (#808080).
+
+
+
+
+ Blue Color (#0000FF).
+
+
+
+
+ Green Color (#00FF00).
+
+
+
+
+ Cyan Color (#00FFFF).
+
+
+
+
+ Red Color (#FF0000).
+
+
+
+
+ Magenta Color (#FF00FF).
+
+
+
+
+ Yellow Color (#FFFF00).
+
+
+
+
+ White Color (#FFFFFF).
+
+
+
+
+ Don't change the color.
+
+
+
+
+ The row-highlighting condition.
+
+
+
+
+ Initializes static members of the ConsoleRowHighlightingRule class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the foreground.
+ Color of the background.
+
+
+
+ Checks whether the specified log event matches the condition (if any).
+
+
+ Log event.
+
+
+ A value of if the condition is not defined or
+ if it matches, otherwise.
+
+
+
+
+ Gets the default highlighting rule. Doesn't change the color.
+
+
+
+
+ Gets or sets the condition that must be met in order to set the specified foreground and background color.
+
+
+
+
+
+ Gets or sets the foreground color.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Highlighting rule for Win32 colorful console.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the foreground.
+ Color of the background.
+
+
+
+ Gets or sets the regular expression to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets the text to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets a value indicating whether to match whole words only.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing texts.
+
+
+
+
+
+ Gets the compiled regular expression that matches either Text or Regex property.
+
+
+
+
+ Gets or sets the foreground color.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+
+
+
+ Information about database command + parameters.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the type of the command.
+
+ The type of the command.
+
+
+
+
+ Gets or sets the connection string to run the command against. If not provided, connection string from the target is used.
+
+
+
+
+
+ Gets or sets the command text.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a database named or positional parameter.
+
+
+
+
+
+ Represents a parameter to a Database target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The parameter layout.
+
+
+
+ Gets or sets the database parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Gets or sets the database parameter size.
+
+
+
+
+
+ Gets or sets the database parameter precision.
+
+
+
+
+
+ Gets or sets the database parameter scale.
+
+
+
+
+
+ Writes log messages to the database using an ADO.NET provider.
+
+ Documentation on NLog Wiki
+
+
+ The configuration is dependent on the database type, because
+ there are differnet methods of specifying connection string, SQL
+ command and command parameters.
+
+ MS SQL Server using System.Data.SqlClient:
+
+ Oracle using System.Data.OracleClient:
+
+ Oracle using System.Data.OleDBClient:
+
+ To set up the log target programmatically use code like this (an equivalent of MSSQL configuration):
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the database. It creates
+ a new database command, prepares parameters for it by calculating
+ layouts and executes the command.
+
+ The logging event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the database provider.
+
+
+
+ The parameter name should be a provider invariant name as registered in machine.config or app.config. Common values are:
+
+
+
System.Data.SqlClient - SQL Sever Client
+
System.Data.SqlServerCe.3.5 - SQL Sever Compact 3.5
+
System.Data.OracleClient - Oracle Client from Microsoft (deprecated in .NET Framework 4)
+
Oracle.DataAccess.Client - ODP.NET provider from Oracle
+
System.Data.SQLite - System.Data.SQLite driver for SQLite
+
Npgsql - Npgsql driver for PostgreSQL
+
MySql.Data.MySqlClient - MySQL Connector/Net
+
+ (Note that provider invariant names are not supported on .NET Compact Framework).
+
+ Alternatively the parameter value can be be a fully qualified name of the provider
+ connection type (class implementing ) or one of the following tokens:
+
+
+
sqlserver, mssql, microsoft or msde - SQL Server Data Provider
+
oledb - OLEDB Data Provider
+
odbc - ODBC Data Provider
+
+
+
+
+
+
+ Gets or sets the name of the connection string (as specified in <connectionStrings> configuration section.
+
+
+
+
+
+ Gets or sets the connection string. When provided, it overrides the values
+ specified in DBHost, DBUserName, DBPassword, DBDatabase.
+
+
+
+
+
+ Gets or sets the connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used.
+
+
+
+
+
+ Gets the installation DDL commands.
+
+
+
+
+
+ Gets the uninstallation DDL commands.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep the
+ database connection open between the log events.
+
+
+
+
+
+ Gets or sets a value indicating whether to use database transactions.
+ Some data providers require this.
+
+
+
+
+
+ Gets or sets the database host name. If the ConnectionString is not provided
+ this value will be used to construct the "Server=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database user name. If the ConnectionString is not provided
+ this value will be used to construct the "User ID=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database password. If the ConnectionString is not provided
+ this value will be used to construct the "Password=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database name. If the ConnectionString is not provided
+ this value will be used to construct the "Database=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the text of the SQL command to be run on each log level.
+
+
+ Typically this is a SQL INSERT statement or a stored procedure call.
+ It should use the database-specific parameters (marked as @parameter
+ for SQL server or :parameter for Oracle, other data providers
+ have their own notation) and not the layout renderers,
+ because the latter is prone to SQL injection attacks.
+ The layout renderers should be specified as <parameter /> elements instead.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a database named or positional parameter.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Writes log message to the Event Log.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Writes the specified logging event to the event log.
+
+ The logging event.
+
+
+
+ Gets or sets the name of the machine on which Event Log service is running.
+
+
+
+
+
+ Gets or sets the layout that renders event ID.
+
+
+
+
+
+ Gets or sets the layout that renders event Category.
+
+
+
+
+
+ Gets or sets the value to be used as the event Source.
+
+
+ By default this is the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets the name of the Event Log to write to. This can be System, Application or
+ any user-defined name.
+
+
+
+
+
+ Modes of archiving files based on time.
+
+
+
+
+ Don't archive based on time.
+
+
+
+
+ Archive every year.
+
+
+
+
+ Archive every month.
+
+
+
+
+ Archive daily.
+
+
+
+
+ Archive every hour.
+
+
+
+
+ Archive every minute.
+
+
+
+
+ Writes log messages to one or more files.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed in the last two days.
+
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed after the specified date.
+
+ The cleanup threshold.
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Flushes all pending file operations.
+
+ The asynchronous continuation.
+
+ The timeout parameter is ignored, because file APIs don't provide
+ the needed functionality.
+
+
+
+
+ Initializes file logging by creating data structures that
+ enable efficient multi-file logging.
+
+
+
+
+ Closes the file(s) opened for writing.
+
+
+
+
+ Writes the specified logging event to a file specified in the FileName
+ parameter.
+
+ The logging event.
+
+
+
+ Writes the specified array of logging events to a file specified in the FileName
+ parameter.
+
+ An array of objects.
+
+ This function makes use of the fact that the events are batched by sorting
+ the requests by filename. This optimizes the number of open/close calls
+ and can help improve performance.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the bytes to be written to the file.
+
+ Log event.
+ Array of bytes that are ready to be written.
+
+
+
+ Modifies the specified byte array before it gets sent to a file.
+
+ The byte array.
+ The modified byte array. The function can do the modification in-place.
+
+
+
+ Gets or sets the name of the file to write to.
+
+
+ This FileName string is a layout which may include instances of layout renderers.
+ This lets you use a single target to write to multiple files.
+
+
+ The following value makes NLog write logging events to files based on the log level in the directory where
+ the application runs.
+ ${basedir}/${level}.log
+ All Debug messages will go to Debug.log, all Info messages will go to Info.log and so on.
+ You can combine as many of the layout renderers as you want to produce an arbitrary log file name.
+
+
+
+
+
+ Gets or sets a value indicating whether to create directories if they don't exist.
+
+
+ Setting this to false may improve performance a bit, but you'll receive an error
+ when attempting to write to a directory that's not present.
+
+
+
+
+
+ Gets or sets a value indicating whether to delete old log file on startup.
+
+
+ This option works only when the "FileName" parameter denotes a single file.
+
+
+
+
+
+ Gets or sets a value indicating whether to replace file contents on each write instead of appending log message at the end.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep log file open instead of opening and closing it on each logging event.
+
+
+ Setting this property to True helps improve performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to enable log file(s) to be deleted.
+
+
+
+
+
+ Gets or sets the file attributes (Windows only).
+
+
+
+
+
+ Gets or sets the line ending mode.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically flush the file buffers after each log message.
+
+
+
+
+
+ Gets or sets the number of files to be kept open. Setting this to a higher value may improve performance
+ in a situation where a single File target is writing to many files
+ (such as splitting by level or by logger).
+
+
+ The files are managed on a LRU (least recently used) basis, which flushes
+ the files that have not been used for the longest period of time should the
+ cache become full. As a rule of thumb, you shouldn't set this parameter to
+ a very high value. A number like 10-15 shouldn't be exceeded, because you'd
+ be keeping a large number of files open which consumes system resources.
+
+
+
+
+
+ Gets or sets the maximum number of seconds that files are kept open. If this number is negative the files are
+ not automatically closed after a period of inactivity.
+
+
+
+
+
+ Gets or sets the log file buffer size in bytes.
+
+
+
+
+
+ Gets or sets the file encoding.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host.
+
+
+ This makes multi-process logging possible. NLog uses a special technique
+ that lets it keep the files open for writing.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on different network hosts.
+
+
+ This effectively prevents files from being kept open.
+
+
+
+
+
+ Gets or sets the number of times the write is appended on the file before NLog
+ discards the log message.
+
+
+
+
+
+ Gets or sets the delay in milliseconds to wait before attempting to write to the file again.
+
+
+ The actual delay is a random value between 0 and the value specified
+ in this parameter. On each failed attempt the delay base is doubled
+ up to times.
+
+
+ Assuming that ConcurrentWriteAttemptDelay is 10 the time to wait will be:
+ a random value between 0 and 10 milliseconds - 1st attempt
+ a random value between 0 and 20 milliseconds - 2nd attempt
+ a random value between 0 and 40 milliseconds - 3rd attempt
+ a random value between 0 and 80 milliseconds - 4th attempt
+ ...
+ and so on.
+
+
+
+
+
+ Gets or sets the size in bytes above which log files will be automatically archived.
+
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically archive log files every time the specified time passes.
+
+
+ Files are moved to the archive as part of the write operation if the current period of time changes. For example
+ if the current hour changes from 10 to 11, the first write that will occur
+ on or after 11:00 will trigger the archiving.
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+
+ Gets or sets the name of the file to be used for an archive.
+
+
+ It may contain a special placeholder {#####}
+ that will be replaced with a sequence of numbers depending on
+ the archiving strategy. The number of hash characters used determines
+ the number of numerical digits to be used for numbering files.
+
+
+
+
+
+ Gets or sets the maximum number of archive files that should be kept.
+
+
+
+
+
+ Gets or sets the way file archives are numbered.
+
+
+
+
+
+ Gets the characters that are appended after each line.
+
+
+
+
+ Logs text to Windows.Forms.Control.Text property control of specified Name.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The result is:
+
+
+
+ To set up the log target programmatically similar to above use code like this:
+
+ ,
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Log message to control.
+
+
+ The logging event.
+
+
+
+
+ Gets or sets the name of control to which NLog will log write log text.
+
+
+
+
+
+ Gets or sets a value indicating whether log text should be appended to the text of the control instead of overwriting it.
+
+
+
+
+ Gets or sets the name of the Form on which the control is located.
+
+
+
+
+
+ Line ending mode.
+
+
+
+
+ Insert platform-dependent end-of-line sequence after each line.
+
+
+
+
+ Insert CR LF sequence (ASCII 13, ASCII 10) after each line.
+
+
+
+
+ Insert CR character (ASCII 13) after each line.
+
+
+
+
+ Insert LF character (ASCII 10) after each line.
+
+
+
+
+ Don't insert any line ending.
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Sends log messages by email using SMTP protocol.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ Mail target works best when used with BufferingWrapper target
+ which lets you send multiple log messages in single mail
+
+
+ To set up the buffered mail target in the configuration file,
+ use the following syntax:
+
+
+
+ To set up the buffered mail target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Renders an array logging events.
+
+ Array of logging events.
+
+
+
+ Gets or sets sender's email address (e.g. joe@domain.com).
+
+
+
+
+
+ Gets or sets recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets a value indicating whether to add new lines between log entries.
+
+ A value of true if new lines should be added; otherwise, false.
+
+
+
+
+ Gets or sets the mail subject.
+
+
+
+
+
+ Gets or sets mail message body (repeated for each log message send in one mail).
+
+ Alias for the Layout property.
+
+
+
+
+ Gets or sets encoding to be used for sending e-mail.
+
+
+
+
+
+ Gets or sets a value indicating whether to send message as HTML instead of plain text.
+
+
+
+
+
+ Gets or sets SMTP Server to be used for sending.
+
+
+
+
+
+ Gets or sets SMTP Authentication mode.
+
+
+
+
+
+ Gets or sets the username used to connect to SMTP server (used when SmtpAuthentication is set to "basic").
+
+
+
+
+
+ Gets or sets the password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic").
+
+
+
+
+
+ Gets or sets a value indicating whether SSL (secure sockets layer) should be used when communicating with SMTP server.
+
+
+
+
+
+ Gets or sets the port number that SMTP Server is listening on.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Outputs log messages through the OutputDebugString() Win32 API.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Outputs the rendered logging event through the OutputDebugString() Win32 API.
+
+ The logging event.
+
+
+
+ Increments specified performance counter on each write.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+ TODO:
+ 1. Unable to create a category allowing multiple counter instances (.Net 2.0 API only, probably)
+ 2. Is there any way of adding new counters without deleting the whole category?
+ 3. There should be some mechanism of resetting the counter (e.g every day starts from 0), or auto-switching to
+ another counter instance (with dynamic creation of new instance). This could be done with layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Increments the configured performance counter.
+
+ Log event.
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Ensures that the performance counter has been initialized.
+
+ True if the performance counter is operational, false otherwise.
+
+
+
+ Gets or sets a value indicating whether performance counter should be automatically created.
+
+
+
+
+
+ Gets or sets the name of the performance counter category.
+
+
+
+
+
+ Gets or sets the name of the performance counter.
+
+
+
+
+
+ Gets or sets the performance counter instance name.
+
+
+
+
+
+ Gets or sets the counter help text.
+
+
+
+
+
+ Gets or sets the performance counter type.
+
+
+
+
+
+ The row-coloring condition.
+
+
+
+
+ Initializes static members of the RichTextBoxRowColoringRule class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the foregroung text.
+ Color of the background text.
+ The font style.
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the text.
+ Color of the background.
+
+
+
+ Checks whether the specified log event matches the condition (if any).
+
+
+ Log event.
+
+
+ A value of if the condition is not defined or
+ if it matches, otherwise.
+
+
+
+
+ Gets the default highlighting rule. Doesn't change the color.
+
+
+
+
+
+ Gets or sets the condition that must be met in order to set the specified font color.
+
+
+
+
+
+ Gets or sets the font color.
+
+
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ Gets or sets the font style of matched text.
+
+
+ Possible values are the same as in FontStyle enum in System.Drawing
+
+
+
+
+
+ Log text a Rich Text Box control in an existing or new form.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The result is:
+
+ To set up the target with coloring rules in the configuration file,
+ use the following syntax:
+
+
+
+
+
+ The result is:
+
+ To set up the log target programmatically similar to above use code like this:
+
+
+ ,
+
+
+ for RowColoring,
+
+
+ for WordColoring
+
+
+
+
+ Initializes static members of the RichTextBoxTarget class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Log message to RichTextBox.
+
+ The logging event.
+
+
+
+ Gets the default set of row coloring rules which applies when is set to true.
+
+
+
+
+ Gets or sets the Name of RichTextBox to which Nlog will write.
+
+
+
+
+
+ Gets or sets the name of the Form on which the control is located.
+ If there is no open form of a specified name than NLog will create a new one.
+
+
+
+
+
+ Gets or sets a value indicating whether to use default coloring rules.
+
+
+
+
+
+ Gets the row coloring rules.
+
+
+
+
+
+ Gets the word highlighting rules.
+
+
+
+
+
+ Gets or sets a value indicating whether the created window will be a tool window.
+
+
+ This parameter is ignored when logging to existing form control.
+ Tool windows have thin border, and do not show up in the task bar.
+
+
+
+
+
+ Gets or sets a value indicating whether the created form will be initially minimized.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets the initial width of the form with rich text box.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets the initial height of the form with rich text box.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets a value indicating whether scroll bar will be moved automatically to show most recent log entries.
+
+
+
+
+
+ Gets or sets the maximum number of lines the rich text box will store (or 0 to disable this feature).
+
+
+ After exceeding the maximum number, first line will be deleted.
+
+
+
+
+
+ Gets or sets the form to log to.
+
+
+
+
+ Gets or sets the rich text box to log to.
+
+
+
+
+ Highlighting rule for Win32 colorful console.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the text.
+ Color of the background.
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the text.
+ Color of the background.
+ The font style.
+
+
+
+ Gets or sets the regular expression to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets the text to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets a value indicating whether to match whole words only.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing texts.
+
+
+
+
+
+ Gets or sets the font style of matched text.
+ Possible values are the same as in FontStyle enum in System.Drawing.
+
+
+
+
+
+ Gets the compiled regular expression that matches either Text or Regex property.
+
+
+
+
+ Gets or sets the font color.
+ Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed.
+
+
+
+
+
+ Gets or sets the background color.
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ SMTP authentication modes.
+
+
+
+
+ No authentication.
+
+
+
+
+ Basic - username and password.
+
+
+
+
+ NTLM Authentication.
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Sends log messages through System.Diagnostics.Trace.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Writes the specified logging event to the facility.
+ If the log level is greater than or equal to it uses the
+ method, otherwise it uses
+ method.
+
+ The logging event.
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Win32 file attributes.
+
+
+ For more information see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/createfile.asp.
+
+
+
+
+ Read-only file.
+
+
+
+
+ Hidden file.
+
+
+
+
+ System file.
+
+
+
+
+ File should be archived.
+
+
+
+
+ Device file.
+
+
+
+
+ Normal file.
+
+
+
+
+ File is temporary (should be kept in cache and not
+ written to disk if possible).
+
+
+
+
+ Sparse file.
+
+
+
+
+ Reparse point.
+
+
+
+
+ Compress file contents.
+
+
+
+
+ File should not be indexed by the content indexing service.
+
+
+
+
+ Encrypted file.
+
+
+
+
+ The system writes through any intermediate cache and goes directly to disk.
+
+
+
+
+ The system opens a file with no system caching.
+
+
+
+
+ Delete file after it is closed.
+
+
+
+
+ A file is accessed according to POSIX rules.
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Impersonates another user for the duration of the write.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes the impersonation context.
+
+
+
+
+ Closes the impersonation context.
+
+
+
+
+ Changes the security context, forwards the call to the .Write()
+ and switches the context back to original.
+
+ The log event.
+
+
+
+ Changes the security context, forwards the call to the .Write()
+ and switches the context back to original.
+
+ Log events.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Gets or sets username to change context to.
+
+
+
+
+
+ Gets or sets the user account password.
+
+
+
+
+
+ Gets or sets Windows domain name to change context to.
+
+
+
+
+
+ Gets or sets the Logon Type.
+
+
+
+
+
+ Gets or sets the type of the logon provider.
+
+
+
+
+
+ Gets or sets the required impersonation level.
+
+
+
+
+
+ Gets or sets a value indicating whether to revert to the credentials of the process instead of impersonating another user.
+
+
+
+
+
+ Helper class which reverts the given
+ to its original value as part of .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The windows impersonation context.
+
+
+
+ Reverts the impersonation context.
+
+
+
+
+ Logon provider.
+
+
+
+
+ Use the standard logon provider for the system.
+
+
+ The default security provider is negotiate, unless you pass NULL for the domain name and the user name
+ is not in UPN format. In this case, the default provider is NTLM.
+ NOTE: Windows 2000/NT: The default security provider is NTLM.
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Impersonation level.
+
+
+
+
+ Anonymous Level.
+
+
+
+
+ Identification Level.
+
+
+
+
+ Impersonation Level.
+
+
+
+
+ Delegation Level.
+
+
+
+
+ Logon type.
+
+
+
+
+ Interactive Logon.
+
+
+ This logon type is intended for users who will be interactively using the computer, such as a user being logged on
+ by a terminal server, remote shell, or similar process.
+ This logon type has the additional expense of caching logon information for disconnected operations;
+ therefore, it is inappropriate for some client/server applications,
+ such as a mail server.
+
+
+
+
+ Network Logon.
+
+
+ This logon type is intended for high performance servers to authenticate plaintext passwords.
+ The LogonUser function does not cache credentials for this logon type.
+
+
+
+
+ Batch Logon.
+
+
+ This logon type is intended for batch servers, where processes may be executing on behalf of a user without
+ their direct intervention. This type is also for higher performance servers that process many plaintext
+ authentication attempts at a time, such as mail or Web servers.
+ The LogonUser function does not cache credentials for this logon type.
+
+
+
+
+ Logon as a Service.
+
+
+ Indicates a service-type logon. The account provided must have the service privilege enabled.
+
+
+
+
+ Network Clear Text Logon.
+
+
+ This logon type preserves the name and password in the authentication package, which allows the server to make
+ connections to other network servers while impersonating the client. A server can accept plaintext credentials
+ from a client, call LogonUser, verify that the user can access the system across the network, and still
+ communicate with other servers.
+ NOTE: Windows NT: This value is not supported.
+
+
+
+
+ New Network Credentials.
+
+
+ This logon type allows the caller to clone its current token and specify new credentials for outbound connections.
+ The new logon session has the same local identifier but uses different credentials for other network connections.
+ NOTE: This logon type is supported only by the LOGON32_PROVIDER_WINNT50 logon provider.
+ NOTE: Windows NT: This value is not supported.
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/net35/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/net35/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/net35/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/net35/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,14403 @@
+
+
+
+ NLog
+
+
+
+
+ NLog COM Interop logger implementation.
+
+
+
+
+ NLog COM Interop logger interface.
+
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Checks if the specified log level is enabled.
+
+ The log level.
+ A value indicating whether the specified log level is enabled.
+
+
+
+ Gets a value indicating whether the Trace level is enabled.
+
+
+
+
+ Gets a value indicating whether the Debug level is enabled.
+
+
+
+
+ Gets a value indicating whether the Info level is enabled.
+
+
+
+
+ Gets a value indicating whether the Warn level is enabled.
+
+
+
+
+ Gets a value indicating whether the Error level is enabled.
+
+
+
+
+ Gets a value indicating whether the Fatal level is enabled.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Checks if the specified log level is enabled.
+
+ The log level.
+
+ A value indicating whether the specified log level is enabled.
+
+
+
+
+ Gets a value indicating whether the Trace level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Debug level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Info level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Warn level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Error level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Fatal level is enabled.
+
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+
+ NLog COM Interop LogManager implementation.
+
+
+
+
+ NLog COM Interop LogManager interface.
+
+
+
+
+ Loads NLog configuration from the specified file.
+
+ The name of the file to load NLog configuration from.
+
+
+
+ Creates the specified logger object and assigns a LoggerName to it.
+
+ Logger name.
+ The new logger instance.
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+
+
+
+ Gets or sets the name of the internal log level.
+
+
+
+
+ Creates the specified logger object and assigns a LoggerName to it.
+
+ The name of the logger.
+ The new logger instance.
+
+
+
+ Loads NLog configuration from the specified file.
+
+ The name of the file to load NLog configuration from.
+
+
+
+ Gets or sets a value indicating whether to log internal messages to the console.
+
+
+ A value of true if internal messages should be logged to the console; otherwise, false.
+
+
+
+
+ Gets or sets the name of the internal log level.
+
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ NLog configuration section handler class for configuring NLog from App.config.
+
+
+
+
+ Creates a configuration section handler.
+
+ Parent object.
+ Configuration context object.
+ Section XML node.
+ The created section handler object.
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Mapping between log levels and console output colors.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Arguments for .
+
+
+
+
+ Initializes a new instance of the class.
+
+ Whether configuration reload has succeeded.
+ The exception during configuration reload.
+
+
+
+ Gets a value indicating whether configuration reload has succeeded.
+
+ A value of true if succeeded; otherwise, false.
+
+
+
+ Gets the exception which occurred during configuration reload.
+
+ The exception.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the level are written to the specified file.
+
+ Log file name.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the specified level are written to the specified file.
+
+ Log file name.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Stack trace should be captured including source-level information such as line numbers.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ The XML element.
+ Name of the XML file.
+
+
+
+ Initializes a new instance of the class.
+
+ The XML element.
+ Name of the XML file.
+ If set to true errors will be ignored during file processing.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets the default object by parsing
+ the application configuration file (app.exe.config).
+
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Various helper methods for accessing state of ASP application.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Provides a multiprocess-safe atomic file appends while
+ keeping the files open.
+
+
+ On Unix you can get all the appends to be atomic, even when multiple
+ processes are trying to write to the same file, because setting the file
+ pointer to the end of the file and appending can be made one operation.
+ On Win32 we need to maintain some synchronization between processes
+ (global named mutex is used for this)
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes to be written.
+
+
+
+ Closes this instance.
+
+
+
+
+ Flushes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Form helper methods.
+
+
+
+
+ Creates RichTextBox and docks in parentForm.
+
+ Name of RichTextBox.
+ Form to dock RichTextBox.
+ Created RichTextBox.
+
+
+
+ Finds control embedded on searchControl.
+
+ Name of the control.
+ Control in which we're searching for control.
+ A value of null if no control has been found.
+
+
+
+ Finds control of specified type embended on searchControl.
+
+ The type of the control.
+ Name of the control.
+ Control in which we're searching for control.
+
+ A value of null if no control has been found.
+
+
+
+
+ Creates a form.
+
+ Name of form.
+ Width of form.
+ Height of form.
+ Auto show form.
+ If set to true the form will be minimized.
+ If set to true the form will be created as tool window.
+ Created form.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Watches multiple files at the same time and raises an event whenever
+ a single change is detected in any of those files.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Stops the watching.
+
+
+
+
+ Watches the specified files for changes.
+
+ The file names.
+
+
+
+ Occurs when a change is detected in one of the monitored files.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Sends a QUIT message to the SMTP server, gracefully ends the TCP connection, and releases all resources used by the current instance of the class.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendToAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Sends messages over the network as UDP datagrams.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with udp://.
+ The address family.
+
+
+
+ Creates the socket.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Implementation of to use.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Sends the specified text as a UDP datagram.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Returns details about current process and thread in a portable manner.
+
+
+
+
+ Initializes static members of the ThreadIDHelper class.
+
+
+
+
+ Gets the singleton instance of PortableThreadIDHelper or
+ Win32ThreadIDHelper depending on runtime environment.
+
+ The instance.
+
+
+
+ Gets current thread ID.
+
+
+
+
+ Gets current process ID.
+
+
+
+
+ Gets current process name.
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the name of the process.
+
+
+
+
+ Gets current thread ID.
+
+
+
+
+
+ Gets current process ID.
+
+
+
+
+
+ Gets current process name.
+
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Win32-optimized implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Win32-optimized implementation of .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets current thread ID.
+
+
+
+
+
+ Gets current process ID.
+
+
+
+
+
+ Gets current process name.
+
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ ASP Application variable.
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the specified ASP Application variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the ASP Application variable name.
+
+
+
+
+
+ ASP Request variable.
+
+
+
+
+ Renders the specified ASP Request variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the item name. The QueryString, Form, Cookies, or ServerVariables collection variables having the specified name are rendered.
+
+
+
+
+
+ Gets or sets the QueryString variable to be rendered.
+
+
+
+
+
+ Gets or sets the form variable to be rendered.
+
+
+
+
+
+ Gets or sets the cookie to be rendered.
+
+
+
+
+
+ Gets or sets the ServerVariables item to be rendered.
+
+
+
+
+
+ ASP Session variable.
+
+
+
+
+ Renders the specified ASP Session variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the session variable name.
+
+
+
+
+
+ The current application domain's base directory.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the application base directory and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with with the base directory.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with with the base directory.
+
+
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the source file name and line number.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source file path.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ The environment variable.
+
+
+
+
+ Renders the specified environment variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the environment variable.
+
+
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Thread identity information (name and authentication information).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified identity information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the separator to be used when concatenating
+ parts of identity information.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.Name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.AuthenticationType.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.IsAuthenticated.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ The machine name that the process is running on.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Renders the machine name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The directory where NLog.dll is located.
+
+
+
+
+ Initializes static members of the NLogDirLayoutRenderer class.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The performance counter.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Renders the specified environment variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the counter category.
+
+
+
+
+
+ Gets or sets the name of the performance counter.
+
+
+
+
+
+ Gets or sets the name of the performance counter instance (e.g. this.Global_).
+
+
+
+
+
+ Gets or sets the name of the machine to read the performance counter from.
+
+
+
+
+
+ The identifier of the current process.
+
+
+
+
+ Renders the current process ID.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The information about the running process.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Property of System.Diagnostics.Process to retrieve.
+
+
+
+
+ Base Priority.
+
+
+
+
+ Exit Code.
+
+
+
+
+ Exit Time.
+
+
+
+
+ Process Handle.
+
+
+
+
+ Handle Count.
+
+
+
+
+ Whether process has exited.
+
+
+
+
+ Process ID.
+
+
+
+
+ Machine name.
+
+
+
+
+ Handle of the main window.
+
+
+
+
+ Title of the main window.
+
+
+
+
+ Maximum Working Set.
+
+
+
+
+ Minimum Working Set.
+
+
+
+
+ Non-paged System Memory Size.
+
+
+
+
+ Non-paged System Memory Size (64-bit).
+
+
+
+
+ Paged Memory Size.
+
+
+
+
+ Paged Memory Size (64-bit)..
+
+
+
+
+ Paged System Memory Size.
+
+
+
+
+ Paged System Memory Size (64-bit).
+
+
+
+
+ Peak Paged Memory Size.
+
+
+
+
+ Peak Paged Memory Size (64-bit).
+
+
+
+
+ Peak Vitual Memory Size.
+
+
+
+
+ Peak Virtual Memory Size (64-bit)..
+
+
+
+
+ Peak Working Set Size.
+
+
+
+
+ Peak Working Set Size (64-bit).
+
+
+
+
+ Whether priority boost is enabled.
+
+
+
+
+ Priority Class.
+
+
+
+
+ Private Memory Size.
+
+
+
+
+ Private Memory Size (64-bit).
+
+
+
+
+ Privileged Processor Time.
+
+
+
+
+ Process Name.
+
+
+
+
+ Whether process is responding.
+
+
+
+
+ Session ID.
+
+
+
+
+ Process Start Time.
+
+
+
+
+ Total Processor Time.
+
+
+
+
+ User Processor Time.
+
+
+
+
+ Virtual Memory Size.
+
+
+
+
+ Virtual Memory Size (64-bit).
+
+
+
+
+ Working Set Size.
+
+
+
+
+ Working Set Size (64-bit).
+
+
+
+
+ The name of the current process.
+
+
+
+
+ Renders the current process name (optionally with a full path).
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to write the full path to the process executable.
+
+
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ High precision timer, based on the value returned from QueryPerformanceCounter() optionally converted to seconds.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to normalize the result by subtracting
+ it from the result of the first call (so that it's effectively zero-based).
+
+
+
+
+
+ Gets or sets a value indicating whether to output the difference between the result
+ of QueryPerformanceCounter and the previous one.
+
+
+
+
+
+ Gets or sets a value indicating whether to convert the result to seconds by dividing
+ by the result of QueryPerformanceFrequency().
+
+
+
+
+
+ Gets or sets the number of decimal digits to be included in output.
+
+
+
+
+
+ Gets or sets a value indicating whether to align decimal point (emit non-significant zeros).
+
+
+
+
+
+ A value from the Registry.
+
+
+
+
+ Reads the specified registry key and value and appends it to
+ the passed .
+
+ The to append the rendered data to.
+ Logging event. Ignored.
+
+
+
+ Gets or sets the registry value name.
+
+
+
+
+
+ Gets or sets the value to be output when the specified registry key or value is not found.
+
+
+
+
+
+ Gets or sets the registry key.
+
+
+ Must have one of the forms:
+
+
HKLM\Key\Full\Name
+
HKEY_LOCAL_MACHINE\Key\Full\Name
+
HKCU\Key\Full\Name
+
HKEY_CURRENT_USER\Key\Full\Name
+
+
+
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Thread Windows identity information (username).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current thread windows identity information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether domain name should be included.
+
+
+
+
+
+ Gets or sets a value indicating whether username should be included.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Occurs when logging gets reloaded.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+ Auto-generated Logger members for binary compatibility with NLog 1.0.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes static members of the LogManager class.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Occurs when logging gets reloaded.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ TraceListener which routes all messages through NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ When overridden in a derived class, writes the specified message to the listener you create in the derived class.
+
+ A message to write.
+
+
+
+ When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
+
+ A message to write.
+
+
+
+ When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.
+
+
+
+
+ Emits an error message.
+
+ A message to emit.
+
+
+
+ Emits an error message and a detailed error message.
+
+ A message to emit.
+ A detailed message to emit.
+
+
+
+ Flushes the output buffer.
+
+
+
+
+ Writes trace information, a data object and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ The trace data to emit.
+
+
+
+ Writes trace information, an array of data objects and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ An array of objects to emit as data.
+
+
+
+ Writes trace and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+
+
+
+ Writes trace information, a formatted array of objects and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ A format string that contains zero or more format items, which correspond to objects in the array.
+ An object array containing zero or more objects to format.
+
+
+
+ Writes trace information, a message, and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ A message to write.
+
+
+
+ Writes trace information, a message, a related activity identity and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ A numeric identifier for the event.
+ A message to write.
+ A object identifying a related activity.
+
+
+
+ Gets the custom attributes supported by the trace listener.
+
+
+ A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes.
+
+
+
+
+ Translates the event type to level from .
+
+ Type of the event.
+ Translated log level.
+
+
+
+ Gets or sets the log factory to use when outputting messages (null - use LogManager).
+
+
+
+
+ Gets or sets the default log level.
+
+
+
+
+ Gets or sets the log which should be always used regardless of source level.
+
+
+
+
+ Gets a value indicating whether the trace listener is thread safe.
+
+
+ true if the trace listener is thread safe; otherwise, false. The default is false.
+
+
+
+ Gets or sets a value indicating whether to use auto logger name detected from the stack trace.
+
+
+
+
+ Specifies the way archive numbering is performed.
+
+
+
+
+ Sequence style numbering. The most recent archive has the highest number.
+
+
+
+
+ Rolling style numbering (the most recent is always #0 then #1, ..., #N.
+
+
+
+
+ Outputs log messages through the ASP Response object.
+
+ Documentation on NLog Wiki
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Outputs the rendered logging event through the OutputDebugString() Win32 API.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to add <!-- --> comments around all written texts.
+
+
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console with customizable coloring.
+
+ Documentation on NLog Wiki
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified log event to the console highlighting entries
+ and words based on a set of defined rules.
+
+ Log event.
+
+
+
+ Gets or sets a value indicating whether the error stream (stderr) should be used instead of the output stream (stdout).
+
+
+
+
+
+ Gets or sets a value indicating whether to use default row highlighting rules.
+
+
+ The default rules are:
+
+
+
Condition
+
Foreground Color
+
Background Color
+
+
+
level == LogLevel.Fatal
+
Red
+
NoChange
+
+
+
level == LogLevel.Error
+
Yellow
+
NoChange
+
+
+
level == LogLevel.Warn
+
Magenta
+
NoChange
+
+
+
level == LogLevel.Info
+
White
+
NoChange
+
+
+
level == LogLevel.Debug
+
Gray
+
NoChange
+
+
+
level == LogLevel.Trace
+
DarkGray
+
NoChange
+
+
+
+
+
+
+
+ Gets the row highlighting rules.
+
+
+
+
+
+ Gets the word highlighting rules.
+
+
+
+
+
+ Color pair (foreground and background).
+
+
+
+
+ Colored console output color.
+
+
+ Note that this enumeration is defined to be binary compatible with
+ .NET 2.0 System.ConsoleColor + some additions
+
+
+
+
+ Black Color (#000000).
+
+
+
+
+ Dark blue Color (#000080).
+
+
+
+
+ Dark green Color (#008000).
+
+
+
+
+ Dark Cyan Color (#008080).
+
+
+
+
+ Dark Red Color (#800000).
+
+
+
+
+ Dark Magenta Color (#800080).
+
+
+
+
+ Dark Yellow Color (#808000).
+
+
+
+
+ Gray Color (#C0C0C0).
+
+
+
+
+ Dark Gray Color (#808080).
+
+
+
+
+ Blue Color (#0000FF).
+
+
+
+
+ Green Color (#00FF00).
+
+
+
+
+ Cyan Color (#00FFFF).
+
+
+
+
+ Red Color (#FF0000).
+
+
+
+
+ Magenta Color (#FF00FF).
+
+
+
+
+ Yellow Color (#FFFF00).
+
+
+
+
+ White Color (#FFFFFF).
+
+
+
+
+ Don't change the color.
+
+
+
+
+ The row-highlighting condition.
+
+
+
+
+ Initializes static members of the ConsoleRowHighlightingRule class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the foreground.
+ Color of the background.
+
+
+
+ Checks whether the specified log event matches the condition (if any).
+
+
+ Log event.
+
+
+ A value of if the condition is not defined or
+ if it matches, otherwise.
+
+
+
+
+ Gets the default highlighting rule. Doesn't change the color.
+
+
+
+
+ Gets or sets the condition that must be met in order to set the specified foreground and background color.
+
+
+
+
+
+ Gets or sets the foreground color.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Highlighting rule for Win32 colorful console.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the foreground.
+ Color of the background.
+
+
+
+ Gets or sets the regular expression to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets the text to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets a value indicating whether to match whole words only.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing texts.
+
+
+
+
+
+ Gets the compiled regular expression that matches either Text or Regex property.
+
+
+
+
+ Gets or sets the foreground color.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+
+
+
+ Information about database command + parameters.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the type of the command.
+
+ The type of the command.
+
+
+
+
+ Gets or sets the connection string to run the command against. If not provided, connection string from the target is used.
+
+
+
+
+
+ Gets or sets the command text.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a database named or positional parameter.
+
+
+
+
+
+ Represents a parameter to a Database target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The parameter layout.
+
+
+
+ Gets or sets the database parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Gets or sets the database parameter size.
+
+
+
+
+
+ Gets or sets the database parameter precision.
+
+
+
+
+
+ Gets or sets the database parameter scale.
+
+
+
+
+
+ Writes log messages to the database using an ADO.NET provider.
+
+ Documentation on NLog Wiki
+
+
+ The configuration is dependent on the database type, because
+ there are differnet methods of specifying connection string, SQL
+ command and command parameters.
+
+ MS SQL Server using System.Data.SqlClient:
+
+ Oracle using System.Data.OracleClient:
+
+ Oracle using System.Data.OleDBClient:
+
+ To set up the log target programmatically use code like this (an equivalent of MSSQL configuration):
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the database. It creates
+ a new database command, prepares parameters for it by calculating
+ layouts and executes the command.
+
+ The logging event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the database provider.
+
+
+
+ The parameter name should be a provider invariant name as registered in machine.config or app.config. Common values are:
+
+
+
System.Data.SqlClient - SQL Sever Client
+
System.Data.SqlServerCe.3.5 - SQL Sever Compact 3.5
+
System.Data.OracleClient - Oracle Client from Microsoft (deprecated in .NET Framework 4)
+
Oracle.DataAccess.Client - ODP.NET provider from Oracle
+
System.Data.SQLite - System.Data.SQLite driver for SQLite
+
Npgsql - Npgsql driver for PostgreSQL
+
MySql.Data.MySqlClient - MySQL Connector/Net
+
+ (Note that provider invariant names are not supported on .NET Compact Framework).
+
+ Alternatively the parameter value can be be a fully qualified name of the provider
+ connection type (class implementing ) or one of the following tokens:
+
+
+
sqlserver, mssql, microsoft or msde - SQL Server Data Provider
+
oledb - OLEDB Data Provider
+
odbc - ODBC Data Provider
+
+
+
+
+
+
+ Gets or sets the name of the connection string (as specified in <connectionStrings> configuration section.
+
+
+
+
+
+ Gets or sets the connection string. When provided, it overrides the values
+ specified in DBHost, DBUserName, DBPassword, DBDatabase.
+
+
+
+
+
+ Gets or sets the connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used.
+
+
+
+
+
+ Gets the installation DDL commands.
+
+
+
+
+
+ Gets the uninstallation DDL commands.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep the
+ database connection open between the log events.
+
+
+
+
+
+ Gets or sets a value indicating whether to use database transactions.
+ Some data providers require this.
+
+
+
+
+
+ Gets or sets the database host name. If the ConnectionString is not provided
+ this value will be used to construct the "Server=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database user name. If the ConnectionString is not provided
+ this value will be used to construct the "User ID=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database password. If the ConnectionString is not provided
+ this value will be used to construct the "Password=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database name. If the ConnectionString is not provided
+ this value will be used to construct the "Database=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the text of the SQL command to be run on each log level.
+
+
+ Typically this is a SQL INSERT statement or a stored procedure call.
+ It should use the database-specific parameters (marked as @parameter
+ for SQL server or :parameter for Oracle, other data providers
+ have their own notation) and not the layout renderers,
+ because the latter is prone to SQL injection attacks.
+ The layout renderers should be specified as <parameter /> elements instead.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a database named or positional parameter.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Writes log message to the Event Log.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Writes the specified logging event to the event log.
+
+ The logging event.
+
+
+
+ Gets or sets the name of the machine on which Event Log service is running.
+
+
+
+
+
+ Gets or sets the layout that renders event ID.
+
+
+
+
+
+ Gets or sets the layout that renders event Category.
+
+
+
+
+
+ Gets or sets the value to be used as the event Source.
+
+
+ By default this is the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets the name of the Event Log to write to. This can be System, Application or
+ any user-defined name.
+
+
+
+
+
+ Modes of archiving files based on time.
+
+
+
+
+ Don't archive based on time.
+
+
+
+
+ Archive every year.
+
+
+
+
+ Archive every month.
+
+
+
+
+ Archive daily.
+
+
+
+
+ Archive every hour.
+
+
+
+
+ Archive every minute.
+
+
+
+
+ Writes log messages to one or more files.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed in the last two days.
+
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed after the specified date.
+
+ The cleanup threshold.
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Flushes all pending file operations.
+
+ The asynchronous continuation.
+
+ The timeout parameter is ignored, because file APIs don't provide
+ the needed functionality.
+
+
+
+
+ Initializes file logging by creating data structures that
+ enable efficient multi-file logging.
+
+
+
+
+ Closes the file(s) opened for writing.
+
+
+
+
+ Writes the specified logging event to a file specified in the FileName
+ parameter.
+
+ The logging event.
+
+
+
+ Writes the specified array of logging events to a file specified in the FileName
+ parameter.
+
+ An array of objects.
+
+ This function makes use of the fact that the events are batched by sorting
+ the requests by filename. This optimizes the number of open/close calls
+ and can help improve performance.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the bytes to be written to the file.
+
+ Log event.
+ Array of bytes that are ready to be written.
+
+
+
+ Modifies the specified byte array before it gets sent to a file.
+
+ The byte array.
+ The modified byte array. The function can do the modification in-place.
+
+
+
+ Gets or sets the name of the file to write to.
+
+
+ This FileName string is a layout which may include instances of layout renderers.
+ This lets you use a single target to write to multiple files.
+
+
+ The following value makes NLog write logging events to files based on the log level in the directory where
+ the application runs.
+ ${basedir}/${level}.log
+ All Debug messages will go to Debug.log, all Info messages will go to Info.log and so on.
+ You can combine as many of the layout renderers as you want to produce an arbitrary log file name.
+
+
+
+
+
+ Gets or sets a value indicating whether to create directories if they don't exist.
+
+
+ Setting this to false may improve performance a bit, but you'll receive an error
+ when attempting to write to a directory that's not present.
+
+
+
+
+
+ Gets or sets a value indicating whether to delete old log file on startup.
+
+
+ This option works only when the "FileName" parameter denotes a single file.
+
+
+
+
+
+ Gets or sets a value indicating whether to replace file contents on each write instead of appending log message at the end.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep log file open instead of opening and closing it on each logging event.
+
+
+ Setting this property to True helps improve performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to enable log file(s) to be deleted.
+
+
+
+
+
+ Gets or sets the file attributes (Windows only).
+
+
+
+
+
+ Gets or sets the line ending mode.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically flush the file buffers after each log message.
+
+
+
+
+
+ Gets or sets the number of files to be kept open. Setting this to a higher value may improve performance
+ in a situation where a single File target is writing to many files
+ (such as splitting by level or by logger).
+
+
+ The files are managed on a LRU (least recently used) basis, which flushes
+ the files that have not been used for the longest period of time should the
+ cache become full. As a rule of thumb, you shouldn't set this parameter to
+ a very high value. A number like 10-15 shouldn't be exceeded, because you'd
+ be keeping a large number of files open which consumes system resources.
+
+
+
+
+
+ Gets or sets the maximum number of seconds that files are kept open. If this number is negative the files are
+ not automatically closed after a period of inactivity.
+
+
+
+
+
+ Gets or sets the log file buffer size in bytes.
+
+
+
+
+
+ Gets or sets the file encoding.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host.
+
+
+ This makes multi-process logging possible. NLog uses a special technique
+ that lets it keep the files open for writing.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on different network hosts.
+
+
+ This effectively prevents files from being kept open.
+
+
+
+
+
+ Gets or sets the number of times the write is appended on the file before NLog
+ discards the log message.
+
+
+
+
+
+ Gets or sets the delay in milliseconds to wait before attempting to write to the file again.
+
+
+ The actual delay is a random value between 0 and the value specified
+ in this parameter. On each failed attempt the delay base is doubled
+ up to times.
+
+
+ Assuming that ConcurrentWriteAttemptDelay is 10 the time to wait will be:
+ a random value between 0 and 10 milliseconds - 1st attempt
+ a random value between 0 and 20 milliseconds - 2nd attempt
+ a random value between 0 and 40 milliseconds - 3rd attempt
+ a random value between 0 and 80 milliseconds - 4th attempt
+ ...
+ and so on.
+
+
+
+
+
+ Gets or sets the size in bytes above which log files will be automatically archived.
+
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically archive log files every time the specified time passes.
+
+
+ Files are moved to the archive as part of the write operation if the current period of time changes. For example
+ if the current hour changes from 10 to 11, the first write that will occur
+ on or after 11:00 will trigger the archiving.
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+
+ Gets or sets the name of the file to be used for an archive.
+
+
+ It may contain a special placeholder {#####}
+ that will be replaced with a sequence of numbers depending on
+ the archiving strategy. The number of hash characters used determines
+ the number of numerical digits to be used for numbering files.
+
+
+
+
+
+ Gets or sets the maximum number of archive files that should be kept.
+
+
+
+
+
+ Gets or sets the way file archives are numbered.
+
+
+
+
+
+ Gets the characters that are appended after each line.
+
+
+
+
+ Logs text to Windows.Forms.Control.Text property control of specified Name.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The result is:
+
+
+
+ To set up the log target programmatically similar to above use code like this:
+
+ ,
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Log message to control.
+
+
+ The logging event.
+
+
+
+
+ Gets or sets the name of control to which NLog will log write log text.
+
+
+
+
+
+ Gets or sets a value indicating whether log text should be appended to the text of the control instead of overwriting it.
+
+
+
+
+ Gets or sets the name of the Form on which the control is located.
+
+
+
+
+
+ Line ending mode.
+
+
+
+
+ Insert platform-dependent end-of-line sequence after each line.
+
+
+
+
+ Insert CR LF sequence (ASCII 13, ASCII 10) after each line.
+
+
+
+
+ Insert CR character (ASCII 13) after each line.
+
+
+
+
+ Insert LF character (ASCII 10) after each line.
+
+
+
+
+ Don't insert any line ending.
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets a value indicating whether to use binary message encoding.
+
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Sends log messages by email using SMTP protocol.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ Mail target works best when used with BufferingWrapper target
+ which lets you send multiple log messages in single mail
+
+
+ To set up the buffered mail target in the configuration file,
+ use the following syntax:
+
+
+
+ To set up the buffered mail target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Renders an array logging events.
+
+ Array of logging events.
+
+
+
+ Gets or sets sender's email address (e.g. joe@domain.com).
+
+
+
+
+
+ Gets or sets recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets a value indicating whether to add new lines between log entries.
+
+ A value of true if new lines should be added; otherwise, false.
+
+
+
+
+ Gets or sets the mail subject.
+
+
+
+
+
+ Gets or sets mail message body (repeated for each log message send in one mail).
+
+ Alias for the Layout property.
+
+
+
+
+ Gets or sets encoding to be used for sending e-mail.
+
+
+
+
+
+ Gets or sets a value indicating whether to send message as HTML instead of plain text.
+
+
+
+
+
+ Gets or sets SMTP Server to be used for sending.
+
+
+
+
+
+ Gets or sets SMTP Authentication mode.
+
+
+
+
+
+ Gets or sets the username used to connect to SMTP server (used when SmtpAuthentication is set to "basic").
+
+
+
+
+
+ Gets or sets the password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic").
+
+
+
+
+
+ Gets or sets a value indicating whether SSL (secure sockets layer) should be used when communicating with SMTP server.
+
+
+
+
+
+ Gets or sets the port number that SMTP Server is listening on.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Outputs log messages through the OutputDebugString() Win32 API.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Outputs the rendered logging event through the OutputDebugString() Win32 API.
+
+ The logging event.
+
+
+
+ Increments specified performance counter on each write.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+ TODO:
+ 1. Unable to create a category allowing multiple counter instances (.Net 2.0 API only, probably)
+ 2. Is there any way of adding new counters without deleting the whole category?
+ 3. There should be some mechanism of resetting the counter (e.g every day starts from 0), or auto-switching to
+ another counter instance (with dynamic creation of new instance). This could be done with layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Increments the configured performance counter.
+
+ Log event.
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Ensures that the performance counter has been initialized.
+
+ True if the performance counter is operational, false otherwise.
+
+
+
+ Gets or sets a value indicating whether performance counter should be automatically created.
+
+
+
+
+
+ Gets or sets the name of the performance counter category.
+
+
+
+
+
+ Gets or sets the name of the performance counter.
+
+
+
+
+
+ Gets or sets the performance counter instance name.
+
+
+
+
+
+ Gets or sets the counter help text.
+
+
+
+
+
+ Gets or sets the performance counter type.
+
+
+
+
+
+ The row-coloring condition.
+
+
+
+
+ Initializes static members of the RichTextBoxRowColoringRule class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the foregroung text.
+ Color of the background text.
+ The font style.
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the text.
+ Color of the background.
+
+
+
+ Checks whether the specified log event matches the condition (if any).
+
+
+ Log event.
+
+
+ A value of if the condition is not defined or
+ if it matches, otherwise.
+
+
+
+
+ Gets the default highlighting rule. Doesn't change the color.
+
+
+
+
+
+ Gets or sets the condition that must be met in order to set the specified font color.
+
+
+
+
+
+ Gets or sets the font color.
+
+
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ Gets or sets the font style of matched text.
+
+
+ Possible values are the same as in FontStyle enum in System.Drawing
+
+
+
+
+
+ Log text a Rich Text Box control in an existing or new form.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The result is:
+
+ To set up the target with coloring rules in the configuration file,
+ use the following syntax:
+
+
+
+
+
+ The result is:
+
+ To set up the log target programmatically similar to above use code like this:
+
+
+ ,
+
+
+ for RowColoring,
+
+
+ for WordColoring
+
+
+
+
+ Initializes static members of the RichTextBoxTarget class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Log message to RichTextBox.
+
+ The logging event.
+
+
+
+ Gets the default set of row coloring rules which applies when is set to true.
+
+
+
+
+ Gets or sets the Name of RichTextBox to which Nlog will write.
+
+
+
+
+
+ Gets or sets the name of the Form on which the control is located.
+ If there is no open form of a specified name than NLog will create a new one.
+
+
+
+
+
+ Gets or sets a value indicating whether to use default coloring rules.
+
+
+
+
+
+ Gets the row coloring rules.
+
+
+
+
+
+ Gets the word highlighting rules.
+
+
+
+
+
+ Gets or sets a value indicating whether the created window will be a tool window.
+
+
+ This parameter is ignored when logging to existing form control.
+ Tool windows have thin border, and do not show up in the task bar.
+
+
+
+
+
+ Gets or sets a value indicating whether the created form will be initially minimized.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets the initial width of the form with rich text box.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets the initial height of the form with rich text box.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets a value indicating whether scroll bar will be moved automatically to show most recent log entries.
+
+
+
+
+
+ Gets or sets the maximum number of lines the rich text box will store (or 0 to disable this feature).
+
+
+ After exceeding the maximum number, first line will be deleted.
+
+
+
+
+
+ Gets or sets the form to log to.
+
+
+
+
+ Gets or sets the rich text box to log to.
+
+
+
+
+ Highlighting rule for Win32 colorful console.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the text.
+ Color of the background.
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the text.
+ Color of the background.
+ The font style.
+
+
+
+ Gets or sets the regular expression to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets the text to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets a value indicating whether to match whole words only.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing texts.
+
+
+
+
+
+ Gets or sets the font style of matched text.
+ Possible values are the same as in FontStyle enum in System.Drawing.
+
+
+
+
+
+ Gets the compiled regular expression that matches either Text or Regex property.
+
+
+
+
+ Gets or sets the font color.
+ Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed.
+
+
+
+
+
+ Gets or sets the background color.
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ SMTP authentication modes.
+
+
+
+
+ No authentication.
+
+
+
+
+ Basic - username and password.
+
+
+
+
+ NTLM Authentication.
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Sends log messages through System.Diagnostics.Trace.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Writes the specified logging event to the facility.
+ If the log level is greater than or equal to it uses the
+ method, otherwise it uses
+ method.
+
+ The logging event.
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Win32 file attributes.
+
+
+ For more information see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/createfile.asp.
+
+
+
+
+ Read-only file.
+
+
+
+
+ Hidden file.
+
+
+
+
+ System file.
+
+
+
+
+ File should be archived.
+
+
+
+
+ Device file.
+
+
+
+
+ Normal file.
+
+
+
+
+ File is temporary (should be kept in cache and not
+ written to disk if possible).
+
+
+
+
+ Sparse file.
+
+
+
+
+ Reparse point.
+
+
+
+
+ Compress file contents.
+
+
+
+
+ File should not be indexed by the content indexing service.
+
+
+
+
+ Encrypted file.
+
+
+
+
+ The system writes through any intermediate cache and goes directly to disk.
+
+
+
+
+ The system opens a file with no system caching.
+
+
+
+
+ Delete file after it is closed.
+
+
+
+
+ A file is accessed according to POSIX rules.
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Impersonates another user for the duration of the write.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes the impersonation context.
+
+
+
+
+ Closes the impersonation context.
+
+
+
+
+ Changes the security context, forwards the call to the .Write()
+ and switches the context back to original.
+
+ The log event.
+
+
+
+ Changes the security context, forwards the call to the .Write()
+ and switches the context back to original.
+
+ Log events.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Gets or sets username to change context to.
+
+
+
+
+
+ Gets or sets the user account password.
+
+
+
+
+
+ Gets or sets Windows domain name to change context to.
+
+
+
+
+
+ Gets or sets the Logon Type.
+
+
+
+
+
+ Gets or sets the type of the logon provider.
+
+
+
+
+
+ Gets or sets the required impersonation level.
+
+
+
+
+
+ Gets or sets a value indicating whether to revert to the credentials of the process instead of impersonating another user.
+
+
+
+
+
+ Helper class which reverts the given
+ to its original value as part of .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The windows impersonation context.
+
+
+
+ Reverts the impersonation context.
+
+
+
+
+ Logon provider.
+
+
+
+
+ Use the standard logon provider for the system.
+
+
+ The default security provider is negotiate, unless you pass NULL for the domain name and the user name
+ is not in UPN format. In this case, the default provider is NTLM.
+ NOTE: Windows 2000/NT: The default security provider is NTLM.
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Impersonation level.
+
+
+
+
+ Anonymous Level.
+
+
+
+
+ Identification Level.
+
+
+
+
+ Impersonation Level.
+
+
+
+
+ Delegation Level.
+
+
+
+
+ Logon type.
+
+
+
+
+ Interactive Logon.
+
+
+ This logon type is intended for users who will be interactively using the computer, such as a user being logged on
+ by a terminal server, remote shell, or similar process.
+ This logon type has the additional expense of caching logon information for disconnected operations;
+ therefore, it is inappropriate for some client/server applications,
+ such as a mail server.
+
+
+
+
+ Network Logon.
+
+
+ This logon type is intended for high performance servers to authenticate plaintext passwords.
+ The LogonUser function does not cache credentials for this logon type.
+
+
+
+
+ Batch Logon.
+
+
+ This logon type is intended for batch servers, where processes may be executing on behalf of a user without
+ their direct intervention. This type is also for higher performance servers that process many plaintext
+ authentication attempts at a time, such as mail or Web servers.
+ The LogonUser function does not cache credentials for this logon type.
+
+
+
+
+ Logon as a Service.
+
+
+ Indicates a service-type logon. The account provided must have the service privilege enabled.
+
+
+
+
+ Network Clear Text Logon.
+
+
+ This logon type preserves the name and password in the authentication package, which allows the server to make
+ connections to other network servers while impersonating the client. A server can accept plaintext credentials
+ from a client, call LogonUser, verify that the user can access the system across the network, and still
+ communicate with other servers.
+ NOTE: Windows NT: This value is not supported.
+
+
+
+
+ New Network Credentials.
+
+
+ This logon type allows the caller to clone its current token and specify new credentials for outbound connections.
+ The new logon session has the same local identifier but uses different credentials for other network connections.
+ NOTE: This logon type is supported only by the LOGON32_PROVIDER_WINNT50 logon provider.
+ NOTE: Windows NT: This value is not supported.
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/net40/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/net40/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/net40/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/net40/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,14353 @@
+
+
+
+ NLog
+
+
+
+
+ NLog COM Interop logger implementation.
+
+
+
+
+ NLog COM Interop logger interface.
+
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Checks if the specified log level is enabled.
+
+ The log level.
+ A value indicating whether the specified log level is enabled.
+
+
+
+ Gets a value indicating whether the Trace level is enabled.
+
+
+
+
+ Gets a value indicating whether the Debug level is enabled.
+
+
+
+
+ Gets a value indicating whether the Info level is enabled.
+
+
+
+
+ Gets a value indicating whether the Warn level is enabled.
+
+
+
+
+ Gets a value indicating whether the Error level is enabled.
+
+
+
+
+ Gets a value indicating whether the Fatal level is enabled.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Checks if the specified log level is enabled.
+
+ The log level.
+
+ A value indicating whether the specified log level is enabled.
+
+
+
+
+ Gets a value indicating whether the Trace level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Debug level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Info level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Warn level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Error level is enabled.
+
+
+
+
+
+ Gets a value indicating whether the Fatal level is enabled.
+
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+
+ NLog COM Interop LogManager implementation.
+
+
+
+
+ NLog COM Interop LogManager interface.
+
+
+
+
+ Loads NLog configuration from the specified file.
+
+ The name of the file to load NLog configuration from.
+
+
+
+ Creates the specified logger object and assigns a LoggerName to it.
+
+ Logger name.
+ The new logger instance.
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+
+
+
+ Gets or sets the name of the internal log level.
+
+
+
+
+ Creates the specified logger object and assigns a LoggerName to it.
+
+ The name of the logger.
+ The new logger instance.
+
+
+
+ Loads NLog configuration from the specified file.
+
+ The name of the file to load NLog configuration from.
+
+
+
+ Gets or sets a value indicating whether to log internal messages to the console.
+
+
+ A value of true if internal messages should be logged to the console; otherwise, false.
+
+
+
+
+ Gets or sets the name of the internal log level.
+
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ NLog configuration section handler class for configuring NLog from App.config.
+
+
+
+
+ Creates a configuration section handler.
+
+ Parent object.
+ Configuration context object.
+ Section XML node.
+ The created section handler object.
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Mapping between log levels and console output colors.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Arguments for .
+
+
+
+
+ Initializes a new instance of the class.
+
+ Whether configuration reload has succeeded.
+ The exception during configuration reload.
+
+
+
+ Gets a value indicating whether configuration reload has succeeded.
+
+ A value of true if succeeded; otherwise, false.
+
+
+
+ Gets the exception which occurred during configuration reload.
+
+ The exception.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the level are written to the specified file.
+
+ Log file name.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the specified level are written to the specified file.
+
+ Log file name.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Stack trace should be captured including source-level information such as line numbers.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ The XML element.
+ Name of the XML file.
+
+
+
+ Initializes a new instance of the class.
+
+ The XML element.
+ Name of the XML file.
+ If set to true errors will be ignored during file processing.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets the default object by parsing
+ the application configuration file (app.exe.config).
+
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Various helper methods for accessing state of ASP application.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Provides a multiprocess-safe atomic file appends while
+ keeping the files open.
+
+
+ On Unix you can get all the appends to be atomic, even when multiple
+ processes are trying to write to the same file, because setting the file
+ pointer to the end of the file and appending can be made one operation.
+ On Win32 we need to maintain some synchronization between processes
+ (global named mutex is used for this)
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes to be written.
+
+
+
+ Closes this instance.
+
+
+
+
+ Flushes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Form helper methods.
+
+
+
+
+ Creates RichTextBox and docks in parentForm.
+
+ Name of RichTextBox.
+ Form to dock RichTextBox.
+ Created RichTextBox.
+
+
+
+ Finds control embedded on searchControl.
+
+ Name of the control.
+ Control in which we're searching for control.
+ A value of null if no control has been found.
+
+
+
+ Finds control of specified type embended on searchControl.
+
+ The type of the control.
+ Name of the control.
+ Control in which we're searching for control.
+
+ A value of null if no control has been found.
+
+
+
+
+ Creates a form.
+
+ Name of form.
+ Width of form.
+ Height of form.
+ Auto show form.
+ If set to true the form will be minimized.
+ If set to true the form will be created as tool window.
+ Created form.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Watches multiple files at the same time and raises an event whenever
+ a single change is detected in any of those files.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Stops the watching.
+
+
+
+
+ Watches the specified files for changes.
+
+ The file names.
+
+
+
+ Occurs when a change is detected in one of the monitored files.
+
+
+
+
+ Supports mocking of SMTP Client code.
+
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendToAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Sends messages over the network as UDP datagrams.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with udp://.
+ The address family.
+
+
+
+ Creates the socket.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Implementation of to use.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Sends the specified text as a UDP datagram.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Returns details about current process and thread in a portable manner.
+
+
+
+
+ Initializes static members of the ThreadIDHelper class.
+
+
+
+
+ Gets the singleton instance of PortableThreadIDHelper or
+ Win32ThreadIDHelper depending on runtime environment.
+
+ The instance.
+
+
+
+ Gets current thread ID.
+
+
+
+
+ Gets current process ID.
+
+
+
+
+ Gets current process name.
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the name of the process.
+
+
+
+
+ Gets current thread ID.
+
+
+
+
+
+ Gets current process ID.
+
+
+
+
+
+ Gets current process name.
+
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Win32-optimized implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Win32-optimized implementation of .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets current thread ID.
+
+
+
+
+
+ Gets current process ID.
+
+
+
+
+
+ Gets current process name.
+
+
+
+
+
+ Gets current process name (excluding filename extension, if any).
+
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ ASP Application variable.
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the specified ASP Application variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the ASP Application variable name.
+
+
+
+
+
+ ASP Request variable.
+
+
+
+
+ Renders the specified ASP Request variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the item name. The QueryString, Form, Cookies, or ServerVariables collection variables having the specified name are rendered.
+
+
+
+
+
+ Gets or sets the QueryString variable to be rendered.
+
+
+
+
+
+ Gets or sets the form variable to be rendered.
+
+
+
+
+
+ Gets or sets the cookie to be rendered.
+
+
+
+
+
+ Gets or sets the ServerVariables item to be rendered.
+
+
+
+
+
+ ASP Session variable.
+
+
+
+
+ Renders the specified ASP Session variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the session variable name.
+
+
+
+
+
+ The current application domain's base directory.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the application base directory and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with with the base directory.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with with the base directory.
+
+
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the source file name and line number.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source file path.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ The environment variable.
+
+
+
+
+ Renders the specified environment variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the environment variable.
+
+
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Thread identity information (name and authentication information).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified identity information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the separator to be used when concatenating
+ parts of identity information.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.Name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.AuthenticationType.
+
+
+
+
+
+ Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.IsAuthenticated.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ The machine name that the process is running on.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Renders the machine name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The directory where NLog.dll is located.
+
+
+
+
+ Initializes static members of the NLogDirLayoutRenderer class.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The performance counter.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Renders the specified environment variable and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the counter category.
+
+
+
+
+
+ Gets or sets the name of the performance counter.
+
+
+
+
+
+ Gets or sets the name of the performance counter instance (e.g. this.Global_).
+
+
+
+
+
+ Gets or sets the name of the machine to read the performance counter from.
+
+
+
+
+
+ The identifier of the current process.
+
+
+
+
+ Renders the current process ID.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The information about the running process.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Property of System.Diagnostics.Process to retrieve.
+
+
+
+
+ Base Priority.
+
+
+
+
+ Exit Code.
+
+
+
+
+ Exit Time.
+
+
+
+
+ Process Handle.
+
+
+
+
+ Handle Count.
+
+
+
+
+ Whether process has exited.
+
+
+
+
+ Process ID.
+
+
+
+
+ Machine name.
+
+
+
+
+ Handle of the main window.
+
+
+
+
+ Title of the main window.
+
+
+
+
+ Maximum Working Set.
+
+
+
+
+ Minimum Working Set.
+
+
+
+
+ Non-paged System Memory Size.
+
+
+
+
+ Non-paged System Memory Size (64-bit).
+
+
+
+
+ Paged Memory Size.
+
+
+
+
+ Paged Memory Size (64-bit)..
+
+
+
+
+ Paged System Memory Size.
+
+
+
+
+ Paged System Memory Size (64-bit).
+
+
+
+
+ Peak Paged Memory Size.
+
+
+
+
+ Peak Paged Memory Size (64-bit).
+
+
+
+
+ Peak Vitual Memory Size.
+
+
+
+
+ Peak Virtual Memory Size (64-bit)..
+
+
+
+
+ Peak Working Set Size.
+
+
+
+
+ Peak Working Set Size (64-bit).
+
+
+
+
+ Whether priority boost is enabled.
+
+
+
+
+ Priority Class.
+
+
+
+
+ Private Memory Size.
+
+
+
+
+ Private Memory Size (64-bit).
+
+
+
+
+ Privileged Processor Time.
+
+
+
+
+ Process Name.
+
+
+
+
+ Whether process is responding.
+
+
+
+
+ Session ID.
+
+
+
+
+ Process Start Time.
+
+
+
+
+ Total Processor Time.
+
+
+
+
+ User Processor Time.
+
+
+
+
+ Virtual Memory Size.
+
+
+
+
+ Virtual Memory Size (64-bit).
+
+
+
+
+ Working Set Size.
+
+
+
+
+ Working Set Size (64-bit).
+
+
+
+
+ The name of the current process.
+
+
+
+
+ Renders the current process name (optionally with a full path).
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to write the full path to the process executable.
+
+
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ High precision timer, based on the value returned from QueryPerformanceCounter() optionally converted to seconds.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to normalize the result by subtracting
+ it from the result of the first call (so that it's effectively zero-based).
+
+
+
+
+
+ Gets or sets a value indicating whether to output the difference between the result
+ of QueryPerformanceCounter and the previous one.
+
+
+
+
+
+ Gets or sets a value indicating whether to convert the result to seconds by dividing
+ by the result of QueryPerformanceFrequency().
+
+
+
+
+
+ Gets or sets the number of decimal digits to be included in output.
+
+
+
+
+
+ Gets or sets a value indicating whether to align decimal point (emit non-significant zeros).
+
+
+
+
+
+ A value from the Registry.
+
+
+
+
+ Reads the specified registry key and value and appends it to
+ the passed .
+
+ The to append the rendered data to.
+ Logging event. Ignored.
+
+
+
+ Gets or sets the registry value name.
+
+
+
+
+
+ Gets or sets the value to be output when the specified registry key or value is not found.
+
+
+
+
+
+ Gets or sets the registry key.
+
+
+ Must have one of the forms:
+
+
HKLM\Key\Full\Name
+
HKEY_LOCAL_MACHINE\Key\Full\Name
+
HKCU\Key\Full\Name
+
HKEY_CURRENT_USER\Key\Full\Name
+
+
+
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Thread Windows identity information (username).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current thread windows identity information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether domain name should be included.
+
+
+
+
+
+ Gets or sets a value indicating whether username should be included.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Occurs when logging gets reloaded.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+ Auto-generated Logger members for binary compatibility with NLog 1.0.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified value as a parameter.
+
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ First argument to format.
+ Second argument to format.
+ Third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified value as a parameter.
+
+ A containing one format item.
+ The argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes static members of the LogManager class.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Occurs when logging gets reloaded.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Initializes a new instance of the class.
+
+ The that holds the serialized object data about the exception being thrown.
+ The that contains contextual information about the source or destination.
+
+ The parameter is null.
+
+
+ The class name is null or is zero (0).
+
+
+
+
+ TraceListener which routes all messages through NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ When overridden in a derived class, writes the specified message to the listener you create in the derived class.
+
+ A message to write.
+
+
+
+ When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
+
+ A message to write.
+
+
+
+ When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.
+
+
+
+
+ Emits an error message.
+
+ A message to emit.
+
+
+
+ Emits an error message and a detailed error message.
+
+ A message to emit.
+ A detailed message to emit.
+
+
+
+ Flushes the output buffer.
+
+
+
+
+ Writes trace information, a data object and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ The trace data to emit.
+
+
+
+ Writes trace information, an array of data objects and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ An array of objects to emit as data.
+
+
+
+ Writes trace and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+
+
+
+ Writes trace information, a formatted array of objects and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ A format string that contains zero or more format items, which correspond to objects in the array.
+ An object array containing zero or more objects to format.
+
+
+
+ Writes trace information, a message, and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ One of the values specifying the type of event that has caused the trace.
+ A numeric identifier for the event.
+ A message to write.
+
+
+
+ Writes trace information, a message, a related activity identity and event information to the listener specific output.
+
+ A object that contains the current process ID, thread ID, and stack trace information.
+ A name used to identify the output, typically the name of the application that generated the trace event.
+ A numeric identifier for the event.
+ A message to write.
+ A object identifying a related activity.
+
+
+
+ Gets the custom attributes supported by the trace listener.
+
+
+ A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes.
+
+
+
+
+ Translates the event type to level from .
+
+ Type of the event.
+ Translated log level.
+
+
+
+ Gets or sets the log factory to use when outputting messages (null - use LogManager).
+
+
+
+
+ Gets or sets the default log level.
+
+
+
+
+ Gets or sets the log which should be always used regardless of source level.
+
+
+
+
+ Gets a value indicating whether the trace listener is thread safe.
+
+
+ true if the trace listener is thread safe; otherwise, false. The default is false.
+
+
+
+ Gets or sets a value indicating whether to use auto logger name detected from the stack trace.
+
+
+
+
+ Specifies the way archive numbering is performed.
+
+
+
+
+ Sequence style numbering. The most recent archive has the highest number.
+
+
+
+
+ Rolling style numbering (the most recent is always #0 then #1, ..., #N.
+
+
+
+
+ Outputs log messages through the ASP Response object.
+
+ Documentation on NLog Wiki
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Outputs the rendered logging event through the OutputDebugString() Win32 API.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to add <!-- --> comments around all written texts.
+
+
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console with customizable coloring.
+
+ Documentation on NLog Wiki
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified log event to the console highlighting entries
+ and words based on a set of defined rules.
+
+ Log event.
+
+
+
+ Gets or sets a value indicating whether the error stream (stderr) should be used instead of the output stream (stdout).
+
+
+
+
+
+ Gets or sets a value indicating whether to use default row highlighting rules.
+
+
+ The default rules are:
+
+
+
Condition
+
Foreground Color
+
Background Color
+
+
+
level == LogLevel.Fatal
+
Red
+
NoChange
+
+
+
level == LogLevel.Error
+
Yellow
+
NoChange
+
+
+
level == LogLevel.Warn
+
Magenta
+
NoChange
+
+
+
level == LogLevel.Info
+
White
+
NoChange
+
+
+
level == LogLevel.Debug
+
Gray
+
NoChange
+
+
+
level == LogLevel.Trace
+
DarkGray
+
NoChange
+
+
+
+
+
+
+
+ Gets the row highlighting rules.
+
+
+
+
+
+ Gets the word highlighting rules.
+
+
+
+
+
+ Color pair (foreground and background).
+
+
+
+
+ Colored console output color.
+
+
+ Note that this enumeration is defined to be binary compatible with
+ .NET 2.0 System.ConsoleColor + some additions
+
+
+
+
+ Black Color (#000000).
+
+
+
+
+ Dark blue Color (#000080).
+
+
+
+
+ Dark green Color (#008000).
+
+
+
+
+ Dark Cyan Color (#008080).
+
+
+
+
+ Dark Red Color (#800000).
+
+
+
+
+ Dark Magenta Color (#800080).
+
+
+
+
+ Dark Yellow Color (#808000).
+
+
+
+
+ Gray Color (#C0C0C0).
+
+
+
+
+ Dark Gray Color (#808080).
+
+
+
+
+ Blue Color (#0000FF).
+
+
+
+
+ Green Color (#00FF00).
+
+
+
+
+ Cyan Color (#00FFFF).
+
+
+
+
+ Red Color (#FF0000).
+
+
+
+
+ Magenta Color (#FF00FF).
+
+
+
+
+ Yellow Color (#FFFF00).
+
+
+
+
+ White Color (#FFFFFF).
+
+
+
+
+ Don't change the color.
+
+
+
+
+ The row-highlighting condition.
+
+
+
+
+ Initializes static members of the ConsoleRowHighlightingRule class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the foreground.
+ Color of the background.
+
+
+
+ Checks whether the specified log event matches the condition (if any).
+
+
+ Log event.
+
+
+ A value of if the condition is not defined or
+ if it matches, otherwise.
+
+
+
+
+ Gets the default highlighting rule. Doesn't change the color.
+
+
+
+
+ Gets or sets the condition that must be met in order to set the specified foreground and background color.
+
+
+
+
+
+ Gets or sets the foreground color.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Highlighting rule for Win32 colorful console.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the foreground.
+ Color of the background.
+
+
+
+ Gets or sets the regular expression to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets the text to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets a value indicating whether to match whole words only.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing texts.
+
+
+
+
+
+ Gets the compiled regular expression that matches either Text or Regex property.
+
+
+
+
+ Gets or sets the foreground color.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+
+
+
+ Information about database command + parameters.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the type of the command.
+
+ The type of the command.
+
+
+
+
+ Gets or sets the connection string to run the command against. If not provided, connection string from the target is used.
+
+
+
+
+
+ Gets or sets the command text.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a database named or positional parameter.
+
+
+
+
+
+ Represents a parameter to a Database target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The parameter layout.
+
+
+
+ Gets or sets the database parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Gets or sets the database parameter size.
+
+
+
+
+
+ Gets or sets the database parameter precision.
+
+
+
+
+
+ Gets or sets the database parameter scale.
+
+
+
+
+
+ Writes log messages to the database using an ADO.NET provider.
+
+ Documentation on NLog Wiki
+
+
+ The configuration is dependent on the database type, because
+ there are differnet methods of specifying connection string, SQL
+ command and command parameters.
+
+ MS SQL Server using System.Data.SqlClient:
+
+ Oracle using System.Data.OracleClient:
+
+ Oracle using System.Data.OleDBClient:
+
+ To set up the log target programmatically use code like this (an equivalent of MSSQL configuration):
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the database. It creates
+ a new database command, prepares parameters for it by calculating
+ layouts and executes the command.
+
+ The logging event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the database provider.
+
+
+
+ The parameter name should be a provider invariant name as registered in machine.config or app.config. Common values are:
+
+
+
System.Data.SqlClient - SQL Sever Client
+
System.Data.SqlServerCe.3.5 - SQL Sever Compact 3.5
+
System.Data.OracleClient - Oracle Client from Microsoft (deprecated in .NET Framework 4)
+
Oracle.DataAccess.Client - ODP.NET provider from Oracle
+
System.Data.SQLite - System.Data.SQLite driver for SQLite
+
Npgsql - Npgsql driver for PostgreSQL
+
MySql.Data.MySqlClient - MySQL Connector/Net
+
+ (Note that provider invariant names are not supported on .NET Compact Framework).
+
+ Alternatively the parameter value can be be a fully qualified name of the provider
+ connection type (class implementing ) or one of the following tokens:
+
+
+
sqlserver, mssql, microsoft or msde - SQL Server Data Provider
+
oledb - OLEDB Data Provider
+
odbc - ODBC Data Provider
+
+
+
+
+
+
+ Gets or sets the name of the connection string (as specified in <connectionStrings> configuration section.
+
+
+
+
+
+ Gets or sets the connection string. When provided, it overrides the values
+ specified in DBHost, DBUserName, DBPassword, DBDatabase.
+
+
+
+
+
+ Gets or sets the connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used.
+
+
+
+
+
+ Gets the installation DDL commands.
+
+
+
+
+
+ Gets the uninstallation DDL commands.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep the
+ database connection open between the log events.
+
+
+
+
+
+ Gets or sets a value indicating whether to use database transactions.
+ Some data providers require this.
+
+
+
+
+
+ Gets or sets the database host name. If the ConnectionString is not provided
+ this value will be used to construct the "Server=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database user name. If the ConnectionString is not provided
+ this value will be used to construct the "User ID=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database password. If the ConnectionString is not provided
+ this value will be used to construct the "Password=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the database name. If the ConnectionString is not provided
+ this value will be used to construct the "Database=" part of the
+ connection string.
+
+
+
+
+
+ Gets or sets the text of the SQL command to be run on each log level.
+
+
+ Typically this is a SQL INSERT statement or a stored procedure call.
+ It should use the database-specific parameters (marked as @parameter
+ for SQL server or :parameter for Oracle, other data providers
+ have their own notation) and not the layout renderers,
+ because the latter is prone to SQL injection attacks.
+ The layout renderers should be specified as <parameter /> elements instead.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a database named or positional parameter.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Writes log message to the Event Log.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Writes the specified logging event to the event log.
+
+ The logging event.
+
+
+
+ Gets or sets the name of the machine on which Event Log service is running.
+
+
+
+
+
+ Gets or sets the layout that renders event ID.
+
+
+
+
+
+ Gets or sets the layout that renders event Category.
+
+
+
+
+
+ Gets or sets the value to be used as the event Source.
+
+
+ By default this is the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets the name of the Event Log to write to. This can be System, Application or
+ any user-defined name.
+
+
+
+
+
+ Modes of archiving files based on time.
+
+
+
+
+ Don't archive based on time.
+
+
+
+
+ Archive every year.
+
+
+
+
+ Archive every month.
+
+
+
+
+ Archive daily.
+
+
+
+
+ Archive every hour.
+
+
+
+
+ Archive every minute.
+
+
+
+
+ Writes log messages to one or more files.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed in the last two days.
+
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed after the specified date.
+
+ The cleanup threshold.
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Flushes all pending file operations.
+
+ The asynchronous continuation.
+
+ The timeout parameter is ignored, because file APIs don't provide
+ the needed functionality.
+
+
+
+
+ Initializes file logging by creating data structures that
+ enable efficient multi-file logging.
+
+
+
+
+ Closes the file(s) opened for writing.
+
+
+
+
+ Writes the specified logging event to a file specified in the FileName
+ parameter.
+
+ The logging event.
+
+
+
+ Writes the specified array of logging events to a file specified in the FileName
+ parameter.
+
+ An array of objects.
+
+ This function makes use of the fact that the events are batched by sorting
+ the requests by filename. This optimizes the number of open/close calls
+ and can help improve performance.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the bytes to be written to the file.
+
+ Log event.
+ Array of bytes that are ready to be written.
+
+
+
+ Modifies the specified byte array before it gets sent to a file.
+
+ The byte array.
+ The modified byte array. The function can do the modification in-place.
+
+
+
+ Gets or sets the name of the file to write to.
+
+
+ This FileName string is a layout which may include instances of layout renderers.
+ This lets you use a single target to write to multiple files.
+
+
+ The following value makes NLog write logging events to files based on the log level in the directory where
+ the application runs.
+ ${basedir}/${level}.log
+ All Debug messages will go to Debug.log, all Info messages will go to Info.log and so on.
+ You can combine as many of the layout renderers as you want to produce an arbitrary log file name.
+
+
+
+
+
+ Gets or sets a value indicating whether to create directories if they don't exist.
+
+
+ Setting this to false may improve performance a bit, but you'll receive an error
+ when attempting to write to a directory that's not present.
+
+
+
+
+
+ Gets or sets a value indicating whether to delete old log file on startup.
+
+
+ This option works only when the "FileName" parameter denotes a single file.
+
+
+
+
+
+ Gets or sets a value indicating whether to replace file contents on each write instead of appending log message at the end.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep log file open instead of opening and closing it on each logging event.
+
+
+ Setting this property to True helps improve performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to enable log file(s) to be deleted.
+
+
+
+
+
+ Gets or sets the file attributes (Windows only).
+
+
+
+
+
+ Gets or sets the line ending mode.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically flush the file buffers after each log message.
+
+
+
+
+
+ Gets or sets the number of files to be kept open. Setting this to a higher value may improve performance
+ in a situation where a single File target is writing to many files
+ (such as splitting by level or by logger).
+
+
+ The files are managed on a LRU (least recently used) basis, which flushes
+ the files that have not been used for the longest period of time should the
+ cache become full. As a rule of thumb, you shouldn't set this parameter to
+ a very high value. A number like 10-15 shouldn't be exceeded, because you'd
+ be keeping a large number of files open which consumes system resources.
+
+
+
+
+
+ Gets or sets the maximum number of seconds that files are kept open. If this number is negative the files are
+ not automatically closed after a period of inactivity.
+
+
+
+
+
+ Gets or sets the log file buffer size in bytes.
+
+
+
+
+
+ Gets or sets the file encoding.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host.
+
+
+ This makes multi-process logging possible. NLog uses a special technique
+ that lets it keep the files open for writing.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on different network hosts.
+
+
+ This effectively prevents files from being kept open.
+
+
+
+
+
+ Gets or sets the number of times the write is appended on the file before NLog
+ discards the log message.
+
+
+
+
+
+ Gets or sets the delay in milliseconds to wait before attempting to write to the file again.
+
+
+ The actual delay is a random value between 0 and the value specified
+ in this parameter. On each failed attempt the delay base is doubled
+ up to times.
+
+
+ Assuming that ConcurrentWriteAttemptDelay is 10 the time to wait will be:
+ a random value between 0 and 10 milliseconds - 1st attempt
+ a random value between 0 and 20 milliseconds - 2nd attempt
+ a random value between 0 and 40 milliseconds - 3rd attempt
+ a random value between 0 and 80 milliseconds - 4th attempt
+ ...
+ and so on.
+
+
+
+
+
+ Gets or sets the size in bytes above which log files will be automatically archived.
+
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically archive log files every time the specified time passes.
+
+
+ Files are moved to the archive as part of the write operation if the current period of time changes. For example
+ if the current hour changes from 10 to 11, the first write that will occur
+ on or after 11:00 will trigger the archiving.
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+
+ Gets or sets the name of the file to be used for an archive.
+
+
+ It may contain a special placeholder {#####}
+ that will be replaced with a sequence of numbers depending on
+ the archiving strategy. The number of hash characters used determines
+ the number of numerical digits to be used for numbering files.
+
+
+
+
+
+ Gets or sets the maximum number of archive files that should be kept.
+
+
+
+
+
+ Gets or sets the way file archives are numbered.
+
+
+
+
+
+ Gets the characters that are appended after each line.
+
+
+
+
+ Logs text to Windows.Forms.Control.Text property control of specified Name.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The result is:
+
+
+
+ To set up the log target programmatically similar to above use code like this:
+
+ ,
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Log message to control.
+
+
+ The logging event.
+
+
+
+
+ Gets or sets the name of control to which NLog will log write log text.
+
+
+
+
+
+ Gets or sets a value indicating whether log text should be appended to the text of the control instead of overwriting it.
+
+
+
+
+ Gets or sets the name of the Form on which the control is located.
+
+
+
+
+
+ Line ending mode.
+
+
+
+
+ Insert platform-dependent end-of-line sequence after each line.
+
+
+
+
+ Insert CR LF sequence (ASCII 13, ASCII 10) after each line.
+
+
+
+
+ Insert CR character (ASCII 13) after each line.
+
+
+
+
+ Insert LF character (ASCII 10) after each line.
+
+
+
+
+ Don't insert any line ending.
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets a value indicating whether to use binary message encoding.
+
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Sends log messages by email using SMTP protocol.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ Mail target works best when used with BufferingWrapper target
+ which lets you send multiple log messages in single mail
+
+
+ To set up the buffered mail target in the configuration file,
+ use the following syntax:
+
+
+
+ To set up the buffered mail target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Renders an array logging events.
+
+ Array of logging events.
+
+
+
+ Gets or sets sender's email address (e.g. joe@domain.com).
+
+
+
+
+
+ Gets or sets recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com).
+
+
+
+
+
+ Gets or sets a value indicating whether to add new lines between log entries.
+
+ A value of true if new lines should be added; otherwise, false.
+
+
+
+
+ Gets or sets the mail subject.
+
+
+
+
+
+ Gets or sets mail message body (repeated for each log message send in one mail).
+
+ Alias for the Layout property.
+
+
+
+
+ Gets or sets encoding to be used for sending e-mail.
+
+
+
+
+
+ Gets or sets a value indicating whether to send message as HTML instead of plain text.
+
+
+
+
+
+ Gets or sets SMTP Server to be used for sending.
+
+
+
+
+
+ Gets or sets SMTP Authentication mode.
+
+
+
+
+
+ Gets or sets the username used to connect to SMTP server (used when SmtpAuthentication is set to "basic").
+
+
+
+
+
+ Gets or sets the password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic").
+
+
+
+
+
+ Gets or sets a value indicating whether SSL (secure sockets layer) should be used when communicating with SMTP server.
+
+
+
+
+
+ Gets or sets the port number that SMTP Server is listening on.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Outputs log messages through the OutputDebugString() Win32 API.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Outputs the rendered logging event through the OutputDebugString() Win32 API.
+
+ The logging event.
+
+
+
+ Increments specified performance counter on each write.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+ TODO:
+ 1. Unable to create a category allowing multiple counter instances (.Net 2.0 API only, probably)
+ 2. Is there any way of adding new counters without deleting the whole category?
+ 3. There should be some mechanism of resetting the counter (e.g every day starts from 0), or auto-switching to
+ another counter instance (with dynamic creation of new instance). This could be done with layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Increments the configured performance counter.
+
+ Log event.
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Ensures that the performance counter has been initialized.
+
+ True if the performance counter is operational, false otherwise.
+
+
+
+ Gets or sets a value indicating whether performance counter should be automatically created.
+
+
+
+
+
+ Gets or sets the name of the performance counter category.
+
+
+
+
+
+ Gets or sets the name of the performance counter.
+
+
+
+
+
+ Gets or sets the performance counter instance name.
+
+
+
+
+
+ Gets or sets the counter help text.
+
+
+
+
+
+ Gets or sets the performance counter type.
+
+
+
+
+
+ The row-coloring condition.
+
+
+
+
+ Initializes static members of the RichTextBoxRowColoringRule class.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the foregroung text.
+ Color of the background text.
+ The font style.
+
+
+
+ Initializes a new instance of the class.
+
+ The condition.
+ Color of the text.
+ Color of the background.
+
+
+
+ Checks whether the specified log event matches the condition (if any).
+
+
+ Log event.
+
+
+ A value of if the condition is not defined or
+ if it matches, otherwise.
+
+
+
+
+ Gets the default highlighting rule. Doesn't change the color.
+
+
+
+
+
+ Gets or sets the condition that must be met in order to set the specified font color.
+
+
+
+
+
+ Gets or sets the font color.
+
+
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ Gets or sets the background color.
+
+
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ Gets or sets the font style of matched text.
+
+
+ Possible values are the same as in FontStyle enum in System.Drawing
+
+
+
+
+
+ Log text a Rich Text Box control in an existing or new form.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The result is:
+
+ To set up the target with coloring rules in the configuration file,
+ use the following syntax:
+
+
+
+
+
+ The result is:
+
+ To set up the log target programmatically similar to above use code like this:
+
+
+ ,
+
+
+ for RowColoring,
+
+
+ for WordColoring
+
+
+
+
+ Initializes static members of the RichTextBoxTarget class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Log message to RichTextBox.
+
+ The logging event.
+
+
+
+ Gets the default set of row coloring rules which applies when is set to true.
+
+
+
+
+ Gets or sets the Name of RichTextBox to which Nlog will write.
+
+
+
+
+
+ Gets or sets the name of the Form on which the control is located.
+ If there is no open form of a specified name than NLog will create a new one.
+
+
+
+
+
+ Gets or sets a value indicating whether to use default coloring rules.
+
+
+
+
+
+ Gets the row coloring rules.
+
+
+
+
+
+ Gets the word highlighting rules.
+
+
+
+
+
+ Gets or sets a value indicating whether the created window will be a tool window.
+
+
+ This parameter is ignored when logging to existing form control.
+ Tool windows have thin border, and do not show up in the task bar.
+
+
+
+
+
+ Gets or sets a value indicating whether the created form will be initially minimized.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets the initial width of the form with rich text box.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets the initial height of the form with rich text box.
+
+
+ This parameter is ignored when logging to existing form control.
+
+
+
+
+
+ Gets or sets a value indicating whether scroll bar will be moved automatically to show most recent log entries.
+
+
+
+
+
+ Gets or sets the maximum number of lines the rich text box will store (or 0 to disable this feature).
+
+
+ After exceeding the maximum number, first line will be deleted.
+
+
+
+
+
+ Gets or sets the form to log to.
+
+
+
+
+ Gets or sets the rich text box to log to.
+
+
+
+
+ Highlighting rule for Win32 colorful console.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the text.
+ Color of the background.
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be matched..
+ Color of the text.
+ Color of the background.
+ The font style.
+
+
+
+ Gets or sets the regular expression to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets the text to be matched. You must specify either text or regex.
+
+
+
+
+
+ Gets or sets a value indicating whether to match whole words only.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing texts.
+
+
+
+
+
+ Gets or sets the font style of matched text.
+ Possible values are the same as in FontStyle enum in System.Drawing.
+
+
+
+
+
+ Gets the compiled regular expression that matches either Text or Regex property.
+
+
+
+
+ Gets or sets the font color.
+ Names are identical with KnownColor enum extended with Empty value which means that font color won't be changed.
+
+
+
+
+
+ Gets or sets the background color.
+ Names are identical with KnownColor enum extended with Empty value which means that background color won't be changed.
+
+
+
+
+
+ SMTP authentication modes.
+
+
+
+
+ No authentication.
+
+
+
+
+ Basic - username and password.
+
+
+
+
+ NTLM Authentication.
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Sends log messages through System.Diagnostics.Trace.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Writes the specified logging event to the facility.
+ If the log level is greater than or equal to it uses the
+ method, otherwise it uses
+ method.
+
+ The logging event.
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Win32 file attributes.
+
+
+ For more information see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/createfile.asp.
+
+
+
+
+ Read-only file.
+
+
+
+
+ Hidden file.
+
+
+
+
+ System file.
+
+
+
+
+ File should be archived.
+
+
+
+
+ Device file.
+
+
+
+
+ Normal file.
+
+
+
+
+ File is temporary (should be kept in cache and not
+ written to disk if possible).
+
+
+
+
+ Sparse file.
+
+
+
+
+ Reparse point.
+
+
+
+
+ Compress file contents.
+
+
+
+
+ File should not be indexed by the content indexing service.
+
+
+
+
+ Encrypted file.
+
+
+
+
+ The system writes through any intermediate cache and goes directly to disk.
+
+
+
+
+ The system opens a file with no system caching.
+
+
+
+
+ Delete file after it is closed.
+
+
+
+
+ A file is accessed according to POSIX rules.
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Impersonates another user for the duration of the write.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes the impersonation context.
+
+
+
+
+ Closes the impersonation context.
+
+
+
+
+ Changes the security context, forwards the call to the .Write()
+ and switches the context back to original.
+
+ The log event.
+
+
+
+ Changes the security context, forwards the call to the .Write()
+ and switches the context back to original.
+
+ Log events.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Gets or sets username to change context to.
+
+
+
+
+
+ Gets or sets the user account password.
+
+
+
+
+
+ Gets or sets Windows domain name to change context to.
+
+
+
+
+
+ Gets or sets the Logon Type.
+
+
+
+
+
+ Gets or sets the type of the logon provider.
+
+
+
+
+
+ Gets or sets the required impersonation level.
+
+
+
+
+
+ Gets or sets a value indicating whether to revert to the credentials of the process instead of impersonating another user.
+
+
+
+
+
+ Helper class which reverts the given
+ to its original value as part of .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The windows impersonation context.
+
+
+
+ Reverts the impersonation context.
+
+
+
+
+ Logon provider.
+
+
+
+
+ Use the standard logon provider for the system.
+
+
+ The default security provider is negotiate, unless you pass NULL for the domain name and the user name
+ is not in UPN format. In this case, the default provider is NTLM.
+ NOTE: Windows 2000/NT: The default security provider is NTLM.
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Impersonation level.
+
+
+
+
+ Anonymous Level.
+
+
+
+
+ Identification Level.
+
+
+
+
+ Impersonation Level.
+
+
+
+
+ Delegation Level.
+
+
+
+
+ Logon type.
+
+
+
+
+ Interactive Logon.
+
+
+ This logon type is intended for users who will be interactively using the computer, such as a user being logged on
+ by a terminal server, remote shell, or similar process.
+ This logon type has the additional expense of caching logon information for disconnected operations;
+ therefore, it is inappropriate for some client/server applications,
+ such as a mail server.
+
+
+
+
+ Network Logon.
+
+
+ This logon type is intended for high performance servers to authenticate plaintext passwords.
+ The LogonUser function does not cache credentials for this logon type.
+
+
+
+
+ Batch Logon.
+
+
+ This logon type is intended for batch servers, where processes may be executing on behalf of a user without
+ their direct intervention. This type is also for higher performance servers that process many plaintext
+ authentication attempts at a time, such as mail or Web servers.
+ The LogonUser function does not cache credentials for this logon type.
+
+
+
+
+ Logon as a Service.
+
+
+ Indicates a service-type logon. The account provided must have the service privilege enabled.
+
+
+
+
+ Network Clear Text Logon.
+
+
+ This logon type preserves the name and password in the authentication package, which allows the server to make
+ connections to other network servers while impersonating the client. A server can accept plaintext credentials
+ from a client, call LogonUser, verify that the user can access the system across the network, and still
+ communicate with other servers.
+ NOTE: Windows NT: This value is not supported.
+
+
+
+
+ New Network Credentials.
+
+
+ This logon type allows the caller to clone its current token and specify new credentials for outbound connections.
+ The new logon session has the same local identifier but uses different credentials for other network connections.
+ NOTE: This logon type is supported only by the LOGON32_PROVIDER_WINNT50 logon provider.
+ NOTE: Windows NT: This value is not supported.
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl2/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/sl2/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl2/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/sl2/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,9119 @@
+
+
+
+ NLog
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Define Localizable attribute for platforms that don't have it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Determines whether the target is localizable.
+
+
+
+ Gets or sets a value indicating whether the target is localizable.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ URI of the HTML page which hosts the current Silverlight application.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Information about Silverlight application.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets specific information to display.
+
+
+
+
+
+ Specifies application information to display in ${sl-appinfo} renderer.
+
+
+
+
+ URI of the current application XAP file.
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Returns a new channel from the client to the service.
+
+
+ A channel of type that identifies the type
+ of service contract encapsulated by this client object (proxy).
+
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3-wp/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3-wp/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3-wp/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3-wp/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,8978 @@
+
+
+
+ NLog
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Define Localizable attribute for platforms that don't have it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Determines whether the target is localizable.
+
+
+
+ Gets or sets a value indicating whether the target is localizable.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Returns a new channel from the client to the service.
+
+
+ A channel of type that identifies the type
+ of service contract encapsulated by this client object (proxy).
+
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Gets or sets the cookie container.
+
+ The cookie container.
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets a value indicating whether to use binary message encoding.
+
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/sl3/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,9141 @@
+
+
+
+ NLog
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Define Localizable attribute for platforms that don't have it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Determines whether the target is localizable.
+
+
+
+ Gets or sets a value indicating whether the target is localizable.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ URI of the HTML page which hosts the current Silverlight application.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Information about Silverlight application.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets specific information to display.
+
+
+
+
+
+ Specifies application information to display in ${sl-appinfo} renderer.
+
+
+
+
+ URI of the current application XAP file.
+
+
+
+
+ Whether application is running out-of-browser.
+
+
+
+
+ Installed state of an application.
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Returns a new channel from the client to the service.
+
+
+ A channel of type that identifies the type
+ of service contract encapsulated by this client object (proxy).
+
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Gets or sets the cookie container.
+
+ The cookie container.
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets a value indicating whether to use binary message encoding.
+
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4-windowsphone71/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4-windowsphone71/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4-windowsphone71/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4-windowsphone71/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,9135 @@
+
+
+
+ NLog
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Define Localizable attribute for platforms that don't have it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Determines whether the target is localizable.
+
+
+
+ Gets or sets a value indicating whether the target is localizable.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendToAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Sends messages over the network as UDP datagrams.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with udp://.
+ The address family.
+
+
+
+ Creates the socket.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Implementation of to use.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Sends the specified text as a UDP datagram.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Returns a new channel from the client to the service.
+
+
+ A channel of type that identifies the type
+ of service contract encapsulated by this client object (proxy).
+
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Gets or sets the cookie container.
+
+ The cookie container.
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets a value indicating whether to use binary message encoding.
+
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the specified log event to all sub-targets.
+
+ The log event.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4/NLog.dll
Binary file MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4/NLog.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4/NLog.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/NLog.2.0.0.2000/lib/sl4/NLog.xml Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,9542 @@
+
+
+
+ NLog
+
+
+
+
+ Asynchronous continuation delegate - function invoked at the end of asynchronous
+ processing.
+
+ Exception during asynchronous processing or null if no exception
+ was thrown.
+
+
+
+ Helpers for asynchronous operations.
+
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in sequence (each action executes only after the preceding one has completed without an error).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end.
+
+ The repeat count.
+ The asynchronous continuation to invoke at the end.
+ The action to invoke.
+
+
+
+ Modifies the continuation by pre-pending given action to execute just before it.
+
+ The async continuation.
+ The action to pre-pend.
+ Continuation which will execute the given action before forwarding to the actual continuation.
+
+
+
+ Attaches a timeout to a continuation which will invoke the continuation when the specified
+ timeout has elapsed.
+
+ The asynchronous continuation.
+ The timeout.
+ Wrapped continuation.
+
+
+
+ Iterates over all items in the given collection and runs the specified action
+ in parallel (each action executes on a thread from thread pool).
+
+ Type of each item.
+ The items to iterate.
+ The asynchronous continuation to invoke once all items
+ have been iterated.
+ The action to invoke for each item.
+
+
+
+ Runs the specified asynchronous action synchronously (blocks until the continuation has
+ been invoked).
+
+ The action.
+
+ Using this method is not recommended because it will block the calling thread.
+
+
+
+
+ Wraps the continuation with a guard which will only make sure that the continuation function
+ is invoked only once.
+
+ The asynchronous continuation.
+ Wrapped asynchronous continuation.
+
+
+
+ Gets the combined exception from all exceptions in the list.
+
+ The exceptions.
+ Combined exception or null if no exception was thrown.
+
+
+
+ Asynchronous action.
+
+ Continuation to be invoked at the end of action.
+
+
+
+ Asynchronous action with one argument.
+
+ Type of the argument.
+ Argument to the action.
+ Continuation to be invoked at the end of action.
+
+
+
+ Represents the logging event with asynchronous continuation.
+
+
+
+
+ Initializes a new instance of the struct.
+
+ The log event.
+ The continuation.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Implements the operator ==.
+
+ The event info1.
+ The event info2.
+ The result of the operator.
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ A value of true if the specified is equal to this instance; otherwise, false.
+
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Gets the log event.
+
+
+
+
+ Gets the continuation.
+
+
+
+
+ NLog internal logger.
+
+
+
+
+ Initializes static members of the InternalLogger class.
+
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the specified level.
+
+ Log level.
+ Log message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Trace level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Debug level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Info level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Warn level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Error level.
+
+ Log message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Message which may include positional parameters.
+ Arguments to the message.
+
+
+
+ Logs the specified message at the Fatal level.
+
+ Log message.
+
+
+
+ Gets or sets the internal log level.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console output stream.
+
+
+
+
+ Gets or sets a value indicating whether internal messages should be written to the console error stream.
+
+
+
+
+ Gets or sets the name of the internal log file.
+
+ A value of value disables internal logging to a file.
+
+
+
+ Gets or sets the text writer that will receive internal logs.
+
+
+
+
+ Gets or sets a value indicating whether timestamp should be included in internal log output.
+
+
+
+
+ Gets a value indicating whether internal log includes Trace messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Debug messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Info messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Warn messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Error messages.
+
+
+
+
+ Gets a value indicating whether internal log includes Fatal messages.
+
+
+
+
+ A cyclic buffer of object.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Buffer size.
+ Whether buffer should grow as it becomes full.
+ The maximum number of items that the buffer can grow to.
+
+
+
+ Adds the specified log event to the buffer.
+
+ Log event.
+ The number of items in the buffer.
+
+
+
+ Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation.
+
+ Events in the buffer.
+
+
+
+ Gets the number of items in the array.
+
+
+
+
+ Condition and expression.
+
+
+
+
+ Base class for representing nodes in condition expression trees.
+
+
+
+
+ Converts condition text to a condition expression tree.
+
+ Condition text to be converted.
+ Condition expression tree.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the AND expression.
+ Right hand side of the AND expression.
+
+
+
+ Returns a string representation of this expression.
+
+ A concatenated '(Left) and (Right)' string.
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the conjunction operator.
+
+
+
+ Gets the left hand side of the AND expression.
+
+
+
+
+ Gets the right hand side of the AND expression.
+
+
+
+
+ Exception during evaluation of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition layout expression (represented by a string literal
+ with embedded ${}).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout.
+
+
+
+ Returns a string representation of this expression.
+
+ String literal in single quotes.
+
+
+
+ Evaluates the expression by calculating the value
+ of the layout in the specified evaluation context.
+
+ Evaluation context.
+ The value of the layout.
+
+
+
+ Gets the layout.
+
+ The layout.
+
+
+
+ Condition level expression (represented by the level keyword).
+
+
+
+
+ Returns a string representation of the expression.
+
+ The 'level' string.
+
+
+
+ Evaluates to the current log level.
+
+ Evaluation context. Ignored.
+ The object representing current log level.
+
+
+
+ Condition literal expression (numeric, LogLevel.XXX, true or false).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Literal value.
+
+
+
+ Returns a string representation of the expression.
+
+ The literal value.
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ The literal value as passed in the constructor.
+
+
+
+ Gets the literal value.
+
+ The literal value.
+
+
+
+ Condition logger name expression (represented by the logger keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ A logger string.
+
+
+
+ Evaluates to the logger name.
+
+ Evaluation context.
+ The logger name.
+
+
+
+ Condition message expression (represented by the message keyword).
+
+
+
+
+ Returns a string representation of this expression.
+
+ The 'message' string.
+
+
+
+ Evaluates to the logger message.
+
+ Evaluation context.
+ The logger message.
+
+
+
+ Marks class as a log event Condition and assigns a name to it.
+
+
+
+
+ Attaches a simple name to an item (such as ,
+ , , etc.).
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the item.
+
+
+
+ Gets the name of the item.
+
+ The name of the item.
+
+
+
+ Initializes a new instance of the class.
+
+ Condition method name.
+
+
+
+ Condition method invocation expression (represented by method(p1,p2,p3) syntax).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the condition method.
+ of the condition method.
+ The method parameters.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the method info.
+
+
+
+
+ Gets the method parameters.
+
+ The method parameters.
+
+
+
+ A bunch of utility methods (mostly predicates) which can be used in
+ condition expressions. Parially inspired by XPath 1.0.
+
+
+
+
+ Compares two values for equality.
+
+ The first value.
+ The second value.
+ true when two objects are equal, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a substring of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a substring of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a prefix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Gets or sets a value indicating whether the second string is a suffix of the first one.
+
+ The first string.
+ The second string.
+ true when the second string is a prefix of the first string, false otherwise.
+
+
+
+ Returns the length of a string.
+
+ A string whose lengths is to be evaluated.
+ The length of the string.
+
+
+
+ Marks the class as containing condition methods.
+
+
+
+
+ Condition not expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Gets the expression to be negated.
+
+ The expression.
+
+
+
+ Condition or expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Left hand side of the OR expression.
+ Right hand side of the OR expression.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression by evaluating and recursively.
+
+ Evaluation context.
+ The value of the alternative operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Exception during parsing of condition expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Condition parser. Turns a string representation of condition expression
+ into an expression tree.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The expression to be parsed.
+ Instance of used to resolve references to condition methods and layout renderers.
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+ Parses the specified condition string and turns it into
+ tree.
+
+ The string reader.
+ Instance of used to resolve references to condition methods and layout renderers.
+
+ The root of the expression syntax tree which can be used to get the value of the condition in a specified context.
+
+
+
+
+ Condition relational (==, !=, <, <=,
+ > or >=) expression.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The left expression.
+ The right expression.
+ The relational operator.
+
+
+
+ Returns a string representation of the expression.
+
+
+ A that represents the condition expression.
+
+
+
+
+ Evaluates the expression.
+
+ Evaluation context.
+ Expression result.
+
+
+
+ Compares the specified values using specified relational operator.
+
+ The first value.
+ The second value.
+ The relational operator.
+ Result of the given relational operator.
+
+
+
+ Gets the left expression.
+
+ The left expression.
+
+
+
+ Gets the right expression.
+
+ The right expression.
+
+
+
+ Gets the relational operator.
+
+ The operator.
+
+
+
+ Relational operators used in conditions.
+
+
+
+
+ Equality (==).
+
+
+
+
+ Inequality (!=).
+
+
+
+
+ Less than (<).
+
+
+
+
+ Greater than (>).
+
+
+
+
+ Less than or equal (<=).
+
+
+
+
+ Greater than or equal (>=).
+
+
+
+
+ Hand-written tokenizer for conditions.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The string reader.
+
+
+
+ Asserts current token type and advances to the next token.
+
+ Expected token type.
+ If token type doesn't match, an exception is thrown.
+
+
+
+ Asserts that current token is a keyword and returns its value and advances to the next token.
+
+ Keyword value.
+
+
+
+ Gets or sets a value indicating whether current keyword is equal to the specified value.
+
+ The keyword.
+
+ A value of true if current keyword is equal to the specified value; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the tokenizer has reached the end of the token stream.
+
+
+ A value of true if the tokenizer has reached the end of the token stream; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether current token is a number.
+
+
+ A value of true if current token is a number; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether the specified token is of specified type.
+
+ The token type.
+
+ A value of true if current token is of specified type; otherwise, false.
+
+
+
+
+ Gets the next token and sets and properties.
+
+
+
+
+ Gets the token position.
+
+ The token position.
+
+
+
+ Gets the type of the token.
+
+ The type of the token.
+
+
+
+ Gets the token value.
+
+ The token value.
+
+
+
+ Gets the value of a string token.
+
+ The string token value.
+
+
+
+ Mapping between characters and token types for punctuations.
+
+
+
+
+ Initializes a new instance of the CharToTokenType struct.
+
+ The character.
+ Type of the token.
+
+
+
+ Token types for condition expressions.
+
+
+
+
+ Marks the class or a member as advanced. Advanced classes and members are hidden by
+ default in generated documentation.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain.
+
+
+
+
+ Used to mark configurable parameters which are arrays.
+ Specifies the mapping between XML elements and .NET types.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The type of the array item.
+ The XML element name that represents the item.
+
+
+
+ Gets the .NET type of the array item.
+
+
+
+
+ Gets the XML element name.
+
+
+
+
+ Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type.
+
+ Type of the item.
+ Created object of the specified type.
+
+
+
+ Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog.
+
+
+
+
+ Initializes static members of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The assemblies to scan for named items.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+
+
+
+ Registers named items from the assembly.
+
+ The assembly.
+ Item name prefix.
+
+
+
+ Clears the contents of all factories.
+
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Builds the default configuration item factory.
+
+ Default factory.
+
+
+
+ Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll.
+
+
+
+
+ Gets or sets default singleton instance of .
+
+
+
+
+ Gets or sets the creator delegate used to instantiate configuration objects.
+
+
+ By overriding this property, one can enable dependency injection or interception for created objects.
+
+
+
+
+ Gets the factory.
+
+ The target factory.
+
+
+
+ Gets the factory.
+
+ The filter factory.
+
+
+
+ Gets the factory.
+
+ The layout renderer factory.
+
+
+
+ Gets the factory.
+
+ The layout factory.
+
+
+
+ Gets the ambient property factory.
+
+ The ambient property factory.
+
+
+
+ Gets the condition method factory.
+
+ The condition method factory.
+
+
+
+ Attribute used to mark the default parameters for layout renderers.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Factory for class-based items.
+
+ The base type of each item.
+ The type of the attribute used to annotate itemss.
+
+
+
+ Represents a factory of named items (such as targets, layouts, layout renderers, etc.).
+
+ Base type for each item instance.
+ Item definition type (typically or ).
+
+
+
+ Registers new item definition.
+
+ Name of the item.
+ Item definition.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Creates item instance.
+
+ Name of the item.
+ Newly created item instance.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.).
+
+
+
+
+ Scans the assembly.
+
+ The assembly.
+ The prefix.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Registers the item based on a type name.
+
+ Name of the item.
+ Name of the type.
+
+
+
+ Clears the contents of the factory.
+
+
+
+
+ Registers a single type definition.
+
+ The item name.
+ The type of the item.
+
+
+
+ Tries to get registed item definition.
+
+ Name of the item.
+ Reference to a variable which will store the item definition.
+ Item definition.
+
+
+
+ Tries to create an item instance.
+
+ Name of the item.
+ The result.
+ True if instance was created successfully, false otherwise.
+
+
+
+ Creates an item instance.
+
+ The name of the item.
+ Created item.
+
+
+
+ Implemented by objects which support installation and uninstallation.
+
+
+
+
+ Performs installation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Performs uninstallation which requires administrative permissions.
+
+ The installation context.
+
+
+
+ Determines whether the item is installed.
+
+ The installation context.
+
+ Value indicating whether the item is installed or null if it is not possible to determine.
+
+
+
+
+ Provides context for install/uninstall operations.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log output.
+
+
+
+ Logs the specified trace message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified debug message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified informational message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified warning message.
+
+ The message.
+ The arguments.
+
+
+
+ Logs the specified error message.
+
+ The message.
+ The arguments.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates the log event which can be used to render layouts during installation/uninstallations.
+
+ Log event info object.
+
+
+
+ Gets or sets the installation log level.
+
+
+
+
+ Gets or sets a value indicating whether to ignore failures during installation.
+
+
+
+
+ Gets the installation parameters.
+
+
+
+
+ Gets or sets the log output.
+
+
+
+
+ Keeps logging configuration and provides simple API
+ to modify it.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Registers the specified target object under a given name.
+
+
+ Name of the target.
+
+
+ The target object.
+
+
+
+
+ Finds the target with the specified name.
+
+
+ The name of the target to be found.
+
+
+ Found target or when the target is not found.
+
+
+
+
+ Called by LogManager when one of the log configuration files changes.
+
+
+ A new instance of that represents the updated configuration.
+
+
+
+
+ Removes the specified named target.
+
+
+ Name of the target.
+
+
+
+
+ Installs target-specific objects on current system.
+
+ The installation context.
+
+ Installation typically runs with administrative permissions.
+
+
+
+
+ Uninstalls target-specific objects from current system.
+
+ The installation context.
+
+ Uninstallation typically runs with administrative permissions.
+
+
+
+
+ Closes all targets and releases any unmanaged resources.
+
+
+
+
+ Flushes any pending log messages on all appenders.
+
+ The asynchronous continuation.
+
+
+
+ Validates the configuration.
+
+
+
+
+ Gets a collection of named targets specified in the configuration.
+
+
+ A list of named targets.
+
+
+ Unnamed targets (such as those wrapped by other targets) are not returned.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+
+
+
+
+ Gets the collection of logging rules.
+
+
+
+
+ Gets all targets.
+
+
+
+
+ Arguments for events.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The old configuration.
+ The new configuration.
+
+
+
+ Gets the old configuration.
+
+ The old configuration.
+
+
+
+ Gets the new configuration.
+
+ The new configuration.
+
+
+
+ Represents a logging rule. An equivalent of <logger /> configuration element.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Minimum log level needed to trigger this rule.
+ Target to be written to when the rule matches.
+
+
+
+ Initializes a new instance of the class.
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends.
+ Target to be written to when the rule matches.
+ By default no logging levels are defined. You should call and to set them.
+
+
+
+ Enables logging for a particular level.
+
+ Level to be enabled.
+
+
+
+ Disables logging for a particular level.
+
+ Level to be disabled.
+
+
+
+ Returns a string representation of . Used for debugging.
+
+
+ A that represents the current .
+
+
+
+
+ Checks whether te particular log level is enabled for this rule.
+
+ Level to be checked.
+ A value of when the log level is enabled, otherwise.
+
+
+
+ Checks whether given name matches the logger name pattern.
+
+ String to be matched.
+ A value of when the name matches, otherwise.
+
+
+
+ Gets a collection of targets that should be written to when this rule matches.
+
+
+
+
+ Gets a collection of child rules to be evaluated when this rule matches.
+
+
+
+
+ Gets a collection of filters to be checked before writing to targets.
+
+
+
+
+ Gets or sets a value indicating whether to quit processing any further rule when this one matches.
+
+
+
+
+ Gets or sets logger name pattern.
+
+
+ Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends but not anywhere else.
+
+
+
+
+ Gets the collection of log levels enabled by this rule.
+
+
+
+
+ Factory for locating methods.
+
+ The type of the class marker attribute.
+ The type of the method marker attribute.
+
+
+
+ Scans the assembly for classes marked with
+ and methods marked with and adds them
+ to the factory.
+
+ The assembly.
+ The prefix to use for names.
+
+
+
+ Registers the type.
+
+ The type to register.
+ The item name prefix.
+
+
+
+ Clears contents of the factory.
+
+
+
+
+ Registers the definition of a single method.
+
+ The method name.
+ The method info.
+
+
+
+ Tries to retrieve method by name.
+
+ The method name.
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Retrieves method by name.
+
+ Method name.
+ MethodInfo object.
+
+
+
+ Tries to get method definition.
+
+ The method .
+ The result.
+ A value of true if the method was found, false otherwise.
+
+
+
+ Gets a collection of all registered items in the factory.
+
+
+ Sequence of key/value pairs where each key represents the name
+ of the item and value is the of
+ the item.
+
+
+
+
+ Marks the object as configuration item for NLog.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Represents simple XML element with case-insensitive attribute semantics.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The input URI.
+
+
+
+ Initializes a new instance of the class.
+
+ The reader to initialize element from.
+
+
+
+ Prevents a default instance of the class from being created.
+
+
+
+
+ Returns children elements with the specified element name.
+
+ Name of the element.
+ Children elements with the specified element name.
+
+
+
+ Gets the required attribute.
+
+ Name of the attribute.
+ Attribute value.
+ Throws if the attribute is not specified.
+
+
+
+ Gets the optional boolean attribute value.
+
+ Name of the attribute.
+ Default value to return if the attribute is not found.
+ Boolean attribute value or default.
+
+
+
+ Gets the optional attribute value.
+
+ Name of the attribute.
+ The default value.
+ Value of the attribute or default value.
+
+
+
+ Asserts that the name of the element is among specified element names.
+
+ The allowed names.
+
+
+
+ Gets the element name.
+
+
+
+
+ Gets the dictionary of attribute values.
+
+
+
+
+ Gets the collection of child elements.
+
+
+
+
+ Gets the value of the element.
+
+
+
+
+ Attribute used to mark the required parameters for targets,
+ layout targets and filters.
+
+
+
+
+ Provides simple programmatic configuration API used for trivial logging cases.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the level are output to the console.
+
+
+
+
+ Configures NLog for console logging so that all messages above and including
+ the specified level are output to the console.
+
+ The minimal logging level.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the level are output.
+
+ The target to log all messages to.
+
+
+
+ Configures NLog for to log to the specified target so that all messages
+ above and including the specified level are output.
+
+ The target to log all messages to.
+ The minimal logging level.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the level are written to the specified file.
+
+ Log file name.
+
+
+
+ Configures NLog for file logging so that all messages above and including
+ the specified level are written to the specified file.
+
+ Log file name.
+ The minimal logging level.
+
+
+
+ Value indicating how stack trace should be captured when processing the log event.
+
+
+
+
+ Stack trace should not be captured.
+
+
+
+
+ Stack trace should be captured without source-level information.
+
+
+
+
+ Capture maximum amount of the stack trace information supported on the plaform.
+
+
+
+
+ Marks the layout or layout renderer as producing correct results regardless of the thread
+ it's running on.
+
+
+
+
+ A class for configuring NLog through an XML configuration file
+ (App.config style or App.nlog style).
+
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+
+
+
+ Initializes a new instance of the class.
+
+ Configuration file to be read.
+ Ignore any errors during configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+
+
+
+ Initializes a new instance of the class.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Re-reads the original configuration file and returns the new object.
+
+ The new object.
+
+
+
+ Initializes the configuration.
+
+ containing the configuration section.
+ Name of the file that contains the element (to be used as a base for including other files).
+ Ignore any errors during configuration.
+
+
+
+ Gets or sets a value indicating whether the configuration files
+ should be watched for changes and reloaded automatically when changed.
+
+
+
+
+ Gets the collection of file names which should be watched for changes by NLog.
+ This is the list of configuration files processed.
+ If the autoReload attribute is not set it returns empty collection.
+
+
+
+
+ Matches when the specified condition is met.
+
+
+ Conditions are expressed using a simple language
+ described here.
+
+
+
+
+ An abstract filter class. Provides a way to eliminate log messages
+ based on properties other than logger name and log level.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets the result of evaluating filter against given log event.
+
+ The log event.
+ Filter result.
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the action to be taken when filter matches.
+
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the condition expression.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the filter.
+
+
+
+ Filter result.
+
+
+
+
+ The filter doesn't want to decide whether to log or discard the message.
+
+
+
+
+ The message should be logged.
+
+
+
+
+ The message should not be logged.
+
+
+
+
+ The message should be logged and processing should be finished.
+
+
+
+
+ The message should not be logged and processing should be finished.
+
+
+
+
+ A base class for filters that are based on comparing a value to a layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets the layout to be used to filter log messages.
+
+ The layout.
+
+
+
+
+ Matches when the calculated layout contains the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Matches when the calculated layout is equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Matches when the calculated layout does NOT contain the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets the substring to be matched.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Matches when the calculated layout is NOT equal to the specified substring.
+ This filter is deprecated in favour of <when /> which is based on contitions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Checks whether log event should be logged or not.
+
+ Log event.
+
+ - if the log event should be ignored
+ - if the filter doesn't want to decide
+ - if the log event should be logged
+ .
+
+
+
+ Gets or sets a string to compare the layout to.
+
+
+
+
+
+ Gets or sets a value indicating whether to ignore case when comparing strings.
+
+
+
+
+
+ Global Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Global Diagnostics Context - a dictionary structure to hold per-application-instance values.
+
+
+
+
+ Sets the Global Diagnostics Context item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the Global Diagnostics Context named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in the Global Diagnostics Context.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread GDC.
+
+
+
+ Removes the specified item from the Global Diagnostics Context.
+
+ Item name.
+
+
+
+ Clears the content of the GDC.
+
+
+
+
+ Optimized methods to get current time.
+
+
+
+
+ Gets the current time in an optimized fashion.
+
+ Current time.
+
+
+
+ Provides untyped IDictionary interface on top of generic IDictionary.
+
+ The type of the key.
+ The type of the value.
+
+
+
+ Initializes a new instance of the DictionaryAdapter class.
+
+ The implementation.
+
+
+
+ Adds an element with the provided key and value to the object.
+
+ The to use as the key of the element to add.
+ The to use as the value of the element to add.
+
+
+
+ Removes all elements from the object.
+
+
+
+
+ Determines whether the object contains an element with the specified key.
+
+ The key to locate in the object.
+
+ True if the contains an element with the key; otherwise, false.
+
+
+
+
+ Returns an object for the object.
+
+
+ An object for the object.
+
+
+
+
+ Removes the element with the specified key from the object.
+
+ The key of the element to remove.
+
+
+
+ Copies the elements of the to an , starting at a particular index.
+
+ The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing.
+ The zero-based index in at which copying begins.
+
+
+
+ Returns an enumerator that iterates through a collection.
+
+
+ An object that can be used to iterate through the collection.
+
+
+
+
+ Gets an object containing the values in the object.
+
+
+
+ An object containing the values in the object.
+
+
+
+
+ Gets the number of elements contained in the .
+
+
+
+ The number of elements contained in the .
+
+
+
+
+ Gets a value indicating whether access to the is synchronized (thread safe).
+
+
+ true if access to the is synchronized (thread safe); otherwise, false.
+
+
+
+
+ Gets an object that can be used to synchronize access to the .
+
+
+
+ An object that can be used to synchronize access to the .
+
+
+
+
+ Gets a value indicating whether the object has a fixed size.
+
+
+ true if the object has a fixed size; otherwise, false.
+
+
+
+
+ Gets a value indicating whether the object is read-only.
+
+
+ true if the object is read-only; otherwise, false.
+
+
+
+
+ Gets an object containing the keys of the object.
+
+
+
+ An object containing the keys of the object.
+
+
+
+
+ Gets or sets the with the specified key.
+
+ Dictionary key.
+ Value corresponding to key or null if not found
+
+
+
+ Wrapper IDictionaryEnumerator.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped.
+
+
+
+ Advances the enumerator to the next element of the collection.
+
+
+ True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
+
+
+
+
+ Sets the enumerator to its initial position, which is before the first element in the collection.
+
+
+
+
+ Gets both the key and the value of the current dictionary entry.
+
+
+
+ A containing both the key and the value of the current dictionary entry.
+
+
+
+
+ Gets the key of the current dictionary entry.
+
+
+
+ The key of the current element of the enumeration.
+
+
+
+
+ Gets the value of the current dictionary entry.
+
+
+
+ The value of the current element of the enumeration.
+
+
+
+
+ Gets the current element in the collection.
+
+
+
+ The current element in the collection.
+
+
+
+
+ LINQ-like helpers (cannot use LINQ because we must work with .NET 2.0 profile).
+
+
+
+
+ Filters the given enumerable to return only items of the specified type.
+
+
+ Type of the item.
+
+
+ The enumerable.
+
+
+ Items of specified type.
+
+
+
+
+ Reverses the specified enumerable.
+
+
+ Type of enumerable item.
+
+
+ The enumerable.
+
+
+ Reversed enumerable.
+
+
+
+
+ Determines is the given predicate is met by any element of the enumerable.
+
+ Element type.
+ The enumerable.
+ The predicate.
+ True if predicate returns true for any element of the collection, false otherwise.
+
+
+
+ Converts the enumerable to list.
+
+ Type of the list element.
+ The enumerable.
+ List of elements.
+
+
+
+ Safe way to get environment variables.
+
+
+
+
+ Helper class for dealing with exceptions.
+
+
+
+
+ Determines whether the exception must be rethrown.
+
+ The exception.
+ True if the exception must be rethrown, false otherwise.
+
+
+
+ Object construction helper.
+
+
+
+
+ Base class for optimized file appenders.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The create parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Records the last write time for a file.
+
+
+
+
+ Records the last write time for a file to be specific date.
+
+ Date and time when the last write occurred.
+
+
+
+ Creates the file stream.
+
+ If set to true allow concurrent writes.
+ A object which can be used to write to the file.
+
+
+
+ Gets the name of the file.
+
+ The name of the file.
+
+
+
+ Gets the last write time.
+
+ The last write time.
+
+
+
+ Gets the open time of the file.
+
+ The open time.
+
+
+
+ Gets the file creation parameters.
+
+ The file creation parameters.
+
+
+
+ Implementation of which caches
+ file information.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Closes this instance of the appender.
+
+
+
+
+ Flushes this current appender.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+ True if the operation succeeded, false otherwise.
+
+
+
+ Writes the specified bytes to a file.
+
+ The bytes to be written.
+
+
+
+ Factory class which creates objects.
+
+
+
+
+ Interface implemented by all factories capable of creating file appenders.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+ Instance of which can be used to write to the file.
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Interface that provides parameters for create file function.
+
+
+
+
+ Multi-process and multi-host file appender which attempts
+ to get exclusive write access and retries if it's not available.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized single-process file appender which keeps the file open for exclusive write.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the file.
+ The parameters.
+
+
+
+ Writes the specified bytes.
+
+ The bytes.
+
+
+
+ Flushes this instance.
+
+
+
+
+ Closes this instance.
+
+
+
+
+ Gets the file info.
+
+ The last write time.
+ Length of the file.
+
+ True if the operation succeeded, false otherwise.
+
+
+
+
+ Factory class.
+
+
+
+
+ Opens the appender for given file name and parameters.
+
+ Name of the file.
+ Creation parameters.
+
+ Instance of which can be used to write to the file.
+
+
+
+
+ Optimized routines to get the size and last write time of the specified file.
+
+
+
+
+ Initializes static members of the FileInfoHelper class.
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+ Interface implemented by layouts and layout renderers.
+
+
+
+
+ Renders the the value of layout or layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout.
+
+
+
+ Supports object initialization and termination.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Allows components to request stack trace information to be provided in the .
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ Define Localizable attribute for platforms that don't have it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Determines whether the target is localizable.
+
+
+
+ Gets or sets a value indicating whether the target is localizable.
+
+
+
+
+ Logger configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets by level.
+
+
+
+ Gets targets for the specified level.
+
+ The level.
+ Chain of targets with attached filters.
+
+
+
+ Determines whether the specified level is enabled.
+
+ The level.
+
+ A value of true if the specified level is enabled; otherwise, false.
+
+
+
+
+ Message Box helper.
+
+
+
+
+ Shows the specified message using platform-specific message box.
+
+ The message.
+ The caption.
+
+
+
+ Network sender which uses HTTP or HTTPS POST.
+
+
+
+
+ A base class for all network senders. Supports one-way sending of messages
+ over various protocols.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Finalizes an instance of the NetworkSender class.
+
+
+
+
+ Initializes this network sender.
+
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+ The continuation.
+
+
+
+ Flushes any pending messages and invokes a continuation.
+
+ The continuation.
+
+
+
+ Send the given text over the specified protocol.
+
+ Bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The asynchronous continuation.
+
+
+
+ Closes the sender and releases any unmanaged resources.
+
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Performs sender-specific close operation.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Parses the URI into an endpoint address.
+
+ The URI to parse.
+ The address family.
+ Parsed endpoint.
+
+
+
+ Gets the address of the network endpoint.
+
+
+
+
+ Gets the last send time.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The network URL.
+
+
+
+ Actually sends the given text over the specified protocol.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Creates instances of objects for given URLs.
+
+
+
+
+ Creates a new instance of the network sender based on a network URL.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Interface for mocking socket calls.
+
+
+
+
+ Default implementation of .
+
+
+
+
+ Creates a new instance of the network sender based on a network URL:.
+
+
+ URL that determines the network sender to be created.
+
+
+ A newly created network sender.
+
+
+
+
+ Socket proxy for mocking Socket code.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+
+
+
+ Closes the wrapped socket.
+
+
+
+
+ Invokes ConnectAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Invokes SendAsync method on the wrapped socket.
+
+ The instance containing the event data.
+ Result of original method.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Sends messages over a TCP network connection.
+
+
+
+
+ Initializes a new instance of the class.
+
+ URL. Must start with tcp://.
+ The address family.
+
+
+
+ Creates the socket with given parameters.
+
+ The address family.
+ Type of the socket.
+ Type of the protocol.
+ Instance of which represents the socket.
+
+
+
+ Performs sender-specific initialization.
+
+
+
+
+ Closes the socket.
+
+ The continuation.
+
+
+
+ Performs sender-specific flush.
+
+ The continuation.
+
+
+
+ Sends the specified text over the connected socket.
+
+ The bytes to be sent.
+ Offset in buffer.
+ Number of bytes to send.
+ The async continuation to be invoked after the buffer has been sent.
+ To be overridden in inheriting classes.
+
+
+
+ Facilitates mocking of class.
+
+
+
+
+ Raises the Completed event.
+
+
+
+
+ Scans (breadth-first) the object graph following all the edges whose are
+ instances have attached and returns
+ all objects implementing a specified interfaces.
+
+
+
+
+ Finds the objects which have attached which are reachable
+ from any of the given root objects when traversing the object graph over public properties.
+
+ Type of the objects to return.
+ The root objects.
+ Ordered list of objects implementing T.
+
+
+
+ Parameter validation utilities.
+
+
+
+
+ Asserts that the value is not null and throws otherwise.
+
+ The value to check.
+ Name of the parameter.
+
+
+
+ Detects the platform the NLog is running on.
+
+
+
+
+ Gets the current runtime OS.
+
+
+
+
+ Gets a value indicating whether current OS is a desktop version of Windows.
+
+
+
+
+ Gets a value indicating whether current OS is Win32-based (desktop or mobile).
+
+
+
+
+ Gets a value indicating whether current OS is Unix-based.
+
+
+
+
+ Portable implementation of .
+
+
+
+
+ Gets the information about a file.
+
+ Name of the file.
+ The file handle.
+ The last write time of the file.
+ Length of the file.
+
+ A value of true if file information was retrieved successfully, false otherwise.
+
+
+
+
+ Reflection helpers for accessing properties.
+
+
+
+
+ Reflection helpers.
+
+
+
+
+ Gets all usable exported types from the given assembly.
+
+ Assembly to scan.
+ Usable types from the given assembly.
+ Types which cannot be loaded are skipped.
+
+
+
+ Supported operating systems.
+
+
+ If you add anything here, make sure to add the appropriate detection
+ code to
+
+
+
+
+ Any operating system.
+
+
+
+
+ Unix/Linux operating systems.
+
+
+
+
+ Windows CE.
+
+
+
+
+ Desktop versions of Windows (95,98,ME).
+
+
+
+
+ Windows NT, 2000, 2003 and future versions based on NT technology.
+
+
+
+
+ Unknown operating system.
+
+
+
+
+ Simple character tokenizer.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The text to be tokenized.
+
+
+
+ Implements a single-call guard around given continuation function.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+
+
+
+ Continuation function which implements the single-call guard.
+
+ The exception.
+
+
+
+ Provides helpers to sort log events and associated continuations.
+
+
+
+
+ Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set.
+
+ The type of the value.
+ The type of the key.
+ The inputs.
+ The key selector function.
+
+ Dictonary where keys are unique input keys, and values are lists of .
+
+
+
+
+ Key selector delegate.
+
+ The type of the value.
+ The type of the key.
+ Value to extract key information from.
+ Key selected from log event.
+
+
+
+ Utilities for dealing with values.
+
+
+
+
+ Represents target with a chain of filters which determine
+ whether logging should happen.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The target.
+ The filter chain.
+
+
+
+ Gets the stack trace usage.
+
+ A value that determines stack trace handling.
+
+
+
+ Gets the target.
+
+ The target.
+
+
+
+ Gets the filter chain.
+
+ The filter chain.
+
+
+
+ Gets or sets the next item in the chain.
+
+ The next item in the chain.
+
+
+
+ Helper for dealing with thread-local storage.
+
+
+
+
+ Allocates the data slot for storing thread-local information.
+
+ Allocated slot key.
+
+
+
+ Gets the data for a slot in thread-local storage.
+
+ Type of the data.
+ The slot to get data for.
+
+ Slot data (will create T if null).
+
+
+
+
+ Wraps with a timeout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The asynchronous continuation.
+ The timeout.
+
+
+
+ Continuation function which implements the timeout logic.
+
+ The exception.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ URL Encoding helper.
+
+
+
+
+ Designates a property of the class as an ambient property.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Ambient property name.
+
+
+
+ The call site (class name, method name and source information).
+
+
+
+
+ Render environmental information related to logging events.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Renders the the value of layout renderer in the context of the specified log event.
+
+ The log event.
+ String representation of a layout renderer.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render the class name.
+
+
+
+
+
+ Gets or sets a value indicating whether to render the method name.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ A counter value (increases on each layout rendering).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified counter value and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the initial value of the counter.
+
+
+
+
+
+ Gets or sets the value to be added to the counter after each layout rendering.
+
+
+
+
+
+ Gets or sets the name of the sequence. Different named sequences can have individual values.
+
+
+
+
+
+ Current date and time.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the current date and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format).
+
+
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ URI of the HTML page which hosts the current Silverlight application.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Log event context data.
+
+
+
+
+ Renders the specified log event context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Exception information provided through
+ a call to one of the Logger.*Exception() methods.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified exception information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the format of the output. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception
+ properties: Message, Type, ShortType, ToString, Method, StackTrace.
+ This parameter value is case-insensitive.
+
+
+
+
+
+ Gets or sets the separator used to concatenate parts specified in the Format.
+
+
+
+
+
+ Gets or sets the maximum number of inner exceptions to include in the output.
+ By default inner exceptions are not enabled for compatibility with NLog 1.0.
+
+
+
+
+
+ Gets or sets the separator between inner exceptions.
+
+
+
+
+
+ Renders contents of the specified file.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the contents of the specified file and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file.
+
+
+
+
+
+ Gets or sets the encoding used in the file.
+
+ The encoding.
+
+
+
+
+ The information about the garbage collector.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the selected process information.
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the property to retrieve.
+
+
+
+
+
+ Gets or sets the property of System.GC to retrieve.
+
+
+
+
+ Total memory allocated.
+
+
+
+
+ Total memory allocated (perform full garbage collection first).
+
+
+
+
+ Gets the number of Gen0 collections.
+
+
+
+
+ Gets the number of Gen1 collections.
+
+
+
+
+ Gets the number of Gen2 collections.
+
+
+
+
+ Maximum generation number supported by GC.
+
+
+
+
+ Global Diagnostics Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified Global Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ Globally-unique identifier (GUID).
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders a newly generated GUID string and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the GUID format as accepted by Guid.ToString() method.
+
+
+
+
+
+ Installation parameter (passed to InstallNLogConfig).
+
+
+
+
+ Renders the specified installation parameter and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the layout renderer.
+
+
+
+ The log level.
+
+
+
+
+ Renders the current log level and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ A string literal.
+
+
+ This is used to escape '${' sequence
+ as ;${literal:text=${}'
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The literal text value.
+ This is used by the layout compiler.
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the literal text.
+
+
+
+
+
+ XML event description compatible with log4j, Chainsaw and NLogViewer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the XML logging event and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets a value indicating whether the XML should use spaces for indentation.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the dictionary.
+
+
+
+
+
+ Gets or sets a value indicating whether to include contents of the stack.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+ The logger name.
+
+
+
+
+ Renders the logger name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character).
+
+
+
+
+
+ The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.mmm.
+
+
+
+
+ Renders the date in the long format (yyyy-MM-dd HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Mapped Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Renders the specified MDC item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the item.
+
+
+
+
+
+ The formatted log message.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the log message including any positional parameters and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to log exception along with message.
+
+
+
+
+
+ Gets or sets the string that separates message from the exception.
+
+
+
+
+
+ Nested Diagnostic Context item. Provided for compatibility with log4net.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified Nested Diagnostics Context item and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the number of bottom stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the separator to be used for concatenating nested diagnostics context output.
+
+
+
+
+
+ A newline literal.
+
+
+
+
+ Renders the specified string literal and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The process time in format HH:mm:ss.mmm.
+
+
+
+
+ Renders the current process running time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The short date in a sortable format yyyy-MM-dd.
+
+
+
+
+ Renders the current short date string (yyyy-MM-dd) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Information about Silverlight application.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the specified environmental information and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets specific information to display.
+
+
+
+
+
+ Specifies application information to display in ${sl-appinfo} renderer.
+
+
+
+
+ URI of the current application XAP file.
+
+
+
+
+ Whether application is running out-of-browser.
+
+
+
+
+ Installed state of an application.
+
+
+
+
+ Whether application is running with elevated permissions.
+
+
+
+
+ System special folder path (includes My Documents, My Music, Program Files, Desktop, and more).
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the system special folder to use.
+
+
+ Full list of options is available at MSDN.
+ The most common ones are:
+
+
ApplicationData - roaming application data for current user.
+
CommonApplicationData - application data for all users.
+
MyDocuments - My Documents
+
DesktopDirectory - Desktop directory
+
LocalApplicationData - non roaming application data
+
Personal - user profile directory
+
System - System directory
+
+
+
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Format of the ${stacktrace} layout renderer output.
+
+
+
+
+ Raw format (multiline - as returned by StackFrame.ToString() method).
+
+
+
+
+ Flat format (class and method names displayed in a single line).
+
+
+
+
+ Detailed flat format (method signatures displayed in a single line).
+
+
+
+
+ Stack trace renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the call site and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the output format of the stack trace.
+
+
+
+
+
+ Gets or sets the number of top stack frames to be rendered.
+
+
+
+
+
+ Gets or sets the stack frame separator string.
+
+
+
+
+
+ Gets the level of stack trace information required by the implementing class.
+
+
+
+
+
+ A temporary directory.
+
+
+
+
+ Renders the directory where NLog is located and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets the name of the file to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ Gets or sets the name of the directory to be Path.Combine()'d with the directory name.
+
+
+
+
+
+ The identifier of the current thread.
+
+
+
+
+ Renders the current thread identifier and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The name of the current thread.
+
+
+
+
+ Renders the current thread name and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The Ticks value of current date and time.
+
+
+
+
+ Renders the ticks value of current time and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ The time in a 24-hour, sortable format HH:mm:ss.mmm.
+
+
+
+
+ Renders time in the 24-h format (HH:mm:ss.mmm) and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Gets or sets a value indicating whether to output UTC time instead of local time.
+
+
+
+
+
+ Applies caching to another layout output.
+
+
+ The value of the inner layout will be rendered only once and reused subsequently.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Renders the inner message, processes it and appends it to the specified .
+
+ The to append the rendered data to.
+ Logging event.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets the wrapped layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Closes the layout renderer.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+ Contents of inner layout.
+
+
+
+ Gets or sets a value indicating whether this is enabled.
+
+
+
+
+
+ Filters characters not allowed in the file names by replacing them with safe character.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path
+ (illegal characters are replaced with '_').
+
+
+
+
+
+ Escapes output of another layout using JSON rules.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ JSON-encoded string.
+
+
+
+ Gets or sets a value indicating whether to apply JSON encoding.
+
+
+
+
+
+ Converts the result of another layout output to lower case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Only outputs the inner layout when exception has been defined for log message.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Applies padding to another layout output.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the number of characters to pad the output to.
+
+
+ Positive padding values cause left padding, negative values
+ cause right padding to the desired width.
+
+
+
+
+
+ Gets or sets the padding character.
+
+
+
+
+
+ Gets or sets a value indicating whether to trim the
+ rendered text to the absolute value of the padding length.
+
+
+
+
+
+ Replaces a string in the output of another layout with another string.
+
+
+
+
+ Initializes the layout renderer.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Post-processed text.
+
+
+
+ Gets or sets the text to search for.
+
+ The text search for.
+
+
+
+
+ Gets or sets a value indicating whether regular expressions should be used.
+
+ A value of true if regular expressions should be used otherwise, false.
+
+
+
+
+ Gets or sets the replacement string.
+
+ The replacement string.
+
+
+
+
+ Gets or sets a value indicating whether to ignore case.
+
+ A value of true if case should be ignored when searching; otherwise, false.
+
+
+
+
+ Gets or sets a value indicating whether to search for whole words.
+
+ A value of true if whole words should be searched for; otherwise, false.
+
+
+
+
+ Decodes text "encrypted" with ROT-13.
+
+
+ See http://en.wikipedia.org/wiki/ROT13.
+
+
+
+
+ Encodes/Decodes ROT-13-encoded string.
+
+ The string to be encoded/decoded.
+ Encoded/Decoded text.
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets the layout to be wrapped.
+
+ The layout to be wrapped.
+ This variable is for backwards compatibility
+
+
+
+
+ Trims the whitespace from the result of another layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Trimmed string.
+
+
+
+ Gets or sets a value indicating whether lower case conversion should be applied.
+
+ A value of true if lower case conversion should be applied; otherwise, false.
+
+
+
+
+ Converts the result of another layout output to upper case.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether upper case conversion should be applied.
+
+ A value of true if upper case conversion should be applied otherwise, false.
+
+
+
+
+ Gets or sets the culture used for rendering.
+
+
+
+
+
+ Encodes the result of another layout output for use with URLs.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Gets or sets a value indicating whether spaces should be translated to '+' or '%20'.
+
+ A value of true if space should be translated to '+'; otherwise, false.
+
+
+
+
+ Outputs alternative layout when the inner layout produces empty result.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the layout to be rendered when original layout produced empty result.
+
+
+
+
+
+ Only outputs the inner layout when the specified condition has been met.
+
+
+
+
+ Transforms the output of another layout.
+
+ Output to be transform.
+ Transformed text.
+
+
+
+ Renders the inner layout contents.
+
+ The log event.
+
+ Contents of inner layout.
+
+
+
+
+ Gets or sets the condition that must be met for the inner layout to be printed.
+
+
+
+
+
+ Converts the result of another layout output to be XML-compliant.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Post-processes the rendered message.
+
+ The text to be post-processed.
+ Padded and trimmed string.
+
+
+
+ Gets or sets a value indicating whether to apply XML encoding.
+
+
+
+
+
+ A column in the CSV.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the column.
+ The layout of the column.
+
+
+
+ Gets or sets the name of the column.
+
+
+
+
+
+ Gets or sets the layout of the column.
+
+
+
+
+
+ Specifies allowed column delimiters.
+
+
+
+
+ Automatically detect from regional settings.
+
+
+
+
+ Comma (ASCII 44).
+
+
+
+
+ Semicolon (ASCII 59).
+
+
+
+
+ Tab character (ASCII 9).
+
+
+
+
+ Pipe character (ASCII 124).
+
+
+
+
+ Space character (ASCII 32).
+
+
+
+
+ Custom string, specified by the CustomDelimiter.
+
+
+
+
+ A specialized layout that renders CSV-formatted events.
+
+
+
+
+ A specialized layout that supports header and footer.
+
+
+
+
+ Abstract interface that layouts must implement.
+
+
+
+
+ Converts a given text to a .
+
+ Text to be converted.
+ object represented by the text.
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ Instance of .
+
+
+
+ Implicitly converts the specified string to a .
+
+ The layout string.
+ The NLog factories to use when resolving layout renderers.
+ Instance of .
+
+
+
+ Precalculates the layout for the specified log event and stores the result
+ in per-log event cache.
+
+ The log event.
+
+ Calling this method enables you to store the log event in a buffer
+ and/or potentially evaluate it in another thread even though the
+ layout may contain thread-dependent renderer.
+
+
+
+
+ Renders the event info in layout.
+
+ The event info.
+ String representing log event.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Closes the layout.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread).
+
+
+ Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are
+ like that as well.
+ Thread-agnostic layouts only use contents of for its output.
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the body layout (can be repeated multiple times).
+
+
+
+
+
+ Gets or sets the header layout.
+
+
+
+
+
+ Gets or sets the footer layout.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes the layout.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Gets or sets a value indicating whether CVS should include header.
+
+ A value of true if CVS should include header; otherwise, false.
+
+
+
+
+ Gets or sets the column delimiter.
+
+
+
+
+
+ Gets or sets the quoting mode.
+
+
+
+
+
+ Gets or sets the quote Character.
+
+
+
+
+
+ Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
+
+
+
+
+
+ Header for CSV layout.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The parent.
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Specifies allowes CSV quoting modes.
+
+
+
+
+ Quote all column.
+
+
+
+
+ Quote nothing.
+
+
+
+
+ Quote only whose values contain the quote symbol or
+ the separator.
+
+
+
+
+ Marks class as a layout renderer and assigns a format string to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Layout name.
+
+
+
+ Parses layout strings.
+
+
+
+
+ A specialized layout that renders Log4j-compatible XML events.
+
+
+ This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets the instance that renders log events.
+
+
+
+
+ Represents a string with embedded placeholders that can render contextual information.
+
+
+ This layout is not meant to be used explicitly. Instead you can just use a string containing layout
+ renderers everywhere the layout is required.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+
+
+
+ Initializes a new instance of the class.
+
+ The layout string to parse.
+ The NLog factories to use when creating references to layout renderers.
+
+
+
+ Converts a text to a simple layout.
+
+ Text to be converted.
+ A object.
+
+
+
+ Escapes the passed text so that it can
+ be used literally in all places where
+ layout is normally expected without being
+ treated as layout.
+
+ The text to be escaped.
+ The escaped text.
+
+ Escaping is done by replacing all occurences of
+ '${' with '${literal:text=${}'
+
+
+
+
+ Evaluates the specified text by expadinging all layout renderers.
+
+ The text to be evaluated.
+ Log event to be used for evaluation.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Evaluates the specified text by expadinging all layout renderers
+ in new context.
+
+ The text to be evaluated.
+ The input text with all occurences of ${} replaced with
+ values provided by the appropriate layout renderers.
+
+
+
+ Returns a that represents the current object.
+
+
+ A that represents the current object.
+
+
+
+
+ Renders the layout for the specified logging event by invoking layout renderers
+ that make up the event.
+
+ The logging event.
+ The rendered layout.
+
+
+
+ Gets or sets the layout text.
+
+
+
+
+
+ Gets a collection of objects that make up this layout.
+
+
+
+
+ Represents the logging event.
+
+
+
+
+ Gets the date of the first log event created.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ Log message including parameter placeholders.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+
+
+
+ Initializes a new instance of the class.
+
+ Log level.
+ Logger name.
+ An IFormatProvider that supplies culture-specific formatting information.
+ Log message including parameter placeholders.
+ Parameter array.
+ Exception information.
+
+
+
+ Creates the null event.
+
+ Null log event.
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ The parameters.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The format provider.
+ The message.
+ Instance of .
+
+
+
+ Creates the log event.
+
+ The log level.
+ Name of the logger.
+ The message.
+ The exception.
+ Instance of .
+
+
+
+ Creates from this by attaching the specified asynchronous continuation.
+
+ The asynchronous continuation.
+ Instance of with attached continuation.
+
+
+
+ Returns a string representation of this log event.
+
+ String representation of the log event.
+
+
+
+ Sets the stack trace for the event info.
+
+ The stack trace.
+ Index of the first user stack frame within the stack trace.
+
+
+
+ Gets the unique identifier of log event which is automatically generated
+ and monotonously increasing.
+
+
+
+
+ Gets or sets the timestamp of the logging event.
+
+
+
+
+ Gets or sets the level of the logging event.
+
+
+
+
+ Gets a value indicating whether stack trace has been set for this event.
+
+
+
+
+ Gets the stack frame of the method that did the logging.
+
+
+
+
+ Gets the number index of the stack frame that represents the user
+ code (not the NLog code).
+
+
+
+
+ Gets the entire stack trace.
+
+
+
+
+ Gets or sets the exception information.
+
+
+
+
+ Gets or sets the logger name.
+
+
+
+
+ Gets the logger short name.
+
+
+
+
+ Gets or sets the log message including any parameter placeholders.
+
+
+
+
+ Gets or sets the parameter values or null if no parameters have been specified.
+
+
+
+
+ Gets or sets the format provider that was provided while logging or
+ when no formatProvider was specified.
+
+
+
+
+ Gets the formatted message.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Gets the dictionary of per-event context properties.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The config.
+
+
+
+ Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
+
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger instance.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The type of the logger to create. The type must inherit from NLog.Logger.
+ The logger reference. Multiple calls to GetLogger with the
+ same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether exceptions should be thrown.
+
+ A value of true if exceptiosn should be thrown; otherwise, false.
+ By default exceptions
+ are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Logger cache key.
+
+
+
+
+ Serves as a hash function for a particular type.
+
+
+ A hash code for the current .
+
+
+
+
+ Determines if two objects are equal in value.
+
+ Other object to compare to.
+ True if objects are equal, false otherwise.
+
+
+
+ Enables logging in implementation.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The factory.
+
+
+
+ Enables logging.
+
+
+
+
+ Specialized LogFactory that can return instances of custom logger types.
+
+ The type of the logger to be returned. Must inherit from .
+
+
+
+ Gets the logger.
+
+ The logger name.
+ An instance of .
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Provides logging interface and utility functions.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the specified level.
+
+ Log level to be checked.
+ A value of if logging is enabled for the specified level, otherwise it returns .
+
+
+
+ Writes the specified diagnostic message.
+
+ Log event.
+
+
+
+ Writes the specified diagnostic message.
+
+ The name of the type that wraps Logger.
+ Log event.
+
+
+
+ Writes the diagnostic message at the specified level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ Type of the value.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the specified level.
+
+ The log level.
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider.
+
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level.
+
+ The log level.
+ Log message.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The log level.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameter.
+
+ The type of the argument.
+ The log level.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the specified level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ The log level.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Trace level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Trace level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Debug level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Debug level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Info level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Info level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Warn level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Warn level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Error level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Error level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Type of the value.
+ An IFormatProvider that supplies culture-specific formatting information.
+ The value to be written.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ A function returning message to be written. Function is not evaluated if logging is not enabled.
+
+
+
+ Writes the diagnostic message and exception at the Fatal level.
+
+ A to be written.
+ An exception to be logged.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
+
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level.
+
+ Log message.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ A containing format items.
+ Arguments to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
+
+ The type of the argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameter.
+
+ The type of the argument.
+ A containing one format item.
+ The argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ An IFormatProvider that supplies culture-specific formatting information.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Writes the diagnostic message at the Fatal level using the specified parameters.
+
+ The type of the first argument.
+ The type of the second argument.
+ The type of the third argument.
+ A containing one format item.
+ The first argument to format.
+ The second argument to format.
+ The third argument to format.
+
+
+
+ Occurs when logger configuration changes.
+
+
+
+
+ Gets the name of the logger.
+
+
+
+
+ Gets the factory that created this logger.
+
+
+
+
+ Gets a value indicating whether logging is enabled for the Trace level.
+
+ A value of if logging is enabled for the Trace level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Debug level.
+
+ A value of if logging is enabled for the Debug level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Info level.
+
+ A value of if logging is enabled for the Info level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Warn level.
+
+ A value of if logging is enabled for the Warn level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Error level.
+
+ A value of if logging is enabled for the Error level, otherwise it returns .
+
+
+
+ Gets a value indicating whether logging is enabled for the Fatal level.
+
+ A value of if logging is enabled for the Fatal level, otherwise it returns .
+
+
+
+ Implementation of logging engine.
+
+
+
+
+ Gets the filter result.
+
+ The filter chain.
+ The log event.
+ The result of the filter.
+
+
+
+ Defines available log levels.
+
+
+
+
+ Trace log level.
+
+
+
+
+ Debug log level.
+
+
+
+
+ Info log level.
+
+
+
+
+ Warn log level.
+
+
+
+
+ Error log level.
+
+
+
+
+ Fatal log level.
+
+
+
+
+ Off log level.
+
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal == level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is not equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal != level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal > level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is greater than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal >= level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal < level2.Ordinal.
+
+
+
+ Compares two objects
+ and returns a value indicating whether
+ the first one is less than or equal to the second one.
+
+ The first level.
+ The second level.
+ The value of level1.Ordinal <= level2.Ordinal.
+
+
+
+ Gets the that corresponds to the specified ordinal.
+
+ The ordinal.
+ The instance. For 0 it returns , 1 gives and so on.
+
+
+
+ Returns the that corresponds to the supplied .
+
+ The texual representation of the log level.
+ The enumeration value.
+
+
+
+ Returns a string representation of the log level.
+
+ Log level name.
+
+
+
+ Returns a hash code for this instance.
+
+
+ A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
+
+
+
+
+ Determines whether the specified is equal to this instance.
+
+ The to compare with this instance.
+
+ Value of true if the specified is equal to this instance; otherwise, false.
+
+
+ The parameter is null.
+
+
+
+
+ Compares the level to the other object.
+
+
+ The object object.
+
+
+ A value less than zero when this logger's is
+ less than the other logger's ordinal, 0 when they are equal and
+ greater than zero when this ordinal is greater than the
+ other ordinal.
+
+
+
+
+ Gets the name of the log level.
+
+
+
+
+ Gets the ordinal of the log level.
+
+
+
+
+ Creates and manages instances of objects.
+
+
+
+
+ Prevents a default instance of the LogManager class from being created.
+
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Gets the logger named after the currently-being-initialized class.
+
+ The logger class. The class must inherit from .
+ The logger.
+ This is a slow-running method.
+ Make sure you're not doing this in a loop.
+
+
+
+ Creates a logger that discards all log messages.
+
+ Null logger which discards all log messages.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Gets the specified named logger.
+
+ Name of the logger.
+ The logger class. The class must inherit from .
+ The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference.
+
+
+
+ Loops through all loggers previously returned by GetLogger.
+ and recalculates their target and filter list. Useful after modifying the configuration programmatically
+ to ensure that all loggers have been properly configured.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+ Maximum time to allow for the flush. Any messages after that time will be discarded.
+
+
+ Decreases the log enable counter and if it reaches -1
+ the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+ An object that iplements IDisposable whose Dispose() method
+ reenables logging. To be used with C# using () statement.
+
+
+ Increases the log enable counter and if it reaches 0 the logs are disabled.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Returns if logging is currently enabled.
+
+ A value of if logging is currently enabled,
+ otherwise.
+ Logging is enabled if the number of calls is greater
+ than or equal to calls.
+
+
+
+ Occurs when logging changes.
+
+
+
+
+ Gets or sets a value indicating whether NLog should throw exceptions.
+ By default exceptions are not thrown under any circumstances.
+
+
+
+
+ Gets or sets the current logging configuration.
+
+
+
+
+ Gets or sets the global log threshold. Log events below this threshold are not logged.
+
+
+
+
+ Returns a log message. Used to defer calculation of
+ the log message until it's actually needed.
+
+ Log message.
+
+
+
+ Service contract for Log Receiver client.
+
+
+
+
+ Begins processing of log messages.
+
+ The events.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Service contract for Log Receiver server.
+
+
+
+
+ Processes the log messages.
+
+ The events.
+
+
+
+ Implementation of which forwards received logs through or a given .
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The log factory.
+
+
+
+ Processes the log messages.
+
+ The events to process.
+
+
+
+ Processes the log messages.
+
+ The log events.
+
+
+
+ Internal configuration of Log Receiver Service contracts.
+
+
+
+
+ Wire format for NLog Event.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Converts the to .
+
+ The object this is part of..
+ The logger name prefix to prepend in front of the logger name.
+ Converted .
+
+
+
+ Gets or sets the client-generated identifier of the event.
+
+
+
+
+ Gets or sets the ordinal of the log level.
+
+
+
+
+ Gets or sets the logger ordinal (index into .
+
+ The logger ordinal.
+
+
+
+ Gets or sets the time delta (in ticks) between the time of the event and base time.
+
+
+
+
+ Gets or sets the message string index.
+
+
+
+
+ Gets or sets the collection of layout values.
+
+
+
+
+ Gets the collection of indexes into array for each layout value.
+
+
+
+
+ Wire format for NLog event package.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+ The logger name prefix to prepend in front of each logger name.
+
+ Sequence of objects.
+
+
+
+
+ Converts the events to sequence of objects suitable for routing through NLog.
+
+
+ Sequence of objects.
+
+
+
+
+ Gets or sets the name of the client.
+
+ The name of the client.
+
+
+
+ Gets or sets the base time (UTC ticks) for all events in the package.
+
+ The base time UTC.
+
+
+
+ Gets or sets the collection of layout names which are shared among all events.
+
+ The layout names.
+
+
+
+ Gets or sets the collection of logger names.
+
+ The logger names.
+
+
+
+ Gets or sets the list of events.
+
+ The events.
+
+
+
+ List of strings annotated for more terse serialization.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Log Receiver Client using WCF.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the endpoint configuration.
+ The remote address.
+
+
+
+ Initializes a new instance of the class.
+
+ The binding.
+ The remote address.
+
+
+
+ Opens the client asynchronously.
+
+
+
+
+ Opens the client asynchronously.
+
+ User-specific state.
+
+
+
+ Closes the client asynchronously.
+
+
+
+
+ Closes the client asynchronously.
+
+ User-specific state.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+
+
+
+ Processes the log messages asynchronously.
+
+ The events to send.
+ User-specific state.
+
+
+
+ Begins processing of log messages.
+
+ The events to send.
+ The callback.
+ Asynchronous state.
+
+ IAsyncResult value which can be passed to .
+
+
+
+
+ Ends asynchronous processing of log messages.
+
+ The result.
+
+
+
+ Returns a new channel from the client to the service.
+
+
+ A channel of type that identifies the type
+ of service contract encapsulated by this client object (proxy).
+
+
+
+
+ Occurs when the log message processing has completed.
+
+
+
+
+ Occurs when Open operation has completed.
+
+
+
+
+ Occurs when Close operation has completed.
+
+
+
+
+ Gets or sets the cookie container.
+
+ The cookie container.
+
+
+
+ Mapped Diagnostics Context - a thread-local structure that keeps a dictionary
+ of strings and provides methods to output them in layouts.
+ Mostly for compatibility with log4net.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Mapped Diagnostics Context - used for log4net compatibility.
+
+
+
+
+ Sets the current thread MDC item to the specified value.
+
+ Item name.
+ Item value.
+
+
+
+ Gets the current thread MDC named item.
+
+ Item name.
+ The item value of string.Empty if the value is not present.
+
+
+
+ Checks whether the specified item exists in current thread MDC.
+
+ Item name.
+ A boolean indicating whether the specified item exists in current thread MDC.
+
+
+
+ Removes the specified item from current thread MDC.
+
+ Item name.
+
+
+
+ Clears the content of current thread MDC.
+
+
+
+
+ Nested Diagnostics Context - for log4net compatibility.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Nested Diagnostics Context - a thread-local structure that keeps a stack
+ of strings and provides methods to output them in layouts
+ Mostly for compatibility with log4net.
+
+
+
+
+ Pushes the specified text on current thread NDC.
+
+ The text to be pushed.
+ An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement.
+
+
+
+ Pops the top message off the NDC stack.
+
+ The top message which is no longer on the stack.
+
+
+
+ Clears current thread NDC stack.
+
+
+
+
+ Gets all messages on the stack.
+
+ Array of strings on the stack.
+
+
+
+ Gets the top NDC message but doesn't remove it.
+
+ The top message. .
+
+
+
+ Resets the stack to the original count during .
+
+
+
+
+ Initializes a new instance of the class.
+
+ The stack.
+ The previous count.
+
+
+
+ Reverts the stack to original item count.
+
+
+
+
+ Exception thrown during NLog configuration.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Exception thrown during log event processing.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+
+
+
+ Initializes a new instance of the class.
+
+ The message.
+ The inner exception.
+
+
+
+ Specifies the way archive numbering is performed.
+
+
+
+
+ Sequence style numbering. The most recent archive has the highest number.
+
+
+
+
+ Rolling style numbering (the most recent is always #0 then #1, ..., #N.
+
+
+
+
+ Sends log messages to the remote instance of Chainsaw application from log4j.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages to the remote instance of NLog Viewer.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will crawl.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+
+
+
+ Sends log messages over the network.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+ To print the results, use any application that's able to receive messages over
+ TCP or UDP. NetCat is
+ a simple but very powerful command-line tool that can be used for that. This image
+ demonstrates the NetCat tool receiving log messages from Network target.
+
+
+
+ NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol
+ or you'll get TCP timeouts and your application will be very slow.
+ Either switch to UDP transport or use AsyncWrapper target
+ so that your application threads will not be blocked by the timing-out connection attempts.
+
+
+ There are two specialized versions of the Network target: Chainsaw
+ and NLogViewer which write to instances of Chainsaw log4j viewer
+ or NLogViewer application respectively.
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Represents logging target.
+
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Closes the target.
+
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Calls the on each volatile layout
+ used by this target.
+
+
+ The log event.
+
+
+
+
+ Returns a that represents this instance.
+
+
+ A that represents this instance.
+
+
+
+
+ Writes the log to the target.
+
+ Log event to write.
+
+
+
+ Writes the array of log events.
+
+ The log events.
+
+
+
+ Initializes this instance.
+
+ The configuration.
+
+
+
+ Closes this instance.
+
+
+
+
+ Releases unmanaged and - optionally - managed resources.
+
+ True to release both managed and unmanaged resources; false to release only unmanaged resources.
+
+
+
+ Initializes the target. Can be used by inheriting classes
+ to initialize logging.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target.
+ classes.
+
+
+ Logging event to be written out.
+
+
+
+
+ Writes log event to the log target. Must be overridden in inheriting
+ classes.
+
+ Log event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Write" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the name of the target.
+
+
+
+
+
+ Gets the object which can be used to synchronize asynchronous operations that must rely on the .
+
+
+
+
+ Gets the logging configuration this target is part of.
+
+
+
+
+ Gets a value indicating whether the target has been initialized.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the layout used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Flush any pending log messages asynchronously (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Closes the target.
+
+
+
+
+ Sends the
+ rendered logging event over the network optionally concatenating it with a newline character.
+
+ The logging event.
+
+
+
+ Gets the bytes to be written.
+
+ Log event.
+ Byte array.
+
+
+
+ Gets or sets the network address.
+
+
+ The network address can be:
+
+
tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
+
tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
+
tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
+
udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
+
udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
+
udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
+
http://host:port/pageName - HTTP using POST verb
+
https://host:port/pageName - HTTPS using POST verb
+
+ For SOAP-based webservice support over HTTP use WebService target.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep connection open whenever possible.
+
+
+
+
+
+ Gets or sets a value indicating whether to append newline at the end of log message.
+
+
+
+
+
+ Gets or sets the maximum message size in bytes.
+
+
+
+
+
+ Gets or sets the size of the connection cache (number of connections which are kept alive).
+
+
+
+
+
+ Gets or sets the action that should be taken if the message is larger than
+ maxMessageSize.
+
+
+
+
+
+ Gets or sets the encoding to be used.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
+
+
+
+
+
+ Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain.
+
+
+
+
+
+ Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
+
+
+
+
+
+ Gets or sets a value indicating whether to include dictionary contents.
+
+
+
+
+
+ Gets or sets a value indicating whether to include stack contents.
+
+
+
+
+
+ Gets or sets the NDC item separator.
+
+
+
+
+
+ Gets the collection of parameters. Each parameter contains a mapping
+ between NLog layout and a named parameter.
+
+
+
+
+
+ Gets the layout renderer which produces Log4j-compatible XML events.
+
+
+
+
+ Gets or sets the instance of that is used to format log messages.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Writes log messages to the console.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Represents target that supports string formatting using layouts.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Gets or sets the text to be rendered.
+
+
+
+
+
+ Gets or sets the footer.
+
+
+
+
+
+ Gets or sets the header.
+
+
+
+
+
+ Gets or sets the layout with header and footer.
+
+ The layout with header and footer.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the Console.Out or
+ Console.Error depending on the value of the Error flag.
+
+ The logging event.
+
+ Note that the Error option is not supported on .NET Compact Framework.
+
+
+
+
+ Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output.
+
+
+
+
+
+ Writes log messages to the attached managed debugger.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target and releases any unmanaged resources.
+
+
+
+
+ Writes the specified logging event to the attached debugger.
+
+ The logging event.
+
+
+
+ Mock target - useful for testing.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Increases the number of messages.
+
+ The logging event.
+
+
+
+ Gets the number of times this target has been called.
+
+
+
+
+
+ Gets the last message rendered by this target.
+
+
+
+
+
+ Modes of archiving files based on time.
+
+
+
+
+ Don't archive based on time.
+
+
+
+
+ Archive every year.
+
+
+
+
+ Archive every month.
+
+
+
+
+ Archive daily.
+
+
+
+
+ Archive every hour.
+
+
+
+
+ Archive every minute.
+
+
+
+
+ Writes log messages to one or more files.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed in the last two days.
+
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Removes records of initialized files that have not been
+ accessed after the specified date.
+
+ The cleanup threshold.
+
+ Files are marked 'initialized' for the purpose of writing footers when the logging finishes.
+
+
+
+
+ Flushes all pending file operations.
+
+ The asynchronous continuation.
+
+ The timeout parameter is ignored, because file APIs don't provide
+ the needed functionality.
+
+
+
+
+ Initializes file logging by creating data structures that
+ enable efficient multi-file logging.
+
+
+
+
+ Closes the file(s) opened for writing.
+
+
+
+
+ Writes the specified logging event to a file specified in the FileName
+ parameter.
+
+ The logging event.
+
+
+
+ Writes the specified array of logging events to a file specified in the FileName
+ parameter.
+
+ An array of objects.
+
+ This function makes use of the fact that the events are batched by sorting
+ the requests by filename. This optimizes the number of open/close calls
+ and can help improve performance.
+
+
+
+
+ Formats the log event for write.
+
+ The log event to be formatted.
+ A string representation of the log event.
+
+
+
+ Gets the bytes to be written to the file.
+
+ Log event.
+ Array of bytes that are ready to be written.
+
+
+
+ Modifies the specified byte array before it gets sent to a file.
+
+ The byte array.
+ The modified byte array. The function can do the modification in-place.
+
+
+
+ Gets or sets the name of the file to write to.
+
+
+ This FileName string is a layout which may include instances of layout renderers.
+ This lets you use a single target to write to multiple files.
+
+
+ The following value makes NLog write logging events to files based on the log level in the directory where
+ the application runs.
+ ${basedir}/${level}.log
+ All Debug messages will go to Debug.log, all Info messages will go to Info.log and so on.
+ You can combine as many of the layout renderers as you want to produce an arbitrary log file name.
+
+
+
+
+
+ Gets or sets a value indicating whether to create directories if they don't exist.
+
+
+ Setting this to false may improve performance a bit, but you'll receive an error
+ when attempting to write to a directory that's not present.
+
+
+
+
+
+ Gets or sets a value indicating whether to delete old log file on startup.
+
+
+ This option works only when the "FileName" parameter denotes a single file.
+
+
+
+
+
+ Gets or sets a value indicating whether to replace file contents on each write instead of appending log message at the end.
+
+
+
+
+
+ Gets or sets a value indicating whether to keep log file open instead of opening and closing it on each logging event.
+
+
+ Setting this property to True helps improve performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to enable log file(s) to be deleted.
+
+
+
+
+
+ Gets or sets the line ending mode.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically flush the file buffers after each log message.
+
+
+
+
+
+ Gets or sets the number of files to be kept open. Setting this to a higher value may improve performance
+ in a situation where a single File target is writing to many files
+ (such as splitting by level or by logger).
+
+
+ The files are managed on a LRU (least recently used) basis, which flushes
+ the files that have not been used for the longest period of time should the
+ cache become full. As a rule of thumb, you shouldn't set this parameter to
+ a very high value. A number like 10-15 shouldn't be exceeded, because you'd
+ be keeping a large number of files open which consumes system resources.
+
+
+
+
+
+ Gets or sets the maximum number of seconds that files are kept open. If this number is negative the files are
+ not automatically closed after a period of inactivity.
+
+
+
+
+
+ Gets or sets the log file buffer size in bytes.
+
+
+
+
+
+ Gets or sets the file encoding.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host.
+
+
+ This makes multi-process logging possible. NLog uses a special technique
+ that lets it keep the files open for writing.
+
+
+
+
+
+ Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on different network hosts.
+
+
+ This effectively prevents files from being kept open.
+
+
+
+
+
+ Gets or sets the number of times the write is appended on the file before NLog
+ discards the log message.
+
+
+
+
+
+ Gets or sets the delay in milliseconds to wait before attempting to write to the file again.
+
+
+ The actual delay is a random value between 0 and the value specified
+ in this parameter. On each failed attempt the delay base is doubled
+ up to times.
+
+
+ Assuming that ConcurrentWriteAttemptDelay is 10 the time to wait will be:
+ a random value between 0 and 10 milliseconds - 1st attempt
+ a random value between 0 and 20 milliseconds - 2nd attempt
+ a random value between 0 and 40 milliseconds - 3rd attempt
+ a random value between 0 and 80 milliseconds - 4th attempt
+ ...
+ and so on.
+
+
+
+
+
+ Gets or sets the size in bytes above which log files will be automatically archived.
+
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+ Gets or sets a value indicating whether to automatically archive log files every time the specified time passes.
+
+
+ Files are moved to the archive as part of the write operation if the current period of time changes. For example
+ if the current hour changes from 10 to 11, the first write that will occur
+ on or after 11:00 will trigger the archiving.
+
+ Caution: Enabling this option can considerably slow down your file
+ logging in multi-process scenarios. If only one process is going to
+ be writing to the file, consider setting ConcurrentWrites
+ to false for maximum performance.
+
+
+
+
+
+
+ Gets or sets the name of the file to be used for an archive.
+
+
+ It may contain a special placeholder {#####}
+ that will be replaced with a sequence of numbers depending on
+ the archiving strategy. The number of hash characters used determines
+ the number of numerical digits to be used for numbering files.
+
+
+
+
+
+ Gets or sets the maximum number of archive files that should be kept.
+
+
+
+
+
+ Gets or sets the way file archives are numbered.
+
+
+
+
+
+ Gets the characters that are appended after each line.
+
+
+
+
+ Line ending mode.
+
+
+
+
+ Insert platform-dependent end-of-line sequence after each line.
+
+
+
+
+ Insert CR LF sequence (ASCII 13, ASCII 10) after each line.
+
+
+
+
+ Insert CR character (ASCII 13) after each line.
+
+
+
+
+ Insert LF character (ASCII 10) after each line.
+
+
+
+
+ Don't insert any line ending.
+
+
+
+
+ Sends log messages to a NLog Receiver Service (using WCF or Web Services).
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Called when log events are being sent (test hook).
+
+ The events.
+ The async continuations.
+ True if events should be sent, false to stop processing them.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Writes an array of logging events to the log target. By default it iterates on all
+ events and passes them to "Append" method. Inheriting classes can use this method to
+ optimize batch writes.
+
+ Logging events to be written out.
+
+
+
+ Gets or sets the endpoint address.
+
+ The endpoint address.
+
+
+
+
+ Gets or sets the name of the endpoint configuration in WCF configuration file.
+
+ The name of the endpoint configuration.
+
+
+
+
+ Gets or sets a value indicating whether to use binary message encoding.
+
+
+
+
+
+ Gets or sets the client ID.
+
+ The client ID.
+
+
+
+
+ Gets the list of parameters.
+
+ The parameters.
+
+
+
+
+ Gets or sets a value indicating whether to include per-event properties in the payload sent to the server.
+
+
+
+
+
+ Writes log messages to an ArrayList in memory for programmatic retrieval.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Renders the logging event message and adds it to the internal ArrayList of log messages.
+
+ The logging event.
+
+
+
+ Gets the list of logs gathered in the .
+
+
+
+
+ Pops up log messages as message boxes.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ The result is a message box:
+
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Displays the message box with the log message and caption specified in the Caption
+ parameter.
+
+ The logging event.
+
+
+
+ Displays the message box with the array of rendered logs messages and caption specified in the Caption
+ parameter.
+
+ The array of logging events.
+
+
+
+ Gets or sets the message box title.
+
+
+
+
+
+ A parameter to MethodCall.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The layout to use for parameter value.
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the parameter.
+ The layout.
+
+
+
+ Initializes a new instance of the class.
+
+ The name of the parameter.
+ The layout.
+ The type of the parameter.
+
+
+
+ Gets or sets the name of the parameter.
+
+
+
+
+
+ Gets or sets the type of the parameter.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Calls the specified static method on each log message and passes contextual parameters to it.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ The base class for all targets which call methods (local or remote).
+ Manages parameters and type coercion.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
+
+
+ The logging event.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+ The continuation.
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Gets the array of parameters to be passed.
+
+
+
+
+
+ Initializes the target.
+
+
+
+
+ Calls the specified Method.
+
+ Method parameters.
+
+
+
+ Gets or sets the class name.
+
+
+
+
+
+ Gets or sets the method name. The method must be public and static.
+
+
+
+
+
+ Action that should be taken if the message overflows.
+
+
+
+
+ Report an error.
+
+
+
+
+ Split the message into smaller pieces.
+
+
+
+
+ Discard the entire message.
+
+
+
+
+ Represents a parameter to a NLogViewer target.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Gets or sets viewer parameter name.
+
+
+
+
+
+ Gets or sets the layout that should be use to calcuate the value for the parameter.
+
+
+
+
+
+ Discards log messages. Used mainly for debugging and benchmarking.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
+
+
+
+ Does nothing. Optionally it calculates the layout text but
+ discards the results.
+
+ The logging event.
+
+
+
+ Gets or sets a value indicating whether to perform layout calculation.
+
+
+
+
+
+ Marks class as a logging target and assigns a name to it.
+
+
+
+
+ Initializes a new instance of the class.
+
+ Name of the target.
+
+
+
+ Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page).
+
+
+
+
+ Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page).
+
+
+
+
+ Web service protocol.
+
+
+
+
+ Use SOAP 1.1 Protocol.
+
+
+
+
+ Use SOAP 1.2 Protocol.
+
+
+
+
+ Use HTTP POST Protocol.
+
+
+
+
+ Use HTTP GET Protocol.
+
+
+
+
+ Calls the specified web service on each log message.
+
+ Documentation on NLog Wiki
+
+ The web service must implement a method that accepts a number of string parameters.
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ This assumes just one target and a single rule. More configuration
+ options are described here.
+
+
+ To set up the log target programmatically use code like this:
+
+
+
The example web service that works with this example is shown below
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Calls the target method. Must be implemented in concrete classes.
+
+ Method call parameters.
+
+
+
+ Invokes the web service method.
+
+ Parameters to be passed.
+ The continuation.
+
+
+
+ Gets or sets the web service URL.
+
+
+
+
+
+ Gets or sets the Web service method name.
+
+
+
+
+
+ Gets or sets the Web service namespace.
+
+
+
+
+
+ Gets or sets the protocol to be used when calling web service.
+
+
+
+
+
+ Gets or sets the encoding.
+
+
+
+
+
+ Asynchronous request queue.
+
+
+
+
+ Initializes a new instance of the AsyncRequestQueue class.
+
+ Request limit.
+ The overflow action.
+
+
+
+ Enqueues another item. If the queue is overflown the appropriate
+ action is taken as specified by .
+
+ The log event info.
+
+
+
+ Dequeues a maximum of count items from the queue
+ and adds returns the list containing them.
+
+ Maximum number of items to be dequeued.
+ The array of log events.
+
+
+
+ Clears the queue.
+
+
+
+
+ Gets or sets the request limit.
+
+
+
+
+ Gets or sets the action to be taken when there's no more room in
+ the queue and another request is enqueued.
+
+
+
+
+ Gets the number of requests currently in the queue.
+
+
+
+
+ Provides asynchronous, buffered execution of target writes.
+
+ Documentation on NLog Wiki
+
+
+ Asynchronous target wrapper allows the logger code to execute more quickly, by queueing
+ messages and processing them in a separate thread. You should wrap targets
+ that spend a non-trivial amount of time in their Write() method with asynchronous
+ target to speed up logging.
+
+
+ Because asynchronous logging is quite a common scenario, NLog supports a
+ shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to
+ the <targets/> element in the configuration file.
+
+
+
+ ... your targets go here ...
+
+ ]]>
+
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Base class for targets wrap other (single) targets.
+
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Flush any pending log messages (in case of asynchronous targets).
+
+ The asynchronous continuation.
+
+
+
+ Writes logging event to the log target. Must be overridden in inheriting
+ classes.
+
+ Logging event to be written out.
+
+
+
+ Gets or sets the target that is wrapped by this target.
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Maximum number of requests in the queue.
+ The action to be taken when the queue overflows.
+
+
+
+ Waits for the lazy writer thread to finish writing messages.
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target by starting the lazy writer timer.
+
+
+
+
+ Shuts down the lazy writer timer.
+
+
+
+
+ Starts the lazy writer thread which periodically writes
+ queued log messages.
+
+
+
+
+ Starts the lazy writer thread.
+
+
+
+
+ Adds the log event to asynchronous queue to be processed by
+ the lazy writer thread.
+
+ The log event.
+
+ The is called
+ to ensure that the log event can be processed in another thread.
+
+
+
+
+ Gets or sets the number of log events that should be processed in a batch
+ by the lazy writer thread.
+
+
+
+
+
+ Gets or sets the time in milliseconds to sleep between batches.
+
+
+
+
+
+ Gets or sets the action to be taken when the lazy writer thread request queue count
+ exceeds the set limit.
+
+
+
+
+
+ Gets or sets the limit on the number of requests in the lazy writer thread request queue.
+
+
+
+
+
+ Gets the queue of lazy writer thread requests.
+
+
+
+
+ The action to be taken when the queue overflows.
+
+
+
+
+ Grow the queue.
+
+
+
+
+ Discard the overflowing item.
+
+
+
+
+ Block until there's more room in the queue.
+
+
+
+
+ Causes a flush after each write on a wrapped target.
+
+ Documentation on NLog Wiki
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+ The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message}
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Forwards the call to the .Write()
+ and calls on it.
+
+ Logging event to be written out.
+
+
+
+ A target that buffers log events and sends them in batches to the wrapped target.
+
+ Documentation on NLog Wiki
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ Size of the buffer.
+ The flush timeout.
+
+
+
+ Flushes pending events in the buffer (if any).
+
+ The asynchronous continuation.
+
+
+
+ Initializes the target.
+
+
+
+
+ Closes the target by flushing pending events in the buffer (if any).
+
+
+
+
+ Adds the specified log event to the buffer and flushes
+ the buffer in case the buffer gets full.
+
+ The log event.
+
+
+
+ Gets or sets the number of log events to be buffered.
+
+
+
+
+
+ Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed
+ if there's no write in the specified period of time. Use -1 to disable timed flushes.
+
+
+
+
+
+ Gets or sets a value indicating whether to use sliding timeout.
+
+
+ This value determines how the inactivity period is determined. If sliding timeout is enabled,
+ the inactivity timer is reset after each write, if it is disabled - inactivity timer will
+ count from the first event written to the buffer.
+
+
+
+
+
+ A base class for targets which wrap other (multiple) targets
+ and provide various forms of target routing.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Returns the text representation of the object. Used for diagnostics.
+
+ A string that describes the target.
+
+
+
+ Writes logging event to the log target.
+
+ Logging event to be written out.
+
+
+
+ Flush any pending log messages for all wrapped targets.
+
+ The asynchronous continuation.
+
+
+
+ Gets the collection of targets managed by this compound target.
+
+
+
+
+ Provides fallback-on-error.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to server1,
+ and if it fails, messages go to server2.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to the sub-targets until one of them succeeds.
+
+ The log event.
+
+ The method remembers the last-known-successful target
+ and starts the iteration from it.
+ If is set, the method
+ resets the target to the first target
+ stored in .
+
+
+
+
+ Gets or sets a value indicating whether to return to the first target after any successful write.
+
+
+
+
+
+ Filtering rule for .
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+
+
+
+ Initializes a new instance of the FilteringRule class.
+
+ Condition to be tested against all events.
+ Filter to apply to all log events when the first condition matches any of them.
+
+
+
+ Gets or sets the condition to be tested.
+
+
+
+
+
+ Gets or sets the resulting filter to be applied when the condition matches.
+
+
+
+
+
+ Filters log entries based on a condition.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages not contains the string '1' to be ignored.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The condition.
+
+
+
+ Checks the condition against the passed log event.
+ If the condition is met, the log event is forwarded to
+ the wrapped target.
+
+ Log event.
+
+
+
+ Gets or sets the condition expression. Log events who meet this condition will be forwarded
+ to the wrapped target.
+
+
+
+
+
+ Filters buffered log entries based on a set of conditions that are evaluated on a group of events.
+
+ Documentation on NLog Wiki
+
+ PostFilteringWrapper must be used with some type of buffering target or wrapper, such as
+ AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper.
+
+
+
+ This example works like this. If there are no Warn,Error or Fatal messages in the buffer
+ only Info messages are written to the file, but if there are any warnings or errors,
+ the output includes detailed trace (levels >= Debug). You can plug in a different type
+ of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different
+ functionality.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Evaluates all filtering rules to find the first one that matches.
+ The matching rule determines the filtering condition to be applied
+ to all items in a buffer. If no condition matches, default filter
+ is applied to the array of log events.
+
+ Array of log events to be post-filtered.
+
+
+
+ Gets or sets the default filter to be applied when no specific rule matches.
+
+
+
+
+
+ Gets the collection of filtering rules. The rules are processed top-down
+ and the first rule that matches determines the filtering condition to
+ be applied to log events.
+
+
+
+
+
+ Sends log messages to a randomly selected target.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt
+ chosen randomly on a per-message basis.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the log event to one of the sub-targets.
+ The sub-target is randomly chosen.
+
+ The log event.
+
+
+
+ Repeats each log event the specified number of times.
+
+ Documentation on NLog Wiki
+
+
This example causes each log message to be repeated 3 times.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The repeat count.
+
+
+
+ Forwards the log message to the by calling the method times.
+
+ The log event.
+
+
+
+ Gets or sets the number of times to repeat each log message.
+
+
+
+
+
+ Retries in case of write error.
+
+ Documentation on NLog Wiki
+
+
This example causes each write attempt to be repeated 3 times,
+ sleeping 1 second between attempts if first one fails.
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The wrapped target.
+ The retry count.
+ The retry delay milliseconds.
+
+
+
+ Writes the specified log event to the wrapped target, retrying and pausing in case of an error.
+
+ The log event.
+
+
+
+ Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure.
+
+
+
+
+
+ Gets or sets the time to wait between retries in milliseconds.
+
+
+
+
+
+ Distributes log events to targets in a round-robin fashion.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to either file1.txt or file2.txt.
+ Each odd message is written to file2.txt, each even message goes to file1.txt.
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class.
+
+ The targets.
+
+
+
+ Forwards the write to one of the targets from
+ the collection.
+
+ The log event.
+
+ The writes are routed in a round-robin fashion.
+ The first log event goes to the first target, the second
+ one goes to the second target and so on looping to the
+ first target when there are no more targets available.
+ In general request N goes to Targets[N % Targets.Count].
+
+
+
+
+ Writes log events to all targets.
+
+ Documentation on NLog Wiki
+
+
This example causes the messages to be written to both file1.txt or file2.txt
+
+
+ To set up the target in the configuration file,
+ use the following syntax:
+
+
+
+ The above examples assume just one target and a single rule. See below for
+ a programmatic configuration that's equivalent to the above config file:
+
+ Ookii.Dialogs is a class library for .Net applications providing several common dialogs. Included are classes for
+ task dialogs, credential dialogs, progress dialogs, input dialogs, and common file dialogs.
+
+
+ This package contains two class libraries: Ookii.Dialogs.dll for use with Windows Forms, and Ookii.Dialogs.Wpf.dll
+ for use with Windows Presentation Foundation. The classes inside are pretty much identical; only the input dialog
+ is not available for WPF. Some additional utility classes for Windows Forms are provided that are not available for
+ WPF, see below for details.
+
+
+ Ookii.Dialogs requires the Microsoft .Net Framework 3.5 SP1.
+ The included source code is intended for use in Visual Studio 2008.
+
+
+ The included sample applications Ookii.Dialogs.Sample.exe and Ookii.Dialogs.Sample.Wpf.exe demonstrate the dialogs
+ for Windows Forms and WPF respectively. View the source of these applications to see how to use the dialogs.
+
+
+ Full reference documentation for the class library is available in the included help file.
+
+
+ Included dialogs
+
+
+ Task dialog
+
+
+ Task dialogs are a new type of dialog
+ first introduced in Windows Vista. They provide a superset of the message box functionality.
+
+
+
+
+
+ The Ookii.Dialogs.TaskDialog (for Windows Forms) and the Ookii.Dialogs.Wpf.TaskDialog (for WPF) classes provide access
+ to the task dialog functionality. The TaskDialog class inherits from System.ComponentModel.Component and offers full
+ support for the Windows Forms designer and component designer of Visual Studio 2008.
+
+
+ The TaskDialog class requires Windows Vista or a later version of Windows. Windows XP is not supported. Note that it is
+ safe to instantiate the TaskDialog class and set any of its properties; only when the dialog is shown will a NotSupportedException
+ be thrown on unsupported operating systems.
+
+
+ Progress dialog
+
+
+ Progress dialogs are a common dialog to show progress during operations that may take a long time. They are used
+ extensively in the Windows shell, and an API has been available since Windows 2000.
+
+
+
+
+
+ The Ookii.Dialogs.ProgressDialog (for Windows Forms) and the Ookii.Dialogs.Wpf.ProgressDialog (for WPF) classes provide
+ a wrapper for the Windows progress dialog API. The ProgressDialog class inherits from System.ComponentModel.Component and offers full
+ support for the Windows Forms designer and component designer of Visual Studio 2008. The ProgressDialog class resembles
+ the System.ComponentModel.BackgroundWorker class and can be used in much the same way as that class.
+
+
+ The progress dialog's behaviour of the ShowDialog function is slightly different than that of other .Net dialogs; please
+ read the reference documentation for more information. It is recommended to use a non-modal dialog with the Show function.
+
+
+ The ProgressDialog class is supported on Windows XP and later versions of Windows. However, the progress dialog has a very different
+ appearance on Windows Vista and later (the image above shows the Vista version), so it is recommended to test on both
+ operating systems to see if it appears to your satisfaction.
+
+
+ When using Windows 7, the ProgressDialog class automatically provides progress notification in the application's task bar
+ button.
+
+
+ Credential dialog
+
+
+ The Ookii.Dialogs.CredentialDialog (for Windows Forms) and the Ookii.Dialogs.Wpf.CredentialDialog (for WPF) classes provide
+ wrappers for the CredUI functionality first introduced in Windows XP. This class provides functionality for saving and
+ retrieving generic credentials, as well as displaying the credential UI dialog. This class does not support all functionality
+ of CredUI; only generic credentials are supported, thing such as domain credentials or alternative authentication
+ providers (e.g. smart cards or biometric devices) are not supported.
+
+
+
+
+
+ The CredentialDialog class inherits from System.ComponentModel.Component and offers full
+ support for the Windows Forms designer and component designer of Visual Studio 2008.
+
+
+ On Windows XP, the CredentialDialog class will use the CredUIPromptForCredentials function to show the dialog;
+ on Windows Vista and later, the CredUIPromptForWindowsCredentials function is used instead to show the new dialog
+ introduced with Windows Vista. Because of the difference in appearance in the two versions (the image above shows
+ the Vista version), it is recommended to test on both operating systems to see if it appears to your satisfaction.
+
+
+ Input dialog
+
+
+ The input dialog is a dialog that can be used to prompt the user for a single piece of text. Its functionality
+ is reminiscent of the Visual Basic InputBox function, only with a cleaner API and UI.
+
+
+
+
+
+ The Ookii.Dialogs.InputDialog class provides the input dialog functionality for Windows Forms. This class is not
+ available for WPF.
+
+
+ Unlike the other classes in this package, this class is not a wrapper for any existing API; the dialog uses
+ a custom implementation in Windows Forms. This dialog is supported on Windows XP and later versions of windows;
+ on Windows Vista and later, the visual styles API is used to draw the dialog to mimic the appearance of task dialogs,
+ as shown in the image above.
+
+
+ The InputDialog class inherits from System.ComponentModel.Component and offers full
+ support for the Windows Forms designer and component designer of Visual Studio 2008.
+
+
+ Vista-style common file dialogs
+
+
+ Windows Vista introduced a new style of common file dialogs. As of .Net 3.5 SP1, the Windows Forms OpenFileDialog and
+ SaveFileDialog class will automatically use the new style under most circumstances; however, some settings (such
+ as setting ShowReadOnly to true) still cause it to revert to the old dialog. The FolderBrowserDialog still uses the
+ old style. In WPF, the Microsoft.Win32.OpenFileDialog and SaveFileDialog classes still use the old style dialogs,
+ and a folder browser dialog is not provided at all.
+
+
+
+
+
+ The Ookii.Dialogs.VistaOpenFileDialog, Ookii.Dialogs.VistaSaveFileDialog and Ookii.Dialogs.VistaFolderBrowserDialog
+ provide these dialogs for Windows Forms (note that in the case of the OpenFileDialog and SaveFileDialog it is
+ recommended to use the built-in .Net classes unless you hit one of the scenarios where those classes use the old
+ dialogs). The Ookii.Dialogs.Wpf.VistaOpenFileDialog, Ookii.Dialogs.Wpf.VistaSaveFileDialog and Ookii.Dialogs.Wpf.VistaFolderBrowserDialog
+ classes provide the same functionality for WPF.
+
+
+ The classes have been designed to resemble the original Windows Forms and WPF classes to make it easy to switch.
+ When the classes are used on Windows XP, they will automatically fall back to the old style dialog; this is also
+ true for the VistaFolderBrowserDialog on WPF; that class provides a complete implementation of a folder browser
+ dialog for WPF, old as well as new style.
+
+
+ The Vista-style file and folder dialogs classes for Windows Forms inherit from System.ComponentModel.Component and offer full
+ support for the Windows Forms designer and component designer of Visual Studio 2008.
+
+
+ Additional functionality for Windows Forms
+
+
+ Three additional classes are provided for Windows Forms only, in the Ookii.Dialogs library. These classes are used to
+ support the InputDialog (with the exception of the Aero glass functionality, which the InputDialog does not use) but
+ are made public for your convenience.
+
+
+ The AdditionalVisualStyleElements class provides some visual style elements used by task dialogs on Windows Vista and later.
+
+
+ The Glass class provides functionality for extending Aero glass into the client area of a window on Windows Vista and later,
+ and for drawing text on a glass surface.
+
+
+ The ExtendedForm class serves as an alternative base class for forms, and provides functionality to automatically use the
+ system font (e.g. Tahoma on XP and Segoe UI on Vista and later), and easy access to some of the functionality of the Glass
+ class.
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/Rx-Main.1.0.11226.nupkg
Binary file MetroWpf/Libs/Rx-Main.1.0.11226/Rx-Main.1.0.11226.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net35/System.Reactive.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net35/System.Reactive.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,4761 @@
+
+
+
+ System.Reactive
+
+
+
+
+ Represents a push-style collection.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Supports push-style iteration over an observable sequence.
+
+
+
+
+ Notifies the observer of a new value in the sequence.
+
+
+
+
+ Notifies the observer that an exception has occurred.
+
+
+
+
+ Notifies the observer of the end of the sequence.
+
+
+
+
+ A SingleAssignmentDisposable only allows a single assignment of its disposable object. If it has already been assigned, attempts to set the underlying object will throw an InvalidOperationException.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the FutureDisposable has already been assigned then it will throw an InvalidOperationException.
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable which causes the previous underlying disposable to be disposed.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the ReplaceDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+ The source of the event.
+ A TEventArgs that contains the event data.
+
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+ An object to compare with this object.
+ true if the current object is equal to the other parameter; otherwise, false.
+
+
+
+ Determines whether the specified System.Object is equal to the current EventPattern.
+
+ The System.Object to compare with the current EventPattern.
+ true if the specified EventPattern is equal to the current System.Object; otherwise, false.
+
+
+
+ Serves as a hash function for a particular type.
+
+ A hash code for the current EventPattern.
+
+
+
+ Determines whether two specified EventPatterns have the same value.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is the same as the value of second; otherwise, false.
+
+
+
+ Determines whether two specified EventPatterns have different values.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is different from the value of second; otherwise, false.
+
+
+
+ Gets the sender value of the event.
+
+
+
+
+ Gets the event arguments value of the event.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Provides a set of static methods for query operations over observable sequences.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Applies an accumulator function over an observable sequence. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to aggregate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Applies an accumulator function over an observable sequence.
+
+ An observable sequence to aggregate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains any elements.
+
+ An observable sequence to check for non-emptiness.
+ An observable sequence containing a single element determining whether the source sequence contains any elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether any element of an observable sequence satisfies a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether all elements of an observable sequence satisfy a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer<T>.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An equality comparer to compare values.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using the default equality comparer.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence.
+
+ An observable sequence to determine the mimimum element of.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the mimimum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum element in an observable sequence.
+
+ An observable sequence to determine the maximum element of.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the maximum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a list from an observable sequence.
+
+ The source observable sequence to get a list of elements for.
+ An observable sequence containing a single element with a list containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates an array from an observable sequence.
+
+ The source observable sequence to get an array of elements for.
+ An observable sequence containing a single element with an array containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ Comparer used to compare elements of both sequences.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+ Connectable observable sequence.
+ An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+
+
+ Returns a connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+ Source sequence whose elements will be pushed into the specified subject.
+ Subject to push source elements into.
+ A connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+
+
+ Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+ Source sequence which will be multicasted in the specified selector function.
+ Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.
+ Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will only receive the last notification of the source.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will only receive the last notification of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Initial value received by observers upon subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+ Initial value received by observers upon subscription.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Converts an observable sequence to an enumerable sequence.
+
+ An observable sequence to convert to an enumerable sequence.
+ The enumerable sequence containing the elements in the observable sequence.
+
+
+
+ Returns an enumerator that enumerates all values of the observable sequence.
+
+ An observable sequence to get an enumerator for.
+ The enumerator that can be used to enumerate over the elements in the observable sequence.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.
+ The enumerable sequence that returns the last sampled element upon each iteration.
+
+
+
+ Samples the next value (blocking without buffering) from in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.
+
+
+
+ Returns the first element of an observable sequence.
+
+ Source observable sequence.
+ The first element in the observable sequence.
+
+
+
+ Returns the first element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The first element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence.
+
+ Source observable sequence.
+ The last element in the observable sequence.
+
+
+
+ Returns the last element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate, or a default value if no value is found; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Invokes an action for each element in the observable sequence, and blocks until the sequence is terminated.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Because of its blocking nature, this operator is mainly used for testing.
+
+
+
+ Asynchronously notify observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to notify observers on.
+ The source sequence whose observations happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.
+
+
+
+ Asynchronously notify observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to notify observers on.
+ The source sequence whose observations happen on the specified synchronization context.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ The source sequence whose outgoing calls to observers are synchronized.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ Gate object to synchronize each observer call on.
+ The source sequence whose outgoing calls to observers are synchronized on the given gate object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Returns a non-terminating observable sequence.
+
+ Observable sequence whose observers will never get called.
+
+
+
+ Returns an empty observable sequence.
+
+ Observable sequence with no elements.
+
+
+
+ Returns an empty observable sequence.
+
+ Scheduler to send the termination call on.
+ Observable sequence with no elements.
+
+
+
+ Returns an observable sequence that contains a single element.
+
+ Single element in the resulting observable sequence.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that contains a single value.
+
+ Single element in the resulting observable sequence.
+ Scheduler to send the single element on.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ Scheduler to send the exceptional termination call on.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Scheduler to perform the enumeration on.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ The generated sequence.
+
+
+
+ Returns an observable sequence that invokes the observableFactory function whenever a new observer subscribes.
+
+ Observable factory function to invoke for each observer that subscribes to the resulting sequence.
+ Observable sequence whose observers trigger an invocation of the given observable factory function.
+
+
+
+ Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
+
+ Factory function to obtain a resource object.
+ Factory function to obtain an observable sequence that depends on the obtained resource.
+ Observable sequence whose lifetime controls the lifetime of the dependent resource object.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ Scheduler to run the enumeration of the input sequence on.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ Scheduler to run the generator loop on.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Repeats the observable sequence indefinitely.
+
+ Observable sequence to repeat.
+ The observable sequence producing the elements of the given sequence repeatedly and sequentially.
+
+
+
+ Repeats the observable sequence a specified number of times.
+
+ Observable sequence to repeat.
+ Number of times to repeat the sequence.
+ The observable sequence producing the elements of the given sequence repeatedly.
+
+
+
+ Repeats the source observable sequence until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Repeats the source observable sequence the specified number of times or until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Number of times to repeat the sequence.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Matches when both observable sequences have an available value.
+
+
+
+
+ Matches when the observable sequence has an available value and projects the value.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.
+
+
+
+ Concatenates two observable sequences.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.
+
+
+
+ Concatenates all the observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Concatenates an enumerable sequence of observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Observable sequence of inner observable sequences.
+ Maximum number of inner observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Concatenates an observable sequence of observable sequences.
+
+ Observable sequence of inner observable sequences.
+ An observable sequence that contains the elements of each observed inner sequence, in sequential order.
+
+
+
+ Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
+
+ Source sequence.
+ Exception handler function, producing another observable sequence.
+ An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results when an error occurred in the first sequence.
+ An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results after the first sequence terminates.
+ An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
+
+ First observable source.
+ Second observable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
+
+ First observable source.
+ Second enumerable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
+
+ First observable source.
+ Second observable source.
+ Function to invoke whenever either of the sources produces an element.
+ An observable sequence containing the result of combining elements of both sources using the specified result selector function.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that surfaces either of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Returns the values from the source observable sequence until the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that terminates propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.
+
+
+
+ Returns the values from the source observable sequence only after the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that triggers propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ Scheduler used to introduce concurrency for making subscriptions to the given sequences.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Projects each element of an observable sequence into zero or more windows.
+
+ Source sequence to produce windows over.
+ Observable sequence whose elements denote the creation of new windows.
+ A function invoked to define the closing of each produced window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows.
+
+ Source sequence to produce windows over.
+ A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers.
+
+ Source sequence to produce buffers over.
+ Observable sequence whose elements denote the creation of new buffers.
+ A function invoked to define the closing of each produced buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers.
+
+ Source sequence to produce buffers over.
+ A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.
+ An observable sequence of buffers.
+
+
+
+ Materializes the implicit notifications of an observable sequence as explicit notification values.
+
+ An observable sequence to get notification values for.
+ An observable sequence containing the materialized notification values from the source sequence.
+
+
+
+ Dematerializes the explicit notification values of an observable sequence as implicit notifications.
+
+ An observable sequence containing explicit notification values which have to be turned into implicit notifications.
+ An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.
+
+
+
+ Hides the identity of an observable sequence.
+
+ An observable sequence whose identity to hide.
+ An observable sequence that hides the identity of the source sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Number of elements to skip between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Number of elements to skip between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Scheduler to emit the prepended values on.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to accumulate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result.
+
+ An observable sequence to accumulate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ Equality comparer for computed key values.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
+
+ An observable sequence to retain distinct contiguous elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements.
+
+ An observable sequence to retain distinct contiguous elements for.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements.
+
+ An observable sequence to retain distinct elements for.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the comparer.
+
+ An observable sequence to retain distinct elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Invokes a specified action after source observable sequence terminates normally or by an exception.
+
+ Source sequence.
+ Action to invoke after the source observable sequence terminates.
+ Source sequence with the action-invoking termination behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes the observer's methods for their side-effects.
+
+ Source sequence.
+ Observer whose methods to invoke as part of the source sequence's observation.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Bypasses a specified number of elements at the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to bypass at the end of the source sequence.
+ An observable sequence containing the source sequence elements except for the bypassed ones at the end.
+
+
+
+ Returns a specified number of contiguous elements from the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to take from the end of the source sequence.
+ An observable sequence containing the specified number of elements from the of the source sequence.
+
+
+
+ Ignores all values in an observable sequence leaving only the termination messages.
+
+ Source sequence.
+ An empty observable sequence that signals termination, successful or exceptional, of the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence or a default value if the index is out of range.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.
+
+
+
+ Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
+
+ The sequence to return a default value for if it is empty.
+ An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
+
+ The sequence to return the specified value for if it is empty.
+ The value to return if the sequence is empty.
+ An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Projects each element of an observable sequence into a new form.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Projects each element of an observable sequence into a new form by incorporating the element's index.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element; the second parameter of the function represents the index of the source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Filters the elements of an observable sequence based on a predicate.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a condition.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a conditio; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ Scheduler used to produce an OnCompleted message in case count is set to 0.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Bypasses a specified number of values in an observable sequence and then returns the remaining values.
+
+ The sequence to take elements from.
+ The number of elements to skip before returning the remaining elements.
+ An observable sequence that contains the elements that occur after the specified index in the input sequence.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ An observable sequence to project each element from the source sequence onto.
+ An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply when an error occurs in the source sequence.
+ A transform function to apply when the end of the source sequence is reached.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Filters the elements of an observable sequence based on the specified type.
+
+ An observable sequence that contains elements from the input sequence of type TResult.
+
+
+
+ Converts the elements of an observable sequence to the specified type.
+
+ An observable sequence that contains each element of the source sequence converted to the specified type.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations, and groups the results.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value after due time has elapsed and then after each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after due time has elapsed and then each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ The throttled sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ Scheduler to run the throttle timers on.
+ The throttled sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ The sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a buffer.
+ Maximum element count of a buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of buffers.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ Scheduler used to compute time intervals.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ Scheduler used to compute timestamps.
+ An observable sequence with timestamp information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ An observable sequence with timestamp information on values.
+
+
+
+ Samples the observable sequence at sampling ticks.
+
+ Source sequence to sample.
+ Sampling tick sequence.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Scheduler to run the sampling timer on.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Sampled observable sequence.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Creates an instance of IComparer by providing a method that compares two objects.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+
+
+ Indicates the type of a notification.
+
+
+
+
+ Represents an OnNext notification.
+
+
+
+
+ Represents an OnError notification.
+
+
+
+
+ Represents an OnCompleted notification.
+
+
+
+
+ Represents a notification to an observer.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Indicates whether left and right arguments are equal.
+
+
+
+
+ Indicates whether left and right arguments are not equal.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns an observable sequence with a single notification, using the immediate scheduler.
+
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns an observable sequence with a single notification.
+
+ Scheduler to send out the notification calls on.
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns the value of an OnNext notification or throws an exception.
+
+
+
+
+ Returns a value that indicates whether the notification has a value.
+
+
+
+
+ Returns the exception of an OnError notification or returns null.
+
+
+
+
+ Gets the kind of notification that is represented.
+
+
+
+
+ Represents a OnNext notification to an observer.
+
+
+
+
+ Constructs a notification of a new value.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns the value of an OnNext notification.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns true.
+
+
+
+
+ Returns NotificationKind.OnNext.
+
+
+
+
+ Represents a OnError notification to an observer.
+
+
+
+
+ Constructs a notification of an exception.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws the exception.
+
+
+
+
+ Returns the exception.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnError.
+
+
+
+
+ Represents a OnCompleted notification to an observer.
+
+
+
+
+ Constructs a notification of the end of a sequence.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws an InvalidOperationException.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnCompleted.
+
+
+
+
+ Provides a set of static methods for constructing notifications.
+
+
+
+
+ Creates an object that represents an OnNext notification to an observer.
+
+ The value contained in the notification.
+ The OnNext notification containing the value.
+
+
+
+ Creates an object that represents an OnError notification to an observer.
+
+ The exception contained in the notification.
+ The OnError notification containing the exception.
+
+
+
+ Creates an object that represents an OnCompleted notification to an observer.
+
+ The OnCompleted notification.
+
+
+
+ Represents an object that schedules units of work on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Represents an object that schedules units of work.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets a value that indicates whether the caller must call a schedule method.
+
+
+
+
+ Represents an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Ends the thread associated with this scheduler.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Represents the base class for virtual time schedulers.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Starts the virtual time scheduler.
+
+
+
+
+ Stops the virtual time scheduler.
+
+
+
+
+ Advances the scheduler's clock to the specified time, running all work till that point.
+
+ Absolute time to advance the scheduler's clock to.
+
+
+
+ Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
+
+ Relative time to advance the scheduler's clock by.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Gets whether the scheduler is enabled to run work.
+
+
+
+
+ Gets the comparer used to compare absolute time values.
+
+
+
+
+ Gets the scheduler's absolute time clock value.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Creates a new historical scheduler, using the minimum value of DateTimeOffset as the initial clock value.
+
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an object that schedules units of work to run immediately on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules each unit of work on a separate thread.
+
+ An instance of this type, with default thread creation options, is exposed through this static property.
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents a work item that has been scheduled.
+
+
+
+
+ Invokes the work item.
+
+
+
+
+ Get the absolute time at which the item executes.
+
+
+
+
+ Provides a set of static methods for creating Schedulers.
+
+
+
+
+ Ensures that no time spans are negative.
+
+ The time span to normalize.
+ The time span if it zero or positive otherwise TimeSpan.Zero.
+
+
+
+ Schedules an action to be executed.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the current date and time.
+
+
+
+
+ Gets the scheduler that schedules work immediately on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work as soon as possible on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work on the ThreadPool.
+
+
+
+
+ Gets the scheduler that schedules work on a new thread.
+
+
+
+
+ Represents an object that schedules units of work on a provided SynchronizationContext.
+
+
+
+
+ Creates an object that schedules units of work on the provided SynchronizationContext.
+
+ Synchronization context to schedule units of work on.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work on the threadpool.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for virtual time schedulers using a priority queue for scheduled items.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an Action-based disposable.
+
+
+
+
+ Constructs a new disposable with the given action used for disposal.
+
+ Disposal action.
+
+
+
+ Calls the disposal action.
+
+
+
+
+ Represents an IDisposable that can be checked for status.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Sets the status to Disposed.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a group of Disposables that are disposed together.
+
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+
+
+
+ Initializes a new instance of the class with the specified number of disposables.
+
+ The number of disposables that the new CompositeDisposable can initially store.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
+
+ Disposable to add.
+
+
+
+ Removes and disposes the first occurrence of a disposable from the CompositeDisposable.
+
+ Disposable to remove.
+
+
+
+ Disposes all disposables in the group and removes them from the group.
+
+
+
+
+ Removes and disposes all disposables from the GroupDisposable, but does not dispose the CompositeDisposable.
+
+
+
+
+ Determines whether the CompositeDisposable contains a specific disposable.
+
+ Disposable to search for.
+ true if the disposable was found; otherwise, false.
+
+
+
+ Copies the disposables contained in the CompositeDisposable to an array, starting at a particular array index.
+
+ Array to copy the contained disposables to.
+ Target index at which to copy the first disposable of the group.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Gets the number of disposables contained in the CompositeDisposable.
+
+
+
+
+ Always returns false.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a thread-affine IDisposable.
+
+
+
+
+ Initializes a new instance of the class that uses a SynchronizationContext on which to dispose the disposable.
+
+ Context to perform disposal on.
+ Disposable whose Dispose operation to run on the given synchronization context.
+
+
+
+ Disposes the wrapped disposable on the provided SynchronizationContext.
+
+
+
+
+ Gets the provided SynchronizationContext.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a disposable that does nothing on disposal.
+
+
+
+
+ Singleton default disposable.
+
+
+
+
+ Does nothing.
+
+
+
+
+ Provides a set of static methods for creating Disposables.
+
+
+
+
+ Creates the disposable that invokes the specified action when disposed.
+
+ Action to run during IDisposable.Dispose.
+ The disposable object that runs the given action upon disposal.
+
+
+
+ Gets the disposable that does nothing when disposed.
+
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable.
+
+
+
+
+ Initializes a new instance of the class with no current underlying disposable.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the MutableDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object.
+
+
+
+ Represents a disposable that only disposes its underlying disposable when all dependent disposables have been disposed.
+
+
+
+
+ Initializes a new instance of the class with the specified disposable.
+
+ Underlying disposable.
+
+
+
+ Disposes the underlying disposable only when all dependent disposables have been disposed.
+
+
+
+
+ Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
+
+ A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an object that schedules units of work on a provided scheduler.
+
+
+
+
+ Initializes a new instance of the class that uses a scheduler on which to dispose the disposable.
+
+
+
+
+ Disposes the wrapped disposable on the provided scheduler.
+
+
+
+
+ Gets a value that indicates the underlying disposable.
+
+
+
+
+ Gets a value that indicates the scheduler.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an observable that can be connected and disconnected from its source.
+
+
+
+
+ Represents an observable that can be connected and disconnected.
+
+
+
+
+ Connects the observable.
+
+ IDisposable object used to disconnect the observable.
+
+
+
+ Creates an observable that can be connected and disconnected from its source.
+
+
+
+
+ Connects the observable to its source.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates a subject from the specified observer and observable.
+
+ The observer used to publish messages to the subject.
+ The observable used to subscribe to messages sent from the subject.
+ Subject implemented using the given observer and observable.
+
+
+
+ Synchronizes the messages on the subject.
+
+ The subject to synchronize.
+ Subject whose messages are synchronized.
+
+
+
+ Synchronizes the messages on the subject and notifies observers on the specified scheduler.
+
+ The subject to synchronize.
+ Scheduler to notify observers on.
+ Subject whose messages are synchronized and whose observers are notified on the given scheduler.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Represents the result of an asynchronous operation.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Creates a subject that can only receive one value and that value is cached for all future observations.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence, also causing the last received value to be sent out (if any).
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Sends a value to the subject. The last value received before successful termination will be sent to all subscribed observers.
+
+ The value to store in the subject.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents a value that changes over time.
+
+
+
+
+ Initializes a new instance of the class which creates a subject that caches its last value and starts with the specified value.
+
+ Initial value sent to observers when no other value has been received by the subject yet.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Fast subjects do not synchronize outgoing calls to subcribed observers using a scheduler. If you need such guarantees, use regular subjects instead.
+
+
+
+
+ Creates a subject.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an observable sequence of values that have a common key.
+
+
+
+
+ Gets the common key.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents an execution plan for join patterns.
+
+
+
+
+ Provides a set of static methods for subscribing delegates to observables.
+
+
+
+
+ Evaluates the observable sequence.
+
+ Observable sequence to subscribe to.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and an exception handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler, an exception handler, and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates an observer from a notification callback.
+
+ Action that handles a notification.
+ The observer object that invokes the specified handler using a notification corresponding to each message it receives.
+
+
+
+ Creates a notification callback from an observer.
+
+ Observer object.
+ The action that forwards its input notification to the underlying observer.
+
+
+
+ Creates an observer from the specified OnNext action.
+
+ Observer's OnNext action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnError actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext, OnError, and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Hides the identity of an observer.
+
+ An observer whose identity to hide.
+ An observer that hides the identity of the specified observer.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ Gate object to synchronize each observer call on.
+ The observer whose messages are synchronized on the given gate object.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ The observer whose messages are synchronized.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Regular subjects do synchronize outgoing calls to subcribed observers using a scheduler. If you don't need such guarantees, use Fast* subjects instead.
+
+
+
+ Initializes a new instance of the class with the specified buffer size, window and scheduler.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and window.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with the specified scheduler.
+
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and scheduler.
+
+ Maximum element count of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size.
+
+ Maximum element count of the replay buffer.
+
+
+
+ Initializes a new instance of the class with the specified window and scheduler.
+
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified window.
+
+ Maximum time length of the replay buffer.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Releases all resources used by the current instance of the class and unsubscribe all observers.
+
+
+
+
+ Represents a time interval value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the interval.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents a timestamped value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the timestamp.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents void.
+
+
+
+
+ Indicates whether the current unit is equal to the specified unit.
+
+ Always returns true.
+
+
+
+ Indicates whether the current unit is equal to the specified object.
+
+ The System.Object to compare with the current Unit.
+ true if the current unit is equal to the specified object; otherwise, false.
+
+
+
+ Gets the unit value's hash code.
+
+ The unit value's hash code.
+
+
+
+ Indicates whether first and second arguments are equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns true.
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns false.
+
+
+
+ Gets the single unit value.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net35/System.Reactive.dll
Binary file MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net35/System.Reactive.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net4/System.Reactive.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net4/System.Reactive.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,5401 @@
+
+
+
+ System.Reactive
+
+
+
+
+ A SingleAssignmentDisposable only allows a single assignment of its disposable object. If it has already been assigned, attempts to set the underlying object will throw an InvalidOperationException.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the FutureDisposable has already been assigned then it will throw an InvalidOperationException.
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable which causes the previous underlying disposable to be disposed.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the ReplaceDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+ The source of the event.
+ A TEventArgs that contains the event data.
+
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+ An object to compare with this object.
+ true if the current object is equal to the other parameter; otherwise, false.
+
+
+
+ Determines whether the specified System.Object is equal to the current EventPattern.
+
+ The System.Object to compare with the current EventPattern.
+ true if the specified EventPattern is equal to the current System.Object; otherwise, false.
+
+
+
+ Serves as a hash function for a particular type.
+
+ A hash code for the current EventPattern.
+
+
+
+ Determines whether two specified EventPatterns have the same value.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is the same as the value of second; otherwise, false.
+
+
+
+ Determines whether two specified EventPatterns have different values.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is different from the value of second; otherwise, false.
+
+
+
+ Gets the sender value of the event.
+
+
+
+
+ Gets the event arguments value of the event.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Provides a set of static methods for query operations over observable sequences.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Applies an accumulator function over an observable sequence. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to aggregate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Applies an accumulator function over an observable sequence.
+
+ An observable sequence to aggregate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains any elements.
+
+ An observable sequence to check for non-emptiness.
+ An observable sequence containing a single element determining whether the source sequence contains any elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether any element of an observable sequence satisfies a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether all elements of an observable sequence satisfy a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer<T>.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An equality comparer to compare values.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using the default equality comparer.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence.
+
+ An observable sequence to determine the mimimum element of.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the mimimum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum element in an observable sequence.
+
+ An observable sequence to determine the maximum element of.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the maximum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a list from an observable sequence.
+
+ The source observable sequence to get a list of elements for.
+ An observable sequence containing a single element with a list containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates an array from an observable sequence.
+
+ The source observable sequence to get an array of elements for.
+ An observable sequence containing a single element with an array containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ Comparer used to compare elements of both sequences.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+ Connectable observable sequence.
+ An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+
+
+ Returns a connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+ Source sequence whose elements will be pushed into the specified subject.
+ Subject to push source elements into.
+ A connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+
+
+ Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+ Source sequence which will be multicasted in the specified selector function.
+ Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.
+ Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will only receive the last notification of the source.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will only receive the last notification of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Initial value received by observers upon subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+ Initial value received by observers upon subscription.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Converts an observable sequence to an enumerable sequence.
+
+ An observable sequence to convert to an enumerable sequence.
+ The enumerable sequence containing the elements in the observable sequence.
+
+
+
+ Returns an enumerator that enumerates all values of the observable sequence.
+
+ An observable sequence to get an enumerator for.
+ The enumerator that can be used to enumerate over the elements in the observable sequence.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.
+ The enumerable sequence that returns the last sampled element upon each iteration.
+
+
+
+ Samples the next value (blocking without buffering) from in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.
+
+
+
+ Returns the first element of an observable sequence.
+
+ Source observable sequence.
+ The first element in the observable sequence.
+
+
+
+ Returns the first element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The first element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence.
+
+ Source observable sequence.
+ The last element in the observable sequence.
+
+
+
+ Returns the last element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate, or a default value if no value is found; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Invokes an action for each element in the observable sequence, and blocks until the sequence is terminated.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Because of its blocking nature, this operator is mainly used for testing.
+
+
+
+ Asynchronously notify observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to notify observers on.
+ The source sequence whose observations happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.
+
+
+
+ Asynchronously notify observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to notify observers on.
+ The source sequence whose observations happen on the specified synchronization context.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ The source sequence whose outgoing calls to observers are synchronized.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ Gate object to synchronize each observer call on.
+ The source sequence whose outgoing calls to observers are synchronized on the given gate object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Returns a non-terminating observable sequence.
+
+ Observable sequence whose observers will never get called.
+
+
+
+ Returns an empty observable sequence.
+
+ Observable sequence with no elements.
+
+
+
+ Returns an empty observable sequence.
+
+ Scheduler to send the termination call on.
+ Observable sequence with no elements.
+
+
+
+ Returns an observable sequence that contains a single element.
+
+ Single element in the resulting observable sequence.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that contains a single value.
+
+ Single element in the resulting observable sequence.
+ Scheduler to send the single element on.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ Scheduler to send the exceptional termination call on.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Scheduler to perform the enumeration on.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ The generated sequence.
+
+
+
+ Returns an observable sequence that invokes the observableFactory function whenever a new observer subscribes.
+
+ Observable factory function to invoke for each observer that subscribes to the resulting sequence.
+ Observable sequence whose observers trigger an invocation of the given observable factory function.
+
+
+
+ Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
+
+ Factory function to obtain a resource object.
+ Factory function to obtain an observable sequence that depends on the obtained resource.
+ Observable sequence whose lifetime controls the lifetime of the dependent resource object.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ Scheduler to run the enumeration of the input sequence on.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ Scheduler to run the generator loop on.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Repeats the observable sequence indefinitely.
+
+ Observable sequence to repeat.
+ The observable sequence producing the elements of the given sequence repeatedly and sequentially.
+
+
+
+ Repeats the observable sequence a specified number of times.
+
+ Observable sequence to repeat.
+ Number of times to repeat the sequence.
+ The observable sequence producing the elements of the given sequence repeatedly.
+
+
+
+ Repeats the source observable sequence until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Repeats the source observable sequence the specified number of times or until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Number of times to repeat the sequence.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Matches when both observable sequences have an available value.
+
+
+
+
+ Matches when the observable sequence has an available value and projects the value.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.
+
+
+
+ Concatenates two observable sequences.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.
+
+
+
+ Concatenates all the observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Concatenates an enumerable sequence of observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Observable sequence of inner observable sequences.
+ Maximum number of inner observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Concatenates an observable sequence of observable sequences.
+
+ Observable sequence of inner observable sequences.
+ An observable sequence that contains the elements of each observed inner sequence, in sequential order.
+
+
+
+ Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
+
+ Source sequence.
+ Exception handler function, producing another observable sequence.
+ An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results when an error occurred in the first sequence.
+ An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results after the first sequence terminates.
+ An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
+
+ First observable source.
+ Second observable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
+
+ First observable source.
+ Second enumerable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
+
+ First observable source.
+ Second observable source.
+ Function to invoke whenever either of the sources produces an element.
+ An observable sequence containing the result of combining elements of both sources using the specified result selector function.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that surfaces either of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Returns the values from the source observable sequence until the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that terminates propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.
+
+
+
+ Returns the values from the source observable sequence only after the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that triggers propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ Scheduler used to introduce concurrency for making subscriptions to the given sequences.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Projects each element of an observable sequence into zero or more windows.
+
+ Source sequence to produce windows over.
+ Observable sequence whose elements denote the creation of new windows.
+ A function invoked to define the closing of each produced window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows.
+
+ Source sequence to produce windows over.
+ A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers.
+
+ Source sequence to produce buffers over.
+ Observable sequence whose elements denote the creation of new buffers.
+ A function invoked to define the closing of each produced buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers.
+
+ Source sequence to produce buffers over.
+ A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.
+ An observable sequence of buffers.
+
+
+
+ Materializes the implicit notifications of an observable sequence as explicit notification values.
+
+ An observable sequence to get notification values for.
+ An observable sequence containing the materialized notification values from the source sequence.
+
+
+
+ Dematerializes the explicit notification values of an observable sequence as implicit notifications.
+
+ An observable sequence containing explicit notification values which have to be turned into implicit notifications.
+ An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.
+
+
+
+ Hides the identity of an observable sequence.
+
+ An observable sequence whose identity to hide.
+ An observable sequence that hides the identity of the source sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Number of elements to skip between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Number of elements to skip between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Scheduler to emit the prepended values on.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to accumulate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result.
+
+ An observable sequence to accumulate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ Equality comparer for computed key values.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
+
+ An observable sequence to retain distinct contiguous elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements.
+
+ An observable sequence to retain distinct contiguous elements for.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements.
+
+ An observable sequence to retain distinct elements for.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the comparer.
+
+ An observable sequence to retain distinct elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Invokes a specified action after source observable sequence terminates normally or by an exception.
+
+ Source sequence.
+ Action to invoke after the source observable sequence terminates.
+ Source sequence with the action-invoking termination behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes the observer's methods for their side-effects.
+
+ Source sequence.
+ Observer whose methods to invoke as part of the source sequence's observation.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Bypasses a specified number of elements at the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to bypass at the end of the source sequence.
+ An observable sequence containing the source sequence elements except for the bypassed ones at the end.
+
+
+
+ Returns a specified number of contiguous elements from the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to take from the end of the source sequence.
+ An observable sequence containing the specified number of elements from the of the source sequence.
+
+
+
+ Ignores all values in an observable sequence leaving only the termination messages.
+
+ Source sequence.
+ An empty observable sequence that signals termination, successful or exceptional, of the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence or a default value if the index is out of range.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.
+
+
+
+ Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
+
+ The sequence to return a default value for if it is empty.
+ An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
+
+ The sequence to return the specified value for if it is empty.
+ The value to return if the sequence is empty.
+ An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Projects each element of an observable sequence into a new form.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Projects each element of an observable sequence into a new form by incorporating the element's index.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element; the second parameter of the function represents the index of the source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Filters the elements of an observable sequence based on a predicate.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a condition.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a conditio; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ Scheduler used to produce an OnCompleted message in case count is set to 0.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Bypasses a specified number of values in an observable sequence and then returns the remaining values.
+
+ The sequence to take elements from.
+ The number of elements to skip before returning the remaining elements.
+ An observable sequence that contains the elements that occur after the specified index in the input sequence.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ An observable sequence to project each element from the source sequence onto.
+ An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply when an error occurs in the source sequence.
+ A transform function to apply when the end of the source sequence is reached.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Filters the elements of an observable sequence based on the specified type.
+
+ An observable sequence that contains elements from the input sequence of type TResult.
+
+
+
+ Converts the elements of an observable sequence to the specified type.
+
+ An observable sequence that contains each element of the source sequence converted to the specified type.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations, and groups the results.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value after due time has elapsed and then after each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after due time has elapsed and then each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ The throttled sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ Scheduler to run the throttle timers on.
+ The throttled sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ The sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a buffer.
+ Maximum element count of a buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of buffers.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ Scheduler used to compute time intervals.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ Scheduler used to compute timestamps.
+ An observable sequence with timestamp information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ An observable sequence with timestamp information on values.
+
+
+
+ Samples the observable sequence at sampling ticks.
+
+ Source sequence to sample.
+ Sampling tick sequence.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Scheduler to run the sampling timer on.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Sampled observable sequence.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Creates an instance of IComparer by providing a method that compares two objects.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+
+
+ Indicates the type of a notification.
+
+
+
+
+ Represents an OnNext notification.
+
+
+
+
+ Represents an OnError notification.
+
+
+
+
+ Represents an OnCompleted notification.
+
+
+
+
+ Represents a notification to an observer.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Indicates whether left and right arguments are equal.
+
+
+
+
+ Indicates whether left and right arguments are not equal.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns an observable sequence with a single notification, using the immediate scheduler.
+
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns an observable sequence with a single notification.
+
+ Scheduler to send out the notification calls on.
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns the value of an OnNext notification or throws an exception.
+
+
+
+
+ Returns a value that indicates whether the notification has a value.
+
+
+
+
+ Returns the exception of an OnError notification or returns null.
+
+
+
+
+ Gets the kind of notification that is represented.
+
+
+
+
+ Represents a OnNext notification to an observer.
+
+
+
+
+ Constructs a notification of a new value.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns the value of an OnNext notification.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns true.
+
+
+
+
+ Returns NotificationKind.OnNext.
+
+
+
+
+ Represents a OnError notification to an observer.
+
+
+
+
+ Constructs a notification of an exception.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws the exception.
+
+
+
+
+ Returns the exception.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnError.
+
+
+
+
+ Represents a OnCompleted notification to an observer.
+
+
+
+
+ Constructs a notification of the end of a sequence.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws an InvalidOperationException.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnCompleted.
+
+
+
+
+ Provides a set of static methods for constructing notifications.
+
+
+
+
+ Creates an object that represents an OnNext notification to an observer.
+
+ The value contained in the notification.
+ The OnNext notification containing the value.
+
+
+
+ Creates an object that represents an OnError notification to an observer.
+
+ The exception contained in the notification.
+ The OnError notification containing the exception.
+
+
+
+ Creates an object that represents an OnCompleted notification to an observer.
+
+ The OnCompleted notification.
+
+
+
+ Represents an object that schedules units of work on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Represents an object that schedules units of work.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets a value that indicates whether the caller must call a schedule method.
+
+
+
+
+ Represents an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Ends the thread associated with this scheduler.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Represents the base class for virtual time schedulers.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Starts the virtual time scheduler.
+
+
+
+
+ Stops the virtual time scheduler.
+
+
+
+
+ Advances the scheduler's clock to the specified time, running all work till that point.
+
+ Absolute time to advance the scheduler's clock to.
+
+
+
+ Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
+
+ Relative time to advance the scheduler's clock by.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Gets whether the scheduler is enabled to run work.
+
+
+
+
+ Gets the comparer used to compare absolute time values.
+
+
+
+
+ Gets the scheduler's absolute time clock value.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Creates a new historical scheduler, using the minimum value of DateTimeOffset as the initial clock value.
+
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an object that schedules units of work to run immediately on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules each unit of work on a separate thread.
+
+ An instance of this type, with default thread creation options, is exposed through this static property.
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents a work item that has been scheduled.
+
+
+
+
+ Invokes the work item.
+
+
+
+
+ Get the absolute time at which the item executes.
+
+
+
+
+ Provides a set of static methods for creating Schedulers.
+
+
+
+
+ Ensures that no time spans are negative.
+
+ The time span to normalize.
+ The time span if it zero or positive otherwise TimeSpan.Zero.
+
+
+
+ Schedules an action to be executed.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the current date and time.
+
+
+
+
+ Gets the scheduler that schedules work immediately on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work as soon as possible on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work on the ThreadPool.
+
+
+
+
+ Gets the scheduler that schedules work on a new thread.
+
+
+
+
+ Gets the scheduler that schedules work on the default Task Factory.
+
+
+
+
+ Represents an object that schedules units of work on a provided SynchronizationContext.
+
+
+
+
+ Creates an object that schedules units of work on the provided SynchronizationContext.
+
+ Synchronization context to schedule units of work on.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work using a provided TaskFactory.
+
+ An instance of this type, using the default TaskFactory, is exposed through this static property.
+
+
+
+ Creates an object that schedules units of work using the provided TaskFactory.
+
+ Task factory used to create tasks to run units of work.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work on the threadpool.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for virtual time schedulers using a priority queue for scheduled items.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an Action-based disposable.
+
+
+
+
+ Constructs a new disposable with the given action used for disposal.
+
+ Disposal action.
+
+
+
+ Calls the disposal action.
+
+
+
+
+ Represents an IDisposable that can be checked for status.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Sets the status to Disposed.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an IDisposable that can be checked for cancellation status.
+
+
+
+
+ Initializes a new instance of the class that uses an existing CancellationTokenSource.
+
+ CancellationTokenSource used for cancellation.
+
+
+
+ Initializes a new instance of the class that uses a new CancellationTokenSource.
+
+
+
+
+ Cancels the CancellationTokenSource.
+
+
+
+
+ Gets the CancellationToken used by this CancellationDisposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a group of Disposables that are disposed together.
+
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+
+
+
+ Initializes a new instance of the class with the specified number of disposables.
+
+ The number of disposables that the new CompositeDisposable can initially store.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
+
+ Disposable to add.
+
+
+
+ Removes and disposes the first occurrence of a disposable from the CompositeDisposable.
+
+ Disposable to remove.
+
+
+
+ Disposes all disposables in the group and removes them from the group.
+
+
+
+
+ Removes and disposes all disposables from the GroupDisposable, but does not dispose the CompositeDisposable.
+
+
+
+
+ Determines whether the CompositeDisposable contains a specific disposable.
+
+ Disposable to search for.
+ true if the disposable was found; otherwise, false.
+
+
+
+ Copies the disposables contained in the CompositeDisposable to an array, starting at a particular array index.
+
+ Array to copy the contained disposables to.
+ Target index at which to copy the first disposable of the group.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Gets the number of disposables contained in the CompositeDisposable.
+
+
+
+
+ Always returns false.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a thread-affine IDisposable.
+
+
+
+
+ Initializes a new instance of the class that uses a SynchronizationContext on which to dispose the disposable.
+
+ Context to perform disposal on.
+ Disposable whose Dispose operation to run on the given synchronization context.
+
+
+
+ Disposes the wrapped disposable on the provided SynchronizationContext.
+
+
+
+
+ Gets the provided SynchronizationContext.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a disposable that does nothing on disposal.
+
+
+
+
+ Singleton default disposable.
+
+
+
+
+ Does nothing.
+
+
+
+
+ Provides a set of static methods for creating Disposables.
+
+
+
+
+ Creates the disposable that invokes the specified action when disposed.
+
+ Action to run during IDisposable.Dispose.
+ The disposable object that runs the given action upon disposal.
+
+
+
+ Gets the disposable that does nothing when disposed.
+
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable.
+
+
+
+
+ Initializes a new instance of the class with no current underlying disposable.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the MutableDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object.
+
+
+
+ Represents a disposable that only disposes its underlying disposable when all dependent disposables have been disposed.
+
+
+
+
+ Initializes a new instance of the class with the specified disposable.
+
+ Underlying disposable.
+
+
+
+ Disposes the underlying disposable only when all dependent disposables have been disposed.
+
+
+
+
+ Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
+
+ A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an object that schedules units of work on a provided scheduler.
+
+
+
+
+ Initializes a new instance of the class that uses a scheduler on which to dispose the disposable.
+
+
+
+
+ Disposes the wrapped disposable on the provided scheduler.
+
+
+
+
+ Gets a value that indicates the underlying disposable.
+
+
+
+
+ Gets a value that indicates the scheduler.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an observable that can be connected and disconnected from its source.
+
+
+
+
+ Represents an observable that can be connected and disconnected.
+
+
+
+
+ Connects the observable.
+
+ IDisposable object used to disconnect the observable.
+
+
+
+ Creates an observable that can be connected and disconnected from its source.
+
+
+
+
+ Connects the observable to its source.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates a subject from the specified observer and observable.
+
+ The observer used to publish messages to the subject.
+ The observable used to subscribe to messages sent from the subject.
+ Subject implemented using the given observer and observable.
+
+
+
+ Synchronizes the messages on the subject.
+
+ The subject to synchronize.
+ Subject whose messages are synchronized.
+
+
+
+ Synchronizes the messages on the subject and notifies observers on the specified scheduler.
+
+ The subject to synchronize.
+ Scheduler to notify observers on.
+ Subject whose messages are synchronized and whose observers are notified on the given scheduler.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Represents the result of an asynchronous operation.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Creates a subject that can only receive one value and that value is cached for all future observations.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence, also causing the last received value to be sent out (if any).
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Sends a value to the subject. The last value received before successful termination will be sent to all subscribed observers.
+
+ The value to store in the subject.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents a value that changes over time.
+
+
+
+
+ Initializes a new instance of the class which creates a subject that caches its last value and starts with the specified value.
+
+ Initial value sent to observers when no other value has been received by the subject yet.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Fast subjects do not synchronize outgoing calls to subcribed observers using a scheduler. If you need such guarantees, use regular subjects instead.
+
+
+
+
+ Creates a subject.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an observable sequence of values that have a common key.
+
+
+
+
+ Gets the common key.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents an execution plan for join patterns.
+
+
+
+
+ Provides a set of static methods for subscribing delegates to observables.
+
+
+
+
+ Evaluates the observable sequence.
+
+ Observable sequence to subscribe to.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and an exception handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler, an exception handler, and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates an observer from a notification callback.
+
+ Action that handles a notification.
+ The observer object that invokes the specified handler using a notification corresponding to each message it receives.
+
+
+
+ Creates a notification callback from an observer.
+
+ Observer object.
+ The action that forwards its input notification to the underlying observer.
+
+
+
+ Creates an observer from the specified OnNext action.
+
+ Observer's OnNext action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnError actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext, OnError, and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Hides the identity of an observer.
+
+ An observer whose identity to hide.
+ An observer that hides the identity of the specified observer.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ Gate object to synchronize each observer call on.
+ The observer whose messages are synchronized on the given gate object.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ The observer whose messages are synchronized.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Regular subjects do synchronize outgoing calls to subcribed observers using a scheduler. If you don't need such guarantees, use Fast* subjects instead.
+
+
+
+ Initializes a new instance of the class with the specified buffer size, window and scheduler.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and window.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with the specified scheduler.
+
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and scheduler.
+
+ Maximum element count of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size.
+
+ Maximum element count of the replay buffer.
+
+
+
+ Initializes a new instance of the class with the specified window and scheduler.
+
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified window.
+
+ Maximum time length of the replay buffer.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Releases all resources used by the current instance of the class and unsubscribe all observers.
+
+
+
+
+ Provides a set of static methods for converting Tasks to IObservables.
+
+
+
+
+ Returns an observable sequence that signals when the task completes.
+
+ Task to convert to an observable sequence.
+ An observable sequence that produces a unit value when the task completes, or propagates the exception produced by the task.
+
+
+
+ Returns an observable sequence that propagates the result of the task.
+
+ Task to convert to an observable sequence.
+ An observable sequence that produces the task's result, or propagates the exception produced by the task.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ The state to use as the underlying task's AsyncState.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.
+ The state to use as the underlying task's AsyncState.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Represents a time interval value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the interval.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents a timestamped value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the timestamp.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents void.
+
+
+
+
+ Indicates whether the current unit is equal to the specified unit.
+
+ Always returns true.
+
+
+
+ Indicates whether the current unit is equal to the specified object.
+
+ The System.Object to compare with the current Unit.
+ true if the current unit is equal to the specified object; otherwise, false.
+
+
+
+ Gets the unit value's hash code.
+
+ The unit value's hash code.
+
+
+
+ Indicates whether first and second arguments are equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns true.
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns false.
+
+
+
+ Gets the single unit value.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net4/System.Reactive.dll
Binary file MetroWpf/Libs/Rx-Main.1.0.11226/lib/Net4/System.Reactive.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL3-WP/System.Reactive.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL3-WP/System.Reactive.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,4731 @@
+
+
+
+ System.Reactive
+
+
+
+
+ A SingleAssignmentDisposable only allows a single assignment of its disposable object. If it has already been assigned, attempts to set the underlying object will throw an InvalidOperationException.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the FutureDisposable has already been assigned then it will throw an InvalidOperationException.
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable which causes the previous underlying disposable to be disposed.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the ReplaceDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+ The source of the event.
+ A TEventArgs that contains the event data.
+
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+ An object to compare with this object.
+ true if the current object is equal to the other parameter; otherwise, false.
+
+
+
+ Determines whether the specified System.Object is equal to the current EventPattern.
+
+ The System.Object to compare with the current EventPattern.
+ true if the specified EventPattern is equal to the current System.Object; otherwise, false.
+
+
+
+ Serves as a hash function for a particular type.
+
+ A hash code for the current EventPattern.
+
+
+
+ Determines whether two specified EventPatterns have the same value.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is the same as the value of second; otherwise, false.
+
+
+
+ Determines whether two specified EventPatterns have different values.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is different from the value of second; otherwise, false.
+
+
+
+ Gets the sender value of the event.
+
+
+
+
+ Gets the event arguments value of the event.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Provides a set of static methods for query operations over observable sequences.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Applies an accumulator function over an observable sequence. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to aggregate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Applies an accumulator function over an observable sequence.
+
+ An observable sequence to aggregate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains any elements.
+
+ An observable sequence to check for non-emptiness.
+ An observable sequence containing a single element determining whether the source sequence contains any elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether any element of an observable sequence satisfies a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether all elements of an observable sequence satisfy a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer<T>.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An equality comparer to compare values.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using the default equality comparer.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence.
+
+ An observable sequence to determine the mimimum element of.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the mimimum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum element in an observable sequence.
+
+ An observable sequence to determine the maximum element of.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the maximum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a list from an observable sequence.
+
+ The source observable sequence to get a list of elements for.
+ An observable sequence containing a single element with a list containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates an array from an observable sequence.
+
+ The source observable sequence to get an array of elements for.
+ An observable sequence containing a single element with an array containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ Comparer used to compare elements of both sequences.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+ Connectable observable sequence.
+ An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+
+
+ Returns a connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+ Source sequence whose elements will be pushed into the specified subject.
+ Subject to push source elements into.
+ A connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+
+
+ Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+ Source sequence which will be multicasted in the specified selector function.
+ Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.
+ Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will only receive the last notification of the source.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will only receive the last notification of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Initial value received by observers upon subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+ Initial value received by observers upon subscription.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Converts an observable sequence to an enumerable sequence.
+
+ An observable sequence to convert to an enumerable sequence.
+ The enumerable sequence containing the elements in the observable sequence.
+
+
+
+ Returns an enumerator that enumerates all values of the observable sequence.
+
+ An observable sequence to get an enumerator for.
+ The enumerator that can be used to enumerate over the elements in the observable sequence.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.
+ The enumerable sequence that returns the last sampled element upon each iteration.
+
+
+
+ Samples the next value (blocking without buffering) from in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.
+
+
+
+ Returns the first element of an observable sequence.
+
+ Source observable sequence.
+ The first element in the observable sequence.
+
+
+
+ Returns the first element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The first element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence.
+
+ Source observable sequence.
+ The last element in the observable sequence.
+
+
+
+ Returns the last element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate, or a default value if no value is found; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Invokes an action for each element in the observable sequence, and blocks until the sequence is terminated.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Because of its blocking nature, this operator is mainly used for testing.
+
+
+
+ Asynchronously notify observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to notify observers on.
+ The source sequence whose observations happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.
+
+
+
+ Asynchronously notify observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to notify observers on.
+ The source sequence whose observations happen on the specified synchronization context.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ The source sequence whose outgoing calls to observers are synchronized.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ Gate object to synchronize each observer call on.
+ The source sequence whose outgoing calls to observers are synchronized on the given gate object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Returns a non-terminating observable sequence.
+
+ Observable sequence whose observers will never get called.
+
+
+
+ Returns an empty observable sequence.
+
+ Observable sequence with no elements.
+
+
+
+ Returns an empty observable sequence.
+
+ Scheduler to send the termination call on.
+ Observable sequence with no elements.
+
+
+
+ Returns an observable sequence that contains a single element.
+
+ Single element in the resulting observable sequence.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that contains a single value.
+
+ Single element in the resulting observable sequence.
+ Scheduler to send the single element on.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ Scheduler to send the exceptional termination call on.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Scheduler to perform the enumeration on.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ The generated sequence.
+
+
+
+ Returns an observable sequence that invokes the observableFactory function whenever a new observer subscribes.
+
+ Observable factory function to invoke for each observer that subscribes to the resulting sequence.
+ Observable sequence whose observers trigger an invocation of the given observable factory function.
+
+
+
+ Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
+
+ Factory function to obtain a resource object.
+ Factory function to obtain an observable sequence that depends on the obtained resource.
+ Observable sequence whose lifetime controls the lifetime of the dependent resource object.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ Scheduler to run the enumeration of the input sequence on.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ Scheduler to run the generator loop on.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Repeats the observable sequence indefinitely.
+
+ Observable sequence to repeat.
+ The observable sequence producing the elements of the given sequence repeatedly and sequentially.
+
+
+
+ Repeats the observable sequence a specified number of times.
+
+ Observable sequence to repeat.
+ Number of times to repeat the sequence.
+ The observable sequence producing the elements of the given sequence repeatedly.
+
+
+
+ Repeats the source observable sequence until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Repeats the source observable sequence the specified number of times or until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Number of times to repeat the sequence.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Matches when both observable sequences have an available value.
+
+
+
+
+ Matches when the observable sequence has an available value and projects the value.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.
+
+
+
+ Concatenates two observable sequences.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.
+
+
+
+ Concatenates all the observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Concatenates an enumerable sequence of observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Observable sequence of inner observable sequences.
+ Maximum number of inner observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Concatenates an observable sequence of observable sequences.
+
+ Observable sequence of inner observable sequences.
+ An observable sequence that contains the elements of each observed inner sequence, in sequential order.
+
+
+
+ Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
+
+ Source sequence.
+ Exception handler function, producing another observable sequence.
+ An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results when an error occurred in the first sequence.
+ An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results after the first sequence terminates.
+ An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
+
+ First observable source.
+ Second observable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
+
+ First observable source.
+ Second enumerable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
+
+ First observable source.
+ Second observable source.
+ Function to invoke whenever either of the sources produces an element.
+ An observable sequence containing the result of combining elements of both sources using the specified result selector function.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that surfaces either of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Returns the values from the source observable sequence until the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that terminates propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.
+
+
+
+ Returns the values from the source observable sequence only after the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that triggers propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ Scheduler used to introduce concurrency for making subscriptions to the given sequences.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Projects each element of an observable sequence into zero or more windows.
+
+ Source sequence to produce windows over.
+ Observable sequence whose elements denote the creation of new windows.
+ A function invoked to define the closing of each produced window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows.
+
+ Source sequence to produce windows over.
+ A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers.
+
+ Source sequence to produce buffers over.
+ Observable sequence whose elements denote the creation of new buffers.
+ A function invoked to define the closing of each produced buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers.
+
+ Source sequence to produce buffers over.
+ A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.
+ An observable sequence of buffers.
+
+
+
+ Materializes the implicit notifications of an observable sequence as explicit notification values.
+
+ An observable sequence to get notification values for.
+ An observable sequence containing the materialized notification values from the source sequence.
+
+
+
+ Dematerializes the explicit notification values of an observable sequence as implicit notifications.
+
+ An observable sequence containing explicit notification values which have to be turned into implicit notifications.
+ An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.
+
+
+
+ Hides the identity of an observable sequence.
+
+ An observable sequence whose identity to hide.
+ An observable sequence that hides the identity of the source sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Number of elements to skip between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Number of elements to skip between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Scheduler to emit the prepended values on.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to accumulate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result.
+
+ An observable sequence to accumulate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ Equality comparer for computed key values.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
+
+ An observable sequence to retain distinct contiguous elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements.
+
+ An observable sequence to retain distinct contiguous elements for.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements.
+
+ An observable sequence to retain distinct elements for.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the comparer.
+
+ An observable sequence to retain distinct elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Invokes a specified action after source observable sequence terminates normally or by an exception.
+
+ Source sequence.
+ Action to invoke after the source observable sequence terminates.
+ Source sequence with the action-invoking termination behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes the observer's methods for their side-effects.
+
+ Source sequence.
+ Observer whose methods to invoke as part of the source sequence's observation.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Bypasses a specified number of elements at the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to bypass at the end of the source sequence.
+ An observable sequence containing the source sequence elements except for the bypassed ones at the end.
+
+
+
+ Returns a specified number of contiguous elements from the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to take from the end of the source sequence.
+ An observable sequence containing the specified number of elements from the of the source sequence.
+
+
+
+ Ignores all values in an observable sequence leaving only the termination messages.
+
+ Source sequence.
+ An empty observable sequence that signals termination, successful or exceptional, of the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence or a default value if the index is out of range.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.
+
+
+
+ Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
+
+ The sequence to return a default value for if it is empty.
+ An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
+
+ The sequence to return the specified value for if it is empty.
+ The value to return if the sequence is empty.
+ An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Projects each element of an observable sequence into a new form.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Projects each element of an observable sequence into a new form by incorporating the element's index.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element; the second parameter of the function represents the index of the source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Filters the elements of an observable sequence based on a predicate.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a condition.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a conditio; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ Scheduler used to produce an OnCompleted message in case count is set to 0.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Bypasses a specified number of values in an observable sequence and then returns the remaining values.
+
+ The sequence to take elements from.
+ The number of elements to skip before returning the remaining elements.
+ An observable sequence that contains the elements that occur after the specified index in the input sequence.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ An observable sequence to project each element from the source sequence onto.
+ An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply when an error occurs in the source sequence.
+ A transform function to apply when the end of the source sequence is reached.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Filters the elements of an observable sequence based on the specified type.
+
+ An observable sequence that contains elements from the input sequence of type TResult.
+
+
+
+ Converts the elements of an observable sequence to the specified type.
+
+ An observable sequence that contains each element of the source sequence converted to the specified type.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations, and groups the results.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value after due time has elapsed and then after each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after due time has elapsed and then each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ The throttled sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ Scheduler to run the throttle timers on.
+ The throttled sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ The sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a buffer.
+ Maximum element count of a buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of buffers.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ Scheduler used to compute time intervals.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ Scheduler used to compute timestamps.
+ An observable sequence with timestamp information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ An observable sequence with timestamp information on values.
+
+
+
+ Samples the observable sequence at sampling ticks.
+
+ Source sequence to sample.
+ Sampling tick sequence.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Scheduler to run the sampling timer on.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Sampled observable sequence.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Creates an instance of IComparer by providing a method that compares two objects.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+
+
+ Indicates the type of a notification.
+
+
+
+
+ Represents an OnNext notification.
+
+
+
+
+ Represents an OnError notification.
+
+
+
+
+ Represents an OnCompleted notification.
+
+
+
+
+ Represents a notification to an observer.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Indicates whether left and right arguments are equal.
+
+
+
+
+ Indicates whether left and right arguments are not equal.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns an observable sequence with a single notification, using the immediate scheduler.
+
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns an observable sequence with a single notification.
+
+ Scheduler to send out the notification calls on.
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns the value of an OnNext notification or throws an exception.
+
+
+
+
+ Returns a value that indicates whether the notification has a value.
+
+
+
+
+ Returns the exception of an OnError notification or returns null.
+
+
+
+
+ Gets the kind of notification that is represented.
+
+
+
+
+ Represents a OnNext notification to an observer.
+
+
+
+
+ Constructs a notification of a new value.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns the value of an OnNext notification.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns true.
+
+
+
+
+ Returns NotificationKind.OnNext.
+
+
+
+
+ Represents a OnError notification to an observer.
+
+
+
+
+ Constructs a notification of an exception.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws the exception.
+
+
+
+
+ Returns the exception.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnError.
+
+
+
+
+ Represents a OnCompleted notification to an observer.
+
+
+
+
+ Constructs a notification of the end of a sequence.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws an InvalidOperationException.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnCompleted.
+
+
+
+
+ Provides a set of static methods for constructing notifications.
+
+
+
+
+ Creates an object that represents an OnNext notification to an observer.
+
+ The value contained in the notification.
+ The OnNext notification containing the value.
+
+
+
+ Creates an object that represents an OnError notification to an observer.
+
+ The exception contained in the notification.
+ The OnError notification containing the exception.
+
+
+
+ Creates an object that represents an OnCompleted notification to an observer.
+
+ The OnCompleted notification.
+
+
+
+ Represents an object that schedules units of work on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Represents an object that schedules units of work.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets a value that indicates whether the caller must call a schedule method.
+
+
+
+
+ Represents an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Ends the thread associated with this scheduler.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Represents the base class for virtual time schedulers.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Starts the virtual time scheduler.
+
+
+
+
+ Stops the virtual time scheduler.
+
+
+
+
+ Advances the scheduler's clock to the specified time, running all work till that point.
+
+ Absolute time to advance the scheduler's clock to.
+
+
+
+ Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
+
+ Relative time to advance the scheduler's clock by.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Gets whether the scheduler is enabled to run work.
+
+
+
+
+ Gets the comparer used to compare absolute time values.
+
+
+
+
+ Gets the scheduler's absolute time clock value.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Creates a new historical scheduler, using the minimum value of DateTimeOffset as the initial clock value.
+
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an object that schedules units of work to run immediately on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules each unit of work on a separate thread.
+
+ An instance of this type, with default thread creation options, is exposed through this static property.
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents a work item that has been scheduled.
+
+
+
+
+ Invokes the work item.
+
+
+
+
+ Get the absolute time at which the item executes.
+
+
+
+
+ Provides a set of static methods for creating Schedulers.
+
+
+
+
+ Ensures that no time spans are negative.
+
+ The time span to normalize.
+ The time span if it zero or positive otherwise TimeSpan.Zero.
+
+
+
+ Schedules an action to be executed.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the current date and time.
+
+
+
+
+ Gets the scheduler that schedules work immediately on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work as soon as possible on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work on the ThreadPool.
+
+
+
+
+ Gets the scheduler that schedules work on a new thread.
+
+
+
+
+ Represents an object that schedules units of work on a provided SynchronizationContext.
+
+
+
+
+ Creates an object that schedules units of work on the provided SynchronizationContext.
+
+ Synchronization context to schedule units of work on.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work on the threadpool.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for virtual time schedulers using a priority queue for scheduled items.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an Action-based disposable.
+
+
+
+
+ Constructs a new disposable with the given action used for disposal.
+
+ Disposal action.
+
+
+
+ Calls the disposal action.
+
+
+
+
+ Represents an IDisposable that can be checked for status.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Sets the status to Disposed.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a group of Disposables that are disposed together.
+
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+
+
+
+ Initializes a new instance of the class with the specified number of disposables.
+
+ The number of disposables that the new CompositeDisposable can initially store.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
+
+ Disposable to add.
+
+
+
+ Removes and disposes the first occurrence of a disposable from the CompositeDisposable.
+
+ Disposable to remove.
+
+
+
+ Disposes all disposables in the group and removes them from the group.
+
+
+
+
+ Removes and disposes all disposables from the GroupDisposable, but does not dispose the CompositeDisposable.
+
+
+
+
+ Determines whether the CompositeDisposable contains a specific disposable.
+
+ Disposable to search for.
+ true if the disposable was found; otherwise, false.
+
+
+
+ Copies the disposables contained in the CompositeDisposable to an array, starting at a particular array index.
+
+ Array to copy the contained disposables to.
+ Target index at which to copy the first disposable of the group.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Gets the number of disposables contained in the CompositeDisposable.
+
+
+
+
+ Always returns false.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a thread-affine IDisposable.
+
+
+
+
+ Initializes a new instance of the class that uses a SynchronizationContext on which to dispose the disposable.
+
+ Context to perform disposal on.
+ Disposable whose Dispose operation to run on the given synchronization context.
+
+
+
+ Disposes the wrapped disposable on the provided SynchronizationContext.
+
+
+
+
+ Gets the provided SynchronizationContext.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a disposable that does nothing on disposal.
+
+
+
+
+ Singleton default disposable.
+
+
+
+
+ Does nothing.
+
+
+
+
+ Provides a set of static methods for creating Disposables.
+
+
+
+
+ Creates the disposable that invokes the specified action when disposed.
+
+ Action to run during IDisposable.Dispose.
+ The disposable object that runs the given action upon disposal.
+
+
+
+ Gets the disposable that does nothing when disposed.
+
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable.
+
+
+
+
+ Initializes a new instance of the class with no current underlying disposable.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the MutableDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object.
+
+
+
+ Represents a disposable that only disposes its underlying disposable when all dependent disposables have been disposed.
+
+
+
+
+ Initializes a new instance of the class with the specified disposable.
+
+ Underlying disposable.
+
+
+
+ Disposes the underlying disposable only when all dependent disposables have been disposed.
+
+
+
+
+ Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
+
+ A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an object that schedules units of work on a provided scheduler.
+
+
+
+
+ Initializes a new instance of the class that uses a scheduler on which to dispose the disposable.
+
+
+
+
+ Disposes the wrapped disposable on the provided scheduler.
+
+
+
+
+ Gets a value that indicates the underlying disposable.
+
+
+
+
+ Gets a value that indicates the scheduler.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an observable that can be connected and disconnected from its source.
+
+
+
+
+ Represents an observable that can be connected and disconnected.
+
+
+
+
+ Connects the observable.
+
+ IDisposable object used to disconnect the observable.
+
+
+
+ Creates an observable that can be connected and disconnected from its source.
+
+
+
+
+ Connects the observable to its source.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates a subject from the specified observer and observable.
+
+ The observer used to publish messages to the subject.
+ The observable used to subscribe to messages sent from the subject.
+ Subject implemented using the given observer and observable.
+
+
+
+ Synchronizes the messages on the subject.
+
+ The subject to synchronize.
+ Subject whose messages are synchronized.
+
+
+
+ Synchronizes the messages on the subject and notifies observers on the specified scheduler.
+
+ The subject to synchronize.
+ Scheduler to notify observers on.
+ Subject whose messages are synchronized and whose observers are notified on the given scheduler.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Represents the result of an asynchronous operation.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Creates a subject that can only receive one value and that value is cached for all future observations.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence, also causing the last received value to be sent out (if any).
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Sends a value to the subject. The last value received before successful termination will be sent to all subscribed observers.
+
+ The value to store in the subject.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents a value that changes over time.
+
+
+
+
+ Initializes a new instance of the class which creates a subject that caches its last value and starts with the specified value.
+
+ Initial value sent to observers when no other value has been received by the subject yet.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Fast subjects do not synchronize outgoing calls to subcribed observers using a scheduler. If you need such guarantees, use regular subjects instead.
+
+
+
+
+ Creates a subject.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an observable sequence of values that have a common key.
+
+
+
+
+ Gets the common key.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents an execution plan for join patterns.
+
+
+
+
+ Provides a set of static methods for subscribing delegates to observables.
+
+
+
+
+ Evaluates the observable sequence.
+
+ Observable sequence to subscribe to.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and an exception handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler, an exception handler, and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates an observer from a notification callback.
+
+ Action that handles a notification.
+ The observer object that invokes the specified handler using a notification corresponding to each message it receives.
+
+
+
+ Creates a notification callback from an observer.
+
+ Observer object.
+ The action that forwards its input notification to the underlying observer.
+
+
+
+ Creates an observer from the specified OnNext action.
+
+ Observer's OnNext action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnError actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext, OnError, and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Hides the identity of an observer.
+
+ An observer whose identity to hide.
+ An observer that hides the identity of the specified observer.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ Gate object to synchronize each observer call on.
+ The observer whose messages are synchronized on the given gate object.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ The observer whose messages are synchronized.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Regular subjects do synchronize outgoing calls to subcribed observers using a scheduler. If you don't need such guarantees, use Fast* subjects instead.
+
+
+
+ Initializes a new instance of the class with the specified buffer size, window and scheduler.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and window.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with the specified scheduler.
+
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and scheduler.
+
+ Maximum element count of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size.
+
+ Maximum element count of the replay buffer.
+
+
+
+ Initializes a new instance of the class with the specified window and scheduler.
+
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified window.
+
+ Maximum time length of the replay buffer.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Releases all resources used by the current instance of the class and unsubscribe all observers.
+
+
+
+
+ Represents a time interval value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the interval.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents a timestamped value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the timestamp.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents void.
+
+
+
+
+ Indicates whether the current unit is equal to the specified unit.
+
+ Always returns true.
+
+
+
+ Indicates whether the current unit is equal to the specified object.
+
+ The System.Object to compare with the current Unit.
+ true if the current unit is equal to the specified object; otherwise, false.
+
+
+
+ Gets the unit value's hash code.
+
+ The unit value's hash code.
+
+
+
+ Indicates whether first and second arguments are equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns true.
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns false.
+
+
+
+ Gets the single unit value.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL3-WP/System.Reactive.dll
Binary file MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL3-WP/System.Reactive.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL4/System.Reactive.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL4/System.Reactive.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,5301 @@
+
+
+
+ System.Reactive
+
+
+
+
+ Represents a push-style collection.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Supports push-style iteration over an observable sequence.
+
+
+
+
+ Notifies the observer of a new value in the sequence.
+
+
+
+
+ Notifies the observer that an exception has occurred.
+
+
+
+
+ Notifies the observer of the end of the sequence.
+
+
+
+
+ A SingleAssignmentDisposable only allows a single assignment of its disposable object. If it has already been assigned, attempts to set the underlying object will throw an InvalidOperationException.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the FutureDisposable has already been assigned then it will throw an InvalidOperationException.
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable which causes the previous underlying disposable to be disposed.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the ReplaceDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+ The source of the event.
+ A TEventArgs that contains the event data.
+
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+ An object to compare with this object.
+ true if the current object is equal to the other parameter; otherwise, false.
+
+
+
+ Determines whether the specified System.Object is equal to the current EventPattern.
+
+ The System.Object to compare with the current EventPattern.
+ true if the specified EventPattern is equal to the current System.Object; otherwise, false.
+
+
+
+ Serves as a hash function for a particular type.
+
+ A hash code for the current EventPattern.
+
+
+
+ Determines whether two specified EventPatterns have the same value.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is the same as the value of second; otherwise, false.
+
+
+
+ Determines whether two specified EventPatterns have different values.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is different from the value of second; otherwise, false.
+
+
+
+ Gets the sender value of the event.
+
+
+
+
+ Gets the event arguments value of the event.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Provides a set of static methods for query operations over observable sequences.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Applies an accumulator function over an observable sequence. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to aggregate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Applies an accumulator function over an observable sequence.
+
+ An observable sequence to aggregate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains any elements.
+
+ An observable sequence to check for non-emptiness.
+ An observable sequence containing a single element determining whether the source sequence contains any elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether any element of an observable sequence satisfies a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether all elements of an observable sequence satisfy a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer<T>.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An equality comparer to compare values.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using the default equality comparer.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence.
+
+ An observable sequence to determine the mimimum element of.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the mimimum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum element in an observable sequence.
+
+ An observable sequence to determine the maximum element of.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the maximum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a list from an observable sequence.
+
+ The source observable sequence to get a list of elements for.
+ An observable sequence containing a single element with a list containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates an array from an observable sequence.
+
+ The source observable sequence to get an array of elements for.
+ An observable sequence containing a single element with an array containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ Comparer used to compare elements of both sequences.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+ Connectable observable sequence.
+ An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+
+
+ Returns a connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+ Source sequence whose elements will be pushed into the specified subject.
+ Subject to push source elements into.
+ A connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+
+
+ Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+ Source sequence which will be multicasted in the specified selector function.
+ Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.
+ Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will only receive the last notification of the source.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will only receive the last notification of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Initial value received by observers upon subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+ Initial value received by observers upon subscription.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Converts an observable sequence to an enumerable sequence.
+
+ An observable sequence to convert to an enumerable sequence.
+ The enumerable sequence containing the elements in the observable sequence.
+
+
+
+ Returns an enumerator that enumerates all values of the observable sequence.
+
+ An observable sequence to get an enumerator for.
+ The enumerator that can be used to enumerate over the elements in the observable sequence.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.
+ The enumerable sequence that returns the last sampled element upon each iteration.
+
+
+
+ Samples the next value (blocking without buffering) from in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.
+
+
+
+ Returns the first element of an observable sequence.
+
+ Source observable sequence.
+ The first element in the observable sequence.
+
+
+
+ Returns the first element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The first element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence.
+
+ Source observable sequence.
+ The last element in the observable sequence.
+
+
+
+ Returns the last element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate, or a default value if no value is found; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Invokes an action for each element in the observable sequence, and blocks until the sequence is terminated.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Because of its blocking nature, this operator is mainly used for testing.
+
+
+
+ Asynchronously notify observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to notify observers on.
+ The source sequence whose observations happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.
+
+
+
+ Asynchronously notify observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to notify observers on.
+ The source sequence whose observations happen on the specified synchronization context.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ The source sequence whose outgoing calls to observers are synchronized.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ Gate object to synchronize each observer call on.
+ The source sequence whose outgoing calls to observers are synchronized on the given gate object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Returns a non-terminating observable sequence.
+
+ Observable sequence whose observers will never get called.
+
+
+
+ Returns an empty observable sequence.
+
+ Observable sequence with no elements.
+
+
+
+ Returns an empty observable sequence.
+
+ Scheduler to send the termination call on.
+ Observable sequence with no elements.
+
+
+
+ Returns an observable sequence that contains a single element.
+
+ Single element in the resulting observable sequence.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that contains a single value.
+
+ Single element in the resulting observable sequence.
+ Scheduler to send the single element on.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ Scheduler to send the exceptional termination call on.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Scheduler to perform the enumeration on.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ The generated sequence.
+
+
+
+ Returns an observable sequence that invokes the observableFactory function whenever a new observer subscribes.
+
+ Observable factory function to invoke for each observer that subscribes to the resulting sequence.
+ Observable sequence whose observers trigger an invocation of the given observable factory function.
+
+
+
+ Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
+
+ Factory function to obtain a resource object.
+ Factory function to obtain an observable sequence that depends on the obtained resource.
+ Observable sequence whose lifetime controls the lifetime of the dependent resource object.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ Scheduler to run the enumeration of the input sequence on.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ Scheduler to run the generator loop on.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Repeats the observable sequence indefinitely.
+
+ Observable sequence to repeat.
+ The observable sequence producing the elements of the given sequence repeatedly and sequentially.
+
+
+
+ Repeats the observable sequence a specified number of times.
+
+ Observable sequence to repeat.
+ Number of times to repeat the sequence.
+ The observable sequence producing the elements of the given sequence repeatedly.
+
+
+
+ Repeats the source observable sequence until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Repeats the source observable sequence the specified number of times or until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Number of times to repeat the sequence.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Matches when both observable sequences have an available value.
+
+
+
+
+ Matches when the observable sequence has an available value and projects the value.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.
+
+
+
+ Concatenates two observable sequences.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.
+
+
+
+ Concatenates all the observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Concatenates an enumerable sequence of observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Observable sequence of inner observable sequences.
+ Maximum number of inner observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Concatenates an observable sequence of observable sequences.
+
+ Observable sequence of inner observable sequences.
+ An observable sequence that contains the elements of each observed inner sequence, in sequential order.
+
+
+
+ Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
+
+ Source sequence.
+ Exception handler function, producing another observable sequence.
+ An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results when an error occurred in the first sequence.
+ An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results after the first sequence terminates.
+ An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
+
+ First observable source.
+ Second observable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
+
+ First observable source.
+ Second enumerable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
+
+ First observable source.
+ Second observable source.
+ Function to invoke whenever either of the sources produces an element.
+ An observable sequence containing the result of combining elements of both sources using the specified result selector function.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that surfaces either of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Returns the values from the source observable sequence until the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that terminates propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.
+
+
+
+ Returns the values from the source observable sequence only after the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that triggers propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ Scheduler used to introduce concurrency for making subscriptions to the given sequences.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Projects each element of an observable sequence into zero or more windows.
+
+ Source sequence to produce windows over.
+ Observable sequence whose elements denote the creation of new windows.
+ A function invoked to define the closing of each produced window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows.
+
+ Source sequence to produce windows over.
+ A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers.
+
+ Source sequence to produce buffers over.
+ Observable sequence whose elements denote the creation of new buffers.
+ A function invoked to define the closing of each produced buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers.
+
+ Source sequence to produce buffers over.
+ A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.
+ An observable sequence of buffers.
+
+
+
+ Materializes the implicit notifications of an observable sequence as explicit notification values.
+
+ An observable sequence to get notification values for.
+ An observable sequence containing the materialized notification values from the source sequence.
+
+
+
+ Dematerializes the explicit notification values of an observable sequence as implicit notifications.
+
+ An observable sequence containing explicit notification values which have to be turned into implicit notifications.
+ An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.
+
+
+
+ Hides the identity of an observable sequence.
+
+ An observable sequence whose identity to hide.
+ An observable sequence that hides the identity of the source sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Number of elements to skip between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Number of elements to skip between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Scheduler to emit the prepended values on.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to accumulate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result.
+
+ An observable sequence to accumulate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ Equality comparer for computed key values.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
+
+ An observable sequence to retain distinct contiguous elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements.
+
+ An observable sequence to retain distinct contiguous elements for.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements.
+
+ An observable sequence to retain distinct elements for.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the comparer.
+
+ An observable sequence to retain distinct elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Invokes a specified action after source observable sequence terminates normally or by an exception.
+
+ Source sequence.
+ Action to invoke after the source observable sequence terminates.
+ Source sequence with the action-invoking termination behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes the observer's methods for their side-effects.
+
+ Source sequence.
+ Observer whose methods to invoke as part of the source sequence's observation.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Bypasses a specified number of elements at the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to bypass at the end of the source sequence.
+ An observable sequence containing the source sequence elements except for the bypassed ones at the end.
+
+
+
+ Returns a specified number of contiguous elements from the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to take from the end of the source sequence.
+ An observable sequence containing the specified number of elements from the of the source sequence.
+
+
+
+ Ignores all values in an observable sequence leaving only the termination messages.
+
+ Source sequence.
+ An empty observable sequence that signals termination, successful or exceptional, of the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence or a default value if the index is out of range.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.
+
+
+
+ Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
+
+ The sequence to return a default value for if it is empty.
+ An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
+
+ The sequence to return the specified value for if it is empty.
+ The value to return if the sequence is empty.
+ An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Projects each element of an observable sequence into a new form.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Projects each element of an observable sequence into a new form by incorporating the element's index.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element; the second parameter of the function represents the index of the source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Filters the elements of an observable sequence based on a predicate.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a condition.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a conditio; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ Scheduler used to produce an OnCompleted message in case count is set to 0.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Bypasses a specified number of values in an observable sequence and then returns the remaining values.
+
+ The sequence to take elements from.
+ The number of elements to skip before returning the remaining elements.
+ An observable sequence that contains the elements that occur after the specified index in the input sequence.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ An observable sequence to project each element from the source sequence onto.
+ An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply when an error occurs in the source sequence.
+ A transform function to apply when the end of the source sequence is reached.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Filters the elements of an observable sequence based on the specified type.
+
+ An observable sequence that contains elements from the input sequence of type TResult.
+
+
+
+ Converts the elements of an observable sequence to the specified type.
+
+ An observable sequence that contains each element of the source sequence converted to the specified type.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations, and groups the results.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value after due time has elapsed and then after each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after due time has elapsed and then each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ The throttled sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ Scheduler to run the throttle timers on.
+ The throttled sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ The sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a buffer.
+ Maximum element count of a buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of buffers.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ Scheduler used to compute time intervals.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ Scheduler used to compute timestamps.
+ An observable sequence with timestamp information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ An observable sequence with timestamp information on values.
+
+
+
+ Samples the observable sequence at sampling ticks.
+
+ Source sequence to sample.
+ Sampling tick sequence.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Scheduler to run the sampling timer on.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Sampled observable sequence.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Creates an instance of IComparer by providing a method that compares two objects.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+
+
+ Indicates the type of a notification.
+
+
+
+
+ Represents an OnNext notification.
+
+
+
+
+ Represents an OnError notification.
+
+
+
+
+ Represents an OnCompleted notification.
+
+
+
+
+ Represents a notification to an observer.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Indicates whether left and right arguments are equal.
+
+
+
+
+ Indicates whether left and right arguments are not equal.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns an observable sequence with a single notification, using the immediate scheduler.
+
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns an observable sequence with a single notification.
+
+ Scheduler to send out the notification calls on.
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns the value of an OnNext notification or throws an exception.
+
+
+
+
+ Returns a value that indicates whether the notification has a value.
+
+
+
+
+ Returns the exception of an OnError notification or returns null.
+
+
+
+
+ Gets the kind of notification that is represented.
+
+
+
+
+ Represents a OnNext notification to an observer.
+
+
+
+
+ Constructs a notification of a new value.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns the value of an OnNext notification.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns true.
+
+
+
+
+ Returns NotificationKind.OnNext.
+
+
+
+
+ Represents a OnError notification to an observer.
+
+
+
+
+ Constructs a notification of an exception.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws the exception.
+
+
+
+
+ Returns the exception.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnError.
+
+
+
+
+ Represents a OnCompleted notification to an observer.
+
+
+
+
+ Constructs a notification of the end of a sequence.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws an InvalidOperationException.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnCompleted.
+
+
+
+
+ Provides a set of static methods for constructing notifications.
+
+
+
+
+ Creates an object that represents an OnNext notification to an observer.
+
+ The value contained in the notification.
+ The OnNext notification containing the value.
+
+
+
+ Creates an object that represents an OnError notification to an observer.
+
+ The exception contained in the notification.
+ The OnError notification containing the exception.
+
+
+
+ Creates an object that represents an OnCompleted notification to an observer.
+
+ The OnCompleted notification.
+
+
+
+ Represents an object that schedules units of work on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Represents an object that schedules units of work.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets a value that indicates whether the caller must call a schedule method.
+
+
+
+
+ Represents an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Ends the thread associated with this scheduler.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Represents the base class for virtual time schedulers.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Starts the virtual time scheduler.
+
+
+
+
+ Stops the virtual time scheduler.
+
+
+
+
+ Advances the scheduler's clock to the specified time, running all work till that point.
+
+ Absolute time to advance the scheduler's clock to.
+
+
+
+ Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
+
+ Relative time to advance the scheduler's clock by.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Gets whether the scheduler is enabled to run work.
+
+
+
+
+ Gets the comparer used to compare absolute time values.
+
+
+
+
+ Gets the scheduler's absolute time clock value.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Creates a new historical scheduler, using the minimum value of DateTimeOffset as the initial clock value.
+
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an object that schedules units of work to run immediately on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules each unit of work on a separate thread.
+
+ An instance of this type, with default thread creation options, is exposed through this static property.
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents a work item that has been scheduled.
+
+
+
+
+ Invokes the work item.
+
+
+
+
+ Get the absolute time at which the item executes.
+
+
+
+
+ Provides a set of static methods for creating Schedulers.
+
+
+
+
+ Ensures that no time spans are negative.
+
+ The time span to normalize.
+ The time span if it zero or positive otherwise TimeSpan.Zero.
+
+
+
+ Schedules an action to be executed.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the current date and time.
+
+
+
+
+ Gets the scheduler that schedules work immediately on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work as soon as possible on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work on the ThreadPool.
+
+
+
+
+ Gets the scheduler that schedules work on a new thread.
+
+
+
+
+ Represents an object that schedules units of work on a provided SynchronizationContext.
+
+
+
+
+ Creates an object that schedules units of work on the provided SynchronizationContext.
+
+ Synchronization context to schedule units of work on.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work on the threadpool.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for virtual time schedulers using a priority queue for scheduled items.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an Action-based disposable.
+
+
+
+
+ Constructs a new disposable with the given action used for disposal.
+
+ Disposal action.
+
+
+
+ Calls the disposal action.
+
+
+
+
+ Represents an IDisposable that can be checked for status.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Sets the status to Disposed.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a group of Disposables that are disposed together.
+
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+
+
+
+ Initializes a new instance of the class with the specified number of disposables.
+
+ The number of disposables that the new CompositeDisposable can initially store.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
+
+ Disposable to add.
+
+
+
+ Removes and disposes the first occurrence of a disposable from the CompositeDisposable.
+
+ Disposable to remove.
+
+
+
+ Disposes all disposables in the group and removes them from the group.
+
+
+
+
+ Removes and disposes all disposables from the GroupDisposable, but does not dispose the CompositeDisposable.
+
+
+
+
+ Determines whether the CompositeDisposable contains a specific disposable.
+
+ Disposable to search for.
+ true if the disposable was found; otherwise, false.
+
+
+
+ Copies the disposables contained in the CompositeDisposable to an array, starting at a particular array index.
+
+ Array to copy the contained disposables to.
+ Target index at which to copy the first disposable of the group.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Gets the number of disposables contained in the CompositeDisposable.
+
+
+
+
+ Always returns false.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a thread-affine IDisposable.
+
+
+
+
+ Initializes a new instance of the class that uses a SynchronizationContext on which to dispose the disposable.
+
+ Context to perform disposal on.
+ Disposable whose Dispose operation to run on the given synchronization context.
+
+
+
+ Disposes the wrapped disposable on the provided SynchronizationContext.
+
+
+
+
+ Gets the provided SynchronizationContext.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a disposable that does nothing on disposal.
+
+
+
+
+ Singleton default disposable.
+
+
+
+
+ Does nothing.
+
+
+
+
+ Provides a set of static methods for creating Disposables.
+
+
+
+
+ Creates the disposable that invokes the specified action when disposed.
+
+ Action to run during IDisposable.Dispose.
+ The disposable object that runs the given action upon disposal.
+
+
+
+ Gets the disposable that does nothing when disposed.
+
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable.
+
+
+
+
+ Initializes a new instance of the class with no current underlying disposable.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the MutableDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object.
+
+
+
+ Represents a disposable that only disposes its underlying disposable when all dependent disposables have been disposed.
+
+
+
+
+ Initializes a new instance of the class with the specified disposable.
+
+ Underlying disposable.
+
+
+
+ Disposes the underlying disposable only when all dependent disposables have been disposed.
+
+
+
+
+ Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
+
+ A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an object that schedules units of work on a provided scheduler.
+
+
+
+
+ Initializes a new instance of the class that uses a scheduler on which to dispose the disposable.
+
+
+
+
+ Disposes the wrapped disposable on the provided scheduler.
+
+
+
+
+ Gets a value that indicates the underlying disposable.
+
+
+
+
+ Gets a value that indicates the scheduler.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an observable that can be connected and disconnected from its source.
+
+
+
+
+ Represents an observable that can be connected and disconnected.
+
+
+
+
+ Connects the observable.
+
+ IDisposable object used to disconnect the observable.
+
+
+
+ Creates an observable that can be connected and disconnected from its source.
+
+
+
+
+ Connects the observable to its source.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates a subject from the specified observer and observable.
+
+ The observer used to publish messages to the subject.
+ The observable used to subscribe to messages sent from the subject.
+ Subject implemented using the given observer and observable.
+
+
+
+ Synchronizes the messages on the subject.
+
+ The subject to synchronize.
+ Subject whose messages are synchronized.
+
+
+
+ Synchronizes the messages on the subject and notifies observers on the specified scheduler.
+
+ The subject to synchronize.
+ Scheduler to notify observers on.
+ Subject whose messages are synchronized and whose observers are notified on the given scheduler.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Represents the result of an asynchronous operation.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Creates a subject that can only receive one value and that value is cached for all future observations.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence, also causing the last received value to be sent out (if any).
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Sends a value to the subject. The last value received before successful termination will be sent to all subscribed observers.
+
+ The value to store in the subject.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents a value that changes over time.
+
+
+
+
+ Initializes a new instance of the class which creates a subject that caches its last value and starts with the specified value.
+
+ Initial value sent to observers when no other value has been received by the subject yet.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Fast subjects do not synchronize outgoing calls to subcribed observers using a scheduler. If you need such guarantees, use regular subjects instead.
+
+
+
+
+ Creates a subject.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an observable sequence of values that have a common key.
+
+
+
+
+ Gets the common key.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents an execution plan for join patterns.
+
+
+
+
+ Provides a set of static methods for subscribing delegates to observables.
+
+
+
+
+ Evaluates the observable sequence.
+
+ Observable sequence to subscribe to.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and an exception handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler, an exception handler, and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates an observer from a notification callback.
+
+ Action that handles a notification.
+ The observer object that invokes the specified handler using a notification corresponding to each message it receives.
+
+
+
+ Creates a notification callback from an observer.
+
+ Observer object.
+ The action that forwards its input notification to the underlying observer.
+
+
+
+ Creates an observer from the specified OnNext action.
+
+ Observer's OnNext action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnError actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext, OnError, and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Hides the identity of an observer.
+
+ An observer whose identity to hide.
+ An observer that hides the identity of the specified observer.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ Gate object to synchronize each observer call on.
+ The observer whose messages are synchronized on the given gate object.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ The observer whose messages are synchronized.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Regular subjects do synchronize outgoing calls to subcribed observers using a scheduler. If you don't need such guarantees, use Fast* subjects instead.
+
+
+
+ Initializes a new instance of the class with the specified buffer size, window and scheduler.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and window.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with the specified scheduler.
+
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and scheduler.
+
+ Maximum element count of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size.
+
+ Maximum element count of the replay buffer.
+
+
+
+ Initializes a new instance of the class with the specified window and scheduler.
+
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified window.
+
+ Maximum time length of the replay buffer.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Releases all resources used by the current instance of the class and unsubscribe all observers.
+
+
+
+
+ Represents a time interval value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the interval.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents a timestamped value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the timestamp.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents void.
+
+
+
+
+ Indicates whether the current unit is equal to the specified unit.
+
+ Always returns true.
+
+
+
+ Indicates whether the current unit is equal to the specified object.
+
+ The System.Object to compare with the current Unit.
+ true if the current unit is equal to the specified object; otherwise, false.
+
+
+
+ Gets the unit value's hash code.
+
+ The unit value's hash code.
+
+
+
+ Indicates whether first and second arguments are equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns true.
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns false.
+
+
+
+ Gets the single unit value.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL4/System.Reactive.dll
Binary file MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL4/System.Reactive.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL5/System.Reactive.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL5/System.Reactive.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,5431 @@
+
+
+
+ System.Reactive
+
+
+
+
+ Represents a push-style collection.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Supports push-style iteration over an observable sequence.
+
+
+
+
+ Notifies the observer of a new value in the sequence.
+
+
+
+
+ Notifies the observer that an exception has occurred.
+
+
+
+
+ Notifies the observer of the end of the sequence.
+
+
+
+
+ A SingleAssignmentDisposable only allows a single assignment of its disposable object. If it has already been assigned, attempts to set the underlying object will throw an InvalidOperationException.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the FutureDisposable has already been assigned then it will throw an InvalidOperationException.
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable which causes the previous underlying disposable to be disposed.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the ReplaceDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object. Assigning this property disposes the previous disposable object.
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+
+
+
+ Represents the Sender and EventArg values of a .NET event.
+
+ The source of the event.
+ A TEventArgs that contains the event data.
+
+
+
+ Indicates whether the current object is equal to another object of the same type.
+
+ An object to compare with this object.
+ true if the current object is equal to the other parameter; otherwise, false.
+
+
+
+ Determines whether the specified System.Object is equal to the current EventPattern.
+
+ The System.Object to compare with the current EventPattern.
+ true if the specified EventPattern is equal to the current System.Object; otherwise, false.
+
+
+
+ Serves as a hash function for a particular type.
+
+ A hash code for the current EventPattern.
+
+
+
+ Determines whether two specified EventPatterns have the same value.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is the same as the value of second; otherwise, false.
+
+
+
+ Determines whether two specified EventPatterns have different values.
+
+ The first EventPattern to compare, or null.
+ The second EventPattern to compare, or null.
+ true if the value of first is different from the value of second; otherwise, false.
+
+
+
+ Gets the sender value of the event.
+
+
+
+
+ Gets the event arguments value of the event.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Represents a data stream signaling its elements by means of an event.
+
+ Event arguments type.
+
+
+
+ Event signaling the next element in the data stream.
+
+
+
+
+ Provides a set of static methods for query operations over observable sequences.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the function into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Converts the action into an asynchronous function.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the function asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Invokes the action asynchronously.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Converts a Begin/End invoke function pair into an asynchronous function.
+
+
+
+
+ Applies an accumulator function over an observable sequence. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to aggregate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Applies an accumulator function over an observable sequence.
+
+ An observable sequence to aggregate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing a single element with the final accumulator value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains any elements.
+
+ An observable sequence to check for non-emptiness.
+ An observable sequence containing a single element determining whether the source sequence contains any elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether any element of an observable sequence satisfies a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether any elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether all elements of an observable sequence satisfy a condition.
+
+ An observable sequence whose elements to apply the predicate to.
+ A function to test each element for a condition.
+ An observable sequence containing a single element determining whether all elements in the source sequence pass the test in the specified predicate.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using a specified System.Collections.Generic.IEqualityComparer<T>.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An equality comparer to compare values.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether an observable sequence contains a specified element by using the default equality comparer.
+
+ An observable sequence in which to locate a value.
+ The value to locate in the sequence.
+ An observable sequence containing a single element determining whether the source sequence contains an element that has the specified value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns a that represents the total number of elements in an observable sequence.
+
+ An observable sequence that contains elements to be counted.
+ An observable sequence containing a single element with the number of elements in the input sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of values.
+
+ A sequence of values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the sum of a sequence of nullable values.
+
+ A sequence of nullable values to calculate the sum of.
+ An observable sequence containing a single element with the sum of the values in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the minimum key value according to the specified comparer.
+
+ An observable sequence to get the minimum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a minimum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence.
+
+ An observable sequence to determine the mimimum element of.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum element in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the mimimum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the minimum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of values.
+
+ A sequence of values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the minimum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the minimum value of.
+ An observable sequence containing a single element with the minimum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the elements in an observable sequence with the maximum key value according to the specified comparer.
+
+ An observable sequence to get the maximum elements for.
+ Key selector function.
+ Comparer used to compare key values.
+ An observable sequence containing a list of zero or more elements that have a maximum key value.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum element in an observable sequence.
+
+ An observable sequence to determine the maximum element of.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence according to the specified comparer.
+
+ An observable sequence to determine the maximum element of.
+ Comparer used to compare elements.
+ An observable sequence containing a single element with the maximum element in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of values.
+
+ A sequence of values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns the maximum value in an observable sequence of nullable values.
+
+ A sequence of nullable values to determine the maximum value of.
+ An observable sequence containing a single element with the maximum value in the sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of values.
+
+ A sequence of values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Computes the average of an observable sequence of nullable values.
+
+ A sequence of nullable values to calculate the average of.
+ An observable sequence containing a single element with the average of the sequence of values, or null if the source sequence is empty or contains only values that are null.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a list from an observable sequence.
+
+ The source observable sequence to get a list of elements for.
+ An observable sequence containing a single element with a list containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates an array from an observable sequence.
+
+ The source observable sequence to get an array of elements for.
+ An observable sequence containing a single element with an array containing all the elements of the source sequence.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a dictionary from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a dictionary for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a dictionary mapping unique key values onto the corresponding source sequence's element.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, a comparer, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and a comparer.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An equality comparer to compare keys.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function, and an element selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ A transform function to produce a result element value from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Creates a lookup from an observable sequence according to a specified key selector function.
+
+ An observable sequence to create a lookup for.
+ A function to extract a key from each element.
+ An observable sequence containing a single element with a lookup mapping unique key values onto the corresponding source sequence's elements.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise using a specified equality comparer.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ Comparer used to compare elements of both sequences.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Determines whether two sequences are equal by comparing the elements pairwise.
+
+ First observable sequence to compare.
+ Second observable sequence to compare.
+ An observable sequence that contains a single element which indicates whether both sequences are equal.
+ The return value of this operator differs from the corresponding operator on IEnumerable in order to retain asynchronous behavior.
+
+
+
+ Returns an observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+ Connectable observable sequence.
+ An observable sequence that stays connected to the source as long as there is at least one subscription to the observable sequence.
+
+
+
+ Returns a connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+ Source sequence whose elements will be pushed into the specified subject.
+ Subject to push source elements into.
+ A connectable observable sequence that upon connection causes the source sequence to push results into the specified subject.
+
+
+
+ Returns an observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+ Source sequence which will be multicasted in the specified selector function.
+ Factory function to create an intermediate subject through which the source sequence's elements will be multicast to the selector function.
+ Selector function which can use the multicasted source sequence subject to the policies enforced by the created subject.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will only receive the last notification of the source.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence containing only the last notification.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will only receive the last notification of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying all notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers will be invoked on.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive all the notifications of the source.
+
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence replaying bufferSize notifications within window.
+
+ Source sequence whose elements will be multicasting through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive all the notifications of the source.
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler where connected observers within the selector function will be invoked on.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Returns a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Initial value received by observers upon subscription.
+ A connectable observable sequence that shares a single subscription to the underlying sequence.
+ Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+
+
+
+ Returns an observable sequence that is the result of invoking the selector on a connectable observable sequence that shares a single subscription to the underlying sequence and starts with initialValue.
+
+ Source sequence whose elements will be multicasted through a single shared subscription.
+ Selector function which can use the multicasted source sequence as many times as needed, without causing multiple subscriptions to the source sequence. Subscribers will receive immediately receive the initial value, followed by all notifications of the source from the time of the subscription on.
+ Initial value received by observers upon subscription.
+ An observable sequence that contains the elements of a sequence produced by multicasting the source sequence within a selector function.
+
+
+
+
+ Converts an observable sequence to an enumerable sequence.
+
+ An observable sequence to convert to an enumerable sequence.
+ The enumerable sequence containing the elements in the observable sequence.
+
+
+
+ Returns an enumerator that enumerates all values of the observable sequence.
+
+ An observable sequence to get an enumerator for.
+ The enumerator that can be used to enumerate over the elements in the observable sequence.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ Initial value that will be yielded by the enumerable sequence if no element has been sampled yet.
+ The enumerable sequence that returns the last sampled element upon each iteration.
+
+
+
+ Samples the next value (blocking without buffering) from in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that blocks upon each iteration until the next element in the observable source sequence becomes available.
+
+
+
+ Samples the most recent value in an observable sequence.
+
+ Source observable sequence.
+ The enumerable sequence that returns the last sampled element upon each iteration and subsequently blocks until the next element in the observable source sequence becomes available.
+
+
+
+ Returns the first element of an observable sequence.
+
+ Source observable sequence.
+ The first element in the observable sequence.
+
+
+
+ Returns the first element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The first element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the first element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The first element in the observable sequence for which the predicate holds, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence.
+
+ Source observable sequence.
+ The last element in the observable sequence.
+
+
+
+ Returns the last element of an observable sequence, or a default value if no value is found.
+
+ Source observable sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence for which the predicate holds.
+
+
+
+ Returns the last element of an observable sequence that matches the predicate, or a default value if no value is found.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The last element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence, or a default value if the observable sequence is empty; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate and throws an exception if there is not exactly one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence.
+
+
+
+ Returns the only element of an observable sequence that matches the predicate, or a default value if no value is found; this method throws an exception if there is more than one element in the observable sequence.
+
+ Source observable sequence.
+ A predicate function to evaluate for elements in the sequence.
+ The single element in the observable sequence, or a default value if no value is found.
+
+
+
+ Invokes an action for each element in the observable sequence, and blocks until the sequence is terminated.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Because of its blocking nature, this operator is mainly used for testing.
+
+
+
+ Asynchronously notify observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to notify observers on.
+ The source sequence whose observations happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified scheduler.
+
+ Source sequence.
+ Scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified scheduler.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified synchronization context.
+
+
+
+ Asynchronously notify observers on the specified synchronization context.
+
+ Source sequence.
+ Synchronization context to notify observers on.
+ The source sequence whose observations happen on the specified synchronization context.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ The source sequence whose outgoing calls to observers are synchronized.
+
+
+
+ Synchronizes the observable sequence.
+
+ Source sequence.
+ Gate object to synchronize each observer call on.
+ The source sequence whose outgoing calls to observers are synchronized on the given gate object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Exposes an observable sequence as an object with a .NET event.
+
+ Observable source sequence.
+ The event source object.
+
+
+
+ Returns a non-terminating observable sequence.
+
+ Observable sequence whose observers will never get called.
+
+
+
+ Returns an empty observable sequence.
+
+ Observable sequence with no elements.
+
+
+
+ Returns an empty observable sequence.
+
+ Scheduler to send the termination call on.
+ Observable sequence with no elements.
+
+
+
+ Returns an observable sequence that contains a single element.
+
+ Single element in the resulting observable sequence.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that contains a single value.
+
+ Single element in the resulting observable sequence.
+ Scheduler to send the single element on.
+ Observable sequence containing the single specified element.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Returns an observable sequence that terminates with an exception.
+
+ Exception object used for the sequence's termination.
+ Scheduler to send the exceptional termination call on.
+ The observable sequence that terminates exceptionally with the specified exception object.
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Subscribes an observer to an enumerable sequence.
+
+ Enumerable sequence to subscribe to.
+ Observer that will receive notifications from the enumerable sequence.
+ Scheduler to perform the enumeration on.
+ Disposable object that can be used to unsubscribe the observer from the enumerable
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find an instance event.
+
+ Object instance that exposes the event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event, conforming to the standard .NET event pattern, to an observable sequence, using reflection to find a static event.
+
+ Type that exposes the static event to convert.
+ Name of the event to convert.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ A function used to convert the given event handler to a delegate compatible with the underlying .NET event. The resulting delegate is used in calls to the addHandler and removeHandler action parameters.
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Converts a .NET event to an observable sequence.
+
+ Action that attaches the given event handler to the underlying .NET event.
+ Action that detaches the given event handler from the underlying .NET event.
+ The observable sequence that contains data representations of invocations of the underlying .NET event.
+
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ The generated sequence.
+
+
+
+ Returns an observable sequence that invokes the observableFactory function whenever a new observer subscribes.
+
+ Observable factory function to invoke for each observer that subscribes to the resulting sequence.
+ Observable sequence whose observers trigger an invocation of the given observable factory function.
+
+
+
+ Constructs an observable sequence that depends on a resource object, whose lifetime is tied to the resulting observable sequence's lifetime.
+
+ Factory function to obtain a resource object.
+ Factory function to obtain an observable sequence that depends on the obtained resource.
+ Observable sequence whose lifetime controls the lifetime of the dependent resource object.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Converts an enumerable sequence to an observable sequence.
+
+ Enumerable sequence to convert to an observable sequence.
+ Scheduler to run the enumeration of the input sequence on.
+ The observable sequence whose elements are pulled from the given enumerable sequence.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Creates an observable sequence from a specified Subscribe method implementation.
+
+ Implementation of the resulting observable sequence's Subscribe method, returning an Action delegate that will be wrapped in an IDisposable.
+ The observable sequence with the specified implementation for the Subscribe method.
+ Use of this operator is preferred over manual implementation of the IObservable<T> interface.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Generates an observable sequence of integral numbers within a specified range.
+
+ The value of the first integer in the sequence.
+ The number of sequential integers to generate.
+ Scheduler to run the generator loop on.
+ An observable sequence that contains a range of sequential integral numbers.
+
+
+
+ Repeats the observable sequence indefinitely.
+
+ Observable sequence to repeat.
+ The observable sequence producing the elements of the given sequence repeatedly and sequentially.
+
+
+
+ Repeats the observable sequence a specified number of times.
+
+ Observable sequence to repeat.
+ Number of times to repeat the sequence.
+ The observable sequence producing the elements of the given sequence repeatedly.
+
+
+
+ Repeats the source observable sequence until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Repeats the source observable sequence the specified number of times or until it successfully terminates.
+
+ Observable sequence to repeat until it successfully terminates.
+ Number of times to repeat the sequence.
+ Observable sequence producing the elements of the given sequence repeatedly until it terminates successfully.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ Scheduler to run the producer loop on.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Generates an observable sequence that repeats the given element infinitely.
+
+ Element to repeat.
+ An observable sequence that repeats the given element infinitely.
+
+
+
+ Generates an observable sequence that repeats the given element the specified number of times.
+
+ Element to repeat.
+ Number of times to repeat the element.
+ An observable sequence that repeats the given element the specified number of times.
+
+
+
+ Matches when both observable sequences have an available value.
+
+
+
+
+ Matches when the observable sequence has an available value and projects the value.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Joins together the results from several patterns.
+
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Transforms an observable sequence of observable sequences into an observable sequence producing values only from the most recent observable sequence.
+
+ Observable sequence of inner observable sequences.
+ The observable sequence that at any point in time produces the elements of the most recent inner observable sequence that has been received.
+
+
+
+ Concatenates two observable sequences.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that contains the elements of the first sequence, followed by those of the second the sequence.
+
+
+
+ Concatenates all the observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Concatenates an enumerable sequence of observable sequences.
+
+ Observable sequences to concatenate.
+ An observable sequence that contains the elements of each given sequence, in sequential order.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Enumerable sequence of observable sequences.
+ Maximum number of observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an observable sequence of observable sequences into an observable sequence, limiting the number of concurrent subscriptions to inner sequences.
+
+ Observable sequence of inner observable sequences.
+ Maximum number of inner observable sequences being subscribed to concurrently.
+ The observable sequence that merges the elements of the inner sequences.
+
+
+
+ Concatenates an observable sequence of observable sequences.
+
+ Observable sequence of inner observable sequences.
+ An observable sequence that contains the elements of each observed inner sequence, in sequential order.
+
+
+
+ Continues an observable sequence that is terminated by an exception of the specified type with the observable sequence produced by the handler.
+
+ Source sequence.
+ Exception handler function, producing another observable sequence.
+ An observable sequence containing the source sequence's elements, followed by the elements produced by the handler's resulting observable sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results when an error occurred in the first sequence.
+ An observable sequence containing the first sequence's elements, followed by the elements of the second sequence in case an exception occurred.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated by an exception with the next observable sequence.
+
+ Observable sequences to catch exceptions for.
+ An observable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ First observable sequence whose exception (if any) is caught.
+ Second observable sequence used to produce results after the first sequence terminates.
+ An observable sequence that concatenates the first and second sequence, even if the first sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Continues an observable sequence that is terminated normally or by an exception with the next observable sequence.
+
+ Observable sequences to concatenate.
+ An observable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.
+
+
+
+ Merges two observable sequences into one observable sequence by combining their elements in a pairwise fashion.
+
+ First observable source.
+ Second observable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges an observable sequence and an enumerable sequence into one observable sequence by using the selector function.
+
+ First observable source.
+ Second enumerable source.
+ Function to invoke for each consecutive pair of elements from the first and second source.
+ An observable sequence containing the result of pairwise combining the elements of the first and second source using the specified result selector function.
+
+
+
+ Merges two observable sequences into one observable sequence by using the selector function whenever one of the observable sequences produces an element.
+
+ First observable source.
+ Second observable source.
+ Function to invoke whenever either of the sources produces an element.
+ An observable sequence containing the result of combining elements of both sources using the specified result selector function.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ First observable sequence.
+ Second observable sequence.
+ An observable sequence that surfaces either of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Propagates the observable sequence that reacts first.
+
+ Observable sources competing to react first.
+ An observable sequence that surfaces any of the given sequences, whichever reacted first.
+
+
+
+ Returns the values from the source observable sequence until the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that terminates propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence up to the point the other sequence interrupted further propagation.
+
+
+
+ Returns the values from the source observable sequence only after the other observable sequence produces a value.
+
+ Source sequence to propagate elements for.
+ Observable sequence that triggers propagation of elements of the source sequence.
+ An observable sequence containing the elements of the source sequence starting from the point the other sequence triggered propagation.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ Scheduler used to introduce concurrency for making subscriptions to the given sequences.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges two observable sequences into a single observable sequence.
+
+ First observable sequence.
+ Second observable sequence.
+ The observable sequence that merges the elements of the given sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges all the observable sequences into a single observable sequence.
+
+ Observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Merges an enumerable sequence of observable sequences into a single observable sequence.
+
+ Enumerable sequence of observable sequences.
+ Scheduler to run the enumeration of the sequence of sources on.
+ The observable sequence that merges the elements of the observable sequences.
+
+
+
+ Projects each element of an observable sequence into zero or more windows.
+
+ Source sequence to produce windows over.
+ Observable sequence whose elements denote the creation of new windows.
+ A function invoked to define the closing of each produced window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows.
+
+ Source sequence to produce windows over.
+ A function invoked to define the boundaries of the produced windows. A new window is started when the previous one is closed.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers.
+
+ Source sequence to produce buffers over.
+ Observable sequence whose elements denote the creation of new buffers.
+ A function invoked to define the closing of each produced buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers.
+
+ Source sequence to produce buffers over.
+ A function invoked to define the boundaries of the produced buffers. A new buffer is started when the previous one is closed.
+ An observable sequence of buffers.
+
+
+
+ Materializes the implicit notifications of an observable sequence as explicit notification values.
+
+ An observable sequence to get notification values for.
+ An observable sequence containing the materialized notification values from the source sequence.
+
+
+
+ Dematerializes the explicit notification values of an observable sequence as implicit notifications.
+
+ An observable sequence containing explicit notification values which have to be turned into implicit notifications.
+ An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.
+
+
+
+ Hides the identity of an observable sequence.
+
+ An observable sequence whose identity to hide.
+ An observable sequence that hides the identity of the source sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Number of elements to skip between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on element count information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Number of elements to skip between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on element count information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Prepends a sequence of values to an observable sequence.
+
+ Source sequence to prepend values to.
+ Scheduler to emit the prepended values on.
+ Values to prepend to the specified sequence.
+ The source sequence prepended with the specified values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result. The specified seed value is used as the initial accumulator value.
+
+ An observable sequence to accumulate over.
+ The initial accumulator value.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Applies an accumulator function over an observable sequence and returns each intermediate result.
+
+ An observable sequence to accumulate over.
+ An accumulator function to be invoked on each element.
+ An observable sequence containing the accumulated values.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ Equality comparer for computed key values.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the comparer.
+
+ An observable sequence to retain distinct contiguous elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements according to the keySelector.
+
+ An observable sequence to retain distinct contiguous elements for, based on a computed key value.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct contiguous elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct contiguous elements.
+
+ An observable sequence to retain distinct contiguous elements for.
+ An observable sequence only containing the distinct contiguous elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements.
+
+ An observable sequence to retain distinct elements for.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the comparer.
+
+ An observable sequence to retain distinct elements for.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Returns an observable sequence that contains only distinct elements according to the keySelector and the comparer.
+
+ An observable sequence to retain distinct elements for.
+ A function to compute the comparison key for each element.
+ Equality comparer for source elements.
+ An observable sequence only containing the distinct elements, based on a computed key value, from the source sequence.
+
+
+
+ Invokes a specified action after source observable sequence terminates normally or by an exception.
+
+ Source sequence.
+ Action to invoke after the source observable sequence terminates.
+ Source sequence with the action-invoking termination behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes an action for each element in the observable sequence and invokes an action upon graceful or exceptional termination of the observable sequence.
+
+ Source sequence.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Invokes the observer's methods for their side-effects.
+
+ Source sequence.
+ Observer whose methods to invoke as part of the source sequence's observation.
+ The source sequence with the side-effecting behavior applied.
+
+
+
+ Bypasses a specified number of elements at the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to bypass at the end of the source sequence.
+ An observable sequence containing the source sequence elements except for the bypassed ones at the end.
+
+
+
+ Returns a specified number of contiguous elements from the end of an observable sequence.
+
+ Source sequence.
+ Number of elements to take from the end of the source sequence.
+ An observable sequence containing the specified number of elements from the of the source sequence.
+
+
+
+ Ignores all values in an observable sequence leaving only the termination messages.
+
+ Source sequence.
+ An empty observable sequence that signals termination, successful or exceptional, of the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence.
+
+
+
+ Returns the element at a specified index in a sequence or a default value if the index is out of range.
+
+ Observable sequence to return the element from.
+ The zero-based index of the element to retrieve.
+ An observable sequence that produces the element at the specified position in the source sequence, or a default value if the index is outside the bounds of the source sequence.
+
+
+
+ Returns the elements of the specified sequence or the type parameter's default value in a singleton sequence if the sequence is empty.
+
+ The sequence to return a default value for if it is empty.
+ An observable sequence that contains the default value for the TSource type if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Returns the elements of the specified sequence or the specified value in a singleton sequence if the sequence is empty.
+
+ The sequence to return the specified value for if it is empty.
+ The value to return if the sequence is empty.
+ An observable sequence that contains the specified default value if the source is empty; otherwise, the elements of the source itself.
+
+
+
+ Projects each element of an observable sequence into a new form.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Projects each element of an observable sequence into a new form by incorporating the element's index.
+
+ A sequence of elements to invoke a transform function on.
+ A transform function to apply to each source element; the second parameter of the function represents the index of the source element.
+ An observable sequence whose elements are the result of invoking the transform function on each element of source.
+
+
+
+ Filters the elements of an observable sequence based on a predicate.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a condition.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Filters the elements of an observable sequence based on a predicate by incorporating the element's index.
+
+ An observable sequence whose elements to filter.
+ A function to test each source element for a conditio; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains elements from the input sequence that satisfy the condition.
+
+
+
+ Groups the elements of an observable sequence and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ An equality comparer to compare keys with.
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and selects the resulting elements by using a specified function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to map each source element to an element in an observable group.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function and comparer.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+ An equality comparer to compare keys with.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Groups the elements of an observable sequence according to a specified key selector function.
+ A duration selector function is used to control the lifetime of groups.
+
+ An observable sequence whose elements to group.
+ A function to extract the key for each element.
+ A function to signal the expiration of a group.
+
+ A sequence of observable groups, each of which corresponds to a unique key value, containing all elements that share that same key value.
+ If a group's lifetime expires, a new group with the same key value can be created once an element with such a key value is encoutered.
+
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Returns a specified number of contiguous values from the start of an observable sequence.
+
+ The sequence to take elements from.
+ The number of elements to return.
+ Scheduler used to produce an OnCompleted message in case count is set to 0.
+ An observable sequence that contains the specified number of elements from the start of the input sequence.
+
+
+
+ Bypasses a specified number of values in an observable sequence and then returns the remaining values.
+
+ The sequence to take elements from.
+ The number of elements to skip before returning the remaining elements.
+ An observable sequence that contains the elements that occur after the specified index in the input sequence.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Returns values from an observable sequence as long as a specified condition is true, and then skips the remaining values.
+
+ A sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence that occur before the element at which the test no longer passes.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Bypasses values in an observable sequence as long as a specified condition is true and then returns the remaining values.
+
+ An observable sequence to return elements from.
+ A function to test each element for a condition; the second parameter of the function represents the index of the source element.
+ An observable sequence that contains the elements from the input sequence starting at the first element in the linear series that does not pass the test specified by predicate.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ An observable sequence to project each element from the source sequence onto.
+ An observable sequence whose elements are the result of projecting each source element onto the other sequence and merging all the resulting sequences together.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply when an error occurs in the source sequence.
+ A transform function to apply when the end of the source sequence is reached.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function corresponding to each notification in the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function on each element of the input sequence.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Projects each element of an observable sequence to an observable sequence and flattens the resulting observable sequences into one observable sequence.
+
+ An observable sequence of elements to project.
+ A transform function to apply to each element.
+ A transform function to apply to each element of the intermediate sequence.
+ An observable sequence whose elements are the result of invoking the one-to-many transform function collectionSelector on each element of the input sequence and then mapping each of those sequence elements and their corresponding source element to a result element.
+
+
+
+ Filters the elements of an observable sequence based on the specified type.
+
+ An observable sequence that contains elements from the input sequence of type TResult.
+
+
+
+ Converts the elements of an observable sequence to the specified type.
+
+ An observable sequence that contains each element of the source sequence converted to the specified type.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any two overlapping elements of the left and right observable sequences.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Correlates the elements of two sequences based on overlapping durations, and groups the results.
+
+ The left observable sequence to join elements for.
+ The right observable sequence to join elements for.
+ A function to select the duration of each element of the left observable sequence, used to determine overlap.
+ A function to select the duration of each element of the right observable sequence, used to determine overlap.
+ A function invoked to compute a result element for any element of the left sequence with overlapping elements from the right observable sequence.
+ An observable sequence that contains result elements computed from source elements that have an overlapping duration.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after each period.
+
+ Period for producing the values in the resulting sequence.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value after due time has elapsed and then after each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Returns an observable sequence that produces a value after the dueTime has elapsed.
+
+ Relative time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after the due time has elapsed.
+
+
+
+ Returns an observable sequence that produces a value at dueTime.
+
+ Absolute time at which to produce the value.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time.
+
+
+
+ Returns an observable sequence that produces a value after dueTime has elapsed and then after each period.
+
+ Relative time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value after due time has elapsed and then each period.
+
+
+
+ Returns an observable sequence that produces a value at dueTime and then after each period.
+
+ Absolute time at which to produce the first value.
+ Period to produce subsequent values.
+ Scheduler to run the timer on.
+ An observable sequence that produces a value at due time and then after each period.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Relative time by which to shift the observable sequence.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Time shifts the observable sequence by dueTime.
+ The relative time intervals between the values are preserved.
+
+ Source sequence to delay values for.
+ Absolute time used to shift the observable sequence; the relative time shift gets computed upon subscription.
+ Scheduler to run the delay timers on.
+ Time-shifted sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ The throttled sequence.
+
+
+
+ Ignores values from an observable sequence which are followed by another value before dueTime.
+
+ Source sequence to throttle.
+ Duration of the throttle period for each value.
+ Scheduler to run the throttle timers on.
+ The throttled sequence.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ Interval between creation of consecutive windows.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping windows which are produced based on timing information.
+
+ Source sequence to produce windows over.
+ Length of each window.
+ The sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ Scheduler to run windowing timers on.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into a window that is completed when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce windows over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of windows.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into zero or more buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ Interval between creation of consecutive buffers.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into consecutive non-overlapping buffers which are produced based on timing information.
+
+ Source sequence to produce buffers over.
+ Length of each buffer.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a buffer.
+ Maximum element count of a buffer.
+ Scheduler to run buffering timers on.
+ An observable sequence of buffers.
+
+
+
+ Projects each element of an observable sequence into a buffer that's sent out when either it's full or a given amount of time has elapsed.
+
+ Source sequence to produce buffers over.
+ Maximum time length of a window.
+ Maximum element count of a window.
+ An observable sequence of buffers.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ Scheduler used to compute time intervals.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the time interval between consecutive values in an observable sequence.
+
+ Source sequence to record time intervals for.
+ An observable sequence with time interval information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ Scheduler used to compute timestamps.
+ An observable sequence with timestamp information on values.
+
+
+
+ Records the timestamp for each value in an observable sequence.
+
+ Source sequence to timestamp values for.
+ An observable sequence with timestamp information on values.
+
+
+
+ Samples the observable sequence at sampling ticks.
+
+ Source sequence to sample.
+ Sampling tick sequence.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Scheduler to run the sampling timer on.
+ Sampled observable sequence.
+
+
+
+ Samples the observable sequence at each interval.
+
+ Source sequence to sample.
+ Interval at which to sample.
+ Sampled observable sequence.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Maxmimum duration between values before a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Returns either the observable sequence or an TimeoutException if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Scheduler to run the timeout timers on.
+ The source sequence with a TimeoutException in case of a timeout.
+
+
+
+ Returns the source observable sequence or the other observable sequence if dueTime elapses.
+
+ Source sequence to perform a timeout for.
+ Time when a timeout occurs.
+ Sequence to return in case of a timeout.
+ Scheduler to run the timeout timers on.
+ The source sequence switching to the other sequence in case of a timeout.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ Scheduler on which to run the generator loop.
+ The generated sequence.
+
+
+
+ Generates an observable sequence by iterating a state from an initial state until the condition fails.
+
+ Initial state.
+ Condition to terminate generation (upon returning false).
+ Iteration step function.
+ Selector function for results produced in the sequence.
+ Time selector function to control the speed of values being produced each iteration.
+ The generated sequence.
+
+
+
+ Creates an instance of IComparer by providing a method that compares two objects.
+
+
+
+
+ Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
+
+
+
+
+ Indicates the type of a notification.
+
+
+
+
+ Represents an OnNext notification.
+
+
+
+
+ Represents an OnError notification.
+
+
+
+
+ Represents an OnCompleted notification.
+
+
+
+
+ Represents a notification to an observer.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Indicates whether left and right arguments are equal.
+
+
+
+
+ Indicates whether left and right arguments are not equal.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns an observable sequence with a single notification, using the immediate scheduler.
+
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns an observable sequence with a single notification.
+
+ Scheduler to send out the notification calls on.
+ The observable sequence that surfaces the behavior of the notification upon subscription.
+
+
+
+ Returns the value of an OnNext notification or throws an exception.
+
+
+
+
+ Returns a value that indicates whether the notification has a value.
+
+
+
+
+ Returns the exception of an OnError notification or returns null.
+
+
+
+
+ Gets the kind of notification that is represented.
+
+
+
+
+ Represents a OnNext notification to an observer.
+
+
+
+
+ Constructs a notification of a new value.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Returns the value of an OnNext notification.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns true.
+
+
+
+
+ Returns NotificationKind.OnNext.
+
+
+
+
+ Represents a OnError notification to an observer.
+
+
+
+
+ Constructs a notification of an exception.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws the exception.
+
+
+
+
+ Returns the exception.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnError.
+
+
+
+
+ Represents a OnCompleted notification to an observer.
+
+
+
+
+ Constructs a notification of the end of a sequence.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Indicates whether this instance and other are equal.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Invokes the observer's method corresponding to the notification.
+
+ Observer to invoke the notification on.
+
+
+
+ Invokes the delegate corresponding to the notification.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+
+
+
+ Invokes the delegate corresponding to the notification and returns the produced result.
+
+ Delegate to invoke for an OnNext notification.
+ Delegate to invoke for an OnError notification.
+ Delegate to invoke for an OnCompleted notification.
+ Result produced by the observation.
+
+
+
+ Throws an InvalidOperationException.
+
+
+
+
+ Returns null.
+
+
+
+
+ Returns false.
+
+
+
+
+ Returns NotificationKind.OnCompleted.
+
+
+
+
+ Provides a set of static methods for constructing notifications.
+
+
+
+
+ Creates an object that represents an OnNext notification to an observer.
+
+ The value contained in the notification.
+ The OnNext notification containing the value.
+
+
+
+ Creates an object that represents an OnError notification to an observer.
+
+ The exception contained in the notification.
+ The OnError notification containing the exception.
+
+
+
+ Creates an object that represents an OnCompleted notification to an observer.
+
+ The OnCompleted notification.
+
+
+
+ Represents an object that schedules units of work on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Represents an object that schedules units of work.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets a value that indicates whether the caller must call a schedule method.
+
+
+
+
+ Represents an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+
+
+
+ Creates an object that schedules units of work on a designated thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Ends the thread associated with this scheduler.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for historical schedulers, virtual time schedulers that use DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Represents the base class for virtual time schedulers.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Starts the virtual time scheduler.
+
+
+
+
+ Stops the virtual time scheduler.
+
+
+
+
+ Advances the scheduler's clock to the specified time, running all work till that point.
+
+ Absolute time to advance the scheduler's clock to.
+
+
+
+ Advances the scheduler's clock by the specified relative time, running all work scheduled for that timespan.
+
+ Relative time to advance the scheduler's clock by.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Gets whether the scheduler is enabled to run work.
+
+
+
+
+ Gets the comparer used to compare absolute time values.
+
+
+
+
+ Gets the scheduler's absolute time clock value.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Creates a new historical scheduler, using the minimum value of DateTimeOffset as the initial clock value.
+
+
+
+
+ Adds a relative time to an absolute time value.
+
+ Absolute time value.
+ Relative time value to add.
+ The resulting absolute time sum value.
+
+
+
+ Converts the absolute time value to a DateTimeOffset value.
+
+ Absolute time value to convert.
+ The corresponding DateTimeOffset value.
+
+
+
+ Converts the TimeSpan value to a relative time value.
+
+ TimeSpan value to convert.
+ The corresponding relative time value.
+
+
+
+ Provides a virtual time scheduler that uses DateTimeOffset for absolute time and TimeSpan for relative time.
+
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an object that schedules units of work to run immediately on the current thread.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules each unit of work on a separate thread.
+
+ An instance of this type, with default thread creation options, is exposed through this static property.
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+
+
+
+ Creates an object that schedules each unit of work on a separate thread.
+
+ Factory function for thread creation.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents a work item that has been scheduled.
+
+
+
+
+ Invokes the work item.
+
+
+
+
+ Get the absolute time at which the item executes.
+
+
+
+
+ Provides a set of static methods for creating Schedulers.
+
+
+
+
+ Ensures that no time spans are negative.
+
+ The time span to normalize.
+ The time span if it zero or positive otherwise TimeSpan.Zero.
+
+
+
+ Schedules an action to be executed.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ Scheduler to execute the action on.
+ Action to execute.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively after each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Relative time after which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed recursively at each dueTime.
+
+ Scheduler to execute the recursive action on.
+ State passed to the action to be executed.
+ Action to execute recursively.
+ Absolute time at which to execute the action for the first time.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the current date and time.
+
+
+
+
+ Gets the scheduler that schedules work immediately on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work as soon as possible on the current thread.
+
+
+
+
+ Gets the scheduler that schedules work on the ThreadPool.
+
+
+
+
+ Gets the scheduler that schedules work on a new thread.
+
+
+
+
+ Gets the scheduler that schedules work on the default Task Factory.
+
+
+
+
+ Represents an object that schedules units of work on a provided SynchronizationContext.
+
+
+
+
+ Creates an object that schedules units of work on the provided SynchronizationContext.
+
+ Synchronization context to schedule units of work on.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work using a provided TaskFactory.
+
+ An instance of this type, using the default TaskFactory, is exposed through this static property.
+
+
+
+ Creates an object that schedules units of work using the provided TaskFactory.
+
+ Task factory used to create tasks to run units of work.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents an object that schedules units of work on the threadpool.
+
+ Singleton instance of this type exposed through this static property.
+
+
+
+ Schedules an action to be executed.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Represents the base class for virtual time schedulers using a priority queue for scheduled items.
+
+
+
+
+ Creates a new virtual time scheduler with the default value of TAbsolute for the initial clock value.
+
+
+
+
+ Creates a new virtual time scheduler.
+
+ Initial value for the clock.
+ Comparer to determine causality of events based on absolute time.
+
+
+
+ Gets the next scheduled item to be executed.
+
+ The next scheduled item.
+
+
+
+ Schedules an action to be executed at dueTime.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Represents an Action-based disposable.
+
+
+
+
+ Constructs a new disposable with the given action used for disposal.
+
+ Disposal action.
+
+
+
+ Calls the disposal action.
+
+
+
+
+ Represents an IDisposable that can be checked for status.
+
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Sets the status to Disposed.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an IDisposable that can be checked for cancellation status.
+
+
+
+
+ Initializes a new instance of the class that uses an existing CancellationTokenSource.
+
+ CancellationTokenSource used for cancellation.
+
+
+
+ Initializes a new instance of the class that uses a new CancellationTokenSource.
+
+
+
+
+ Cancels the CancellationTokenSource.
+
+
+
+
+ Gets the CancellationToken used by this CancellationDisposable.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a group of Disposables that are disposed together.
+
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+
+
+
+ Initializes a new instance of the class with the specified number of disposables.
+
+ The number of disposables that the new CompositeDisposable can initially store.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Initializes a new instance of the class from a group of disposables.
+
+ Disposables that will be disposed together.
+
+
+
+ Adds a disposable to the CompositeDisposable or disposes the disposable if the CompositeDisposable is disposed.
+
+ Disposable to add.
+
+
+
+ Removes and disposes the first occurrence of a disposable from the CompositeDisposable.
+
+ Disposable to remove.
+
+
+
+ Disposes all disposables in the group and removes them from the group.
+
+
+
+
+ Removes and disposes all disposables from the GroupDisposable, but does not dispose the CompositeDisposable.
+
+
+
+
+ Determines whether the CompositeDisposable contains a specific disposable.
+
+ Disposable to search for.
+ true if the disposable was found; otherwise, false.
+
+
+
+ Copies the disposables contained in the CompositeDisposable to an array, starting at a particular array index.
+
+ Array to copy the contained disposables to.
+ Target index at which to copy the first disposable of the group.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Returns an enumerator that iterates through the CompositeDisposable.
+
+ An enumerator to iterate over the disposables.
+
+
+
+ Gets the number of disposables contained in the CompositeDisposable.
+
+
+
+
+ Always returns false.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a thread-affine IDisposable.
+
+
+
+
+ Initializes a new instance of the class that uses a SynchronizationContext on which to dispose the disposable.
+
+ Context to perform disposal on.
+ Disposable whose Dispose operation to run on the given synchronization context.
+
+
+
+ Disposes the wrapped disposable on the provided SynchronizationContext.
+
+
+
+
+ Gets the provided SynchronizationContext.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents a disposable that does nothing on disposal.
+
+
+
+
+ Singleton default disposable.
+
+
+
+
+ Does nothing.
+
+
+
+
+ Provides a set of static methods for creating Disposables.
+
+
+
+
+ Creates the disposable that invokes the specified action when disposed.
+
+ Action to run during IDisposable.Dispose.
+ The disposable object that runs the given action upon disposal.
+
+
+
+ Gets the disposable that does nothing when disposed.
+
+
+
+
+ Represents a disposable whose underlying disposable can be swapped for another disposable.
+
+
+
+
+ Initializes a new instance of the class with no current underlying disposable.
+
+
+
+
+ Disposes the underlying disposable as well as all future replacements.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Gets or sets the underlying disposable.
+
+ If the MutableDisposable has already been disposed, assignment to this property causes immediate disposal of the given disposable object.
+
+
+
+ Represents a disposable that only disposes its underlying disposable when all dependent disposables have been disposed.
+
+
+
+
+ Initializes a new instance of the class with the specified disposable.
+
+ Underlying disposable.
+
+
+
+ Disposes the underlying disposable only when all dependent disposables have been disposed.
+
+
+
+
+ Returns a dependent disposable that when disposed decreases the refcount on the underlying disposable.
+
+ A dependent disposable contributing to the reference count that manages the underlying disposable's lifetime.
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an object that schedules units of work on a provided scheduler.
+
+
+
+
+ Initializes a new instance of the class that uses a scheduler on which to dispose the disposable.
+
+
+
+
+ Disposes the wrapped disposable on the provided scheduler.
+
+
+
+
+ Gets a value that indicates the underlying disposable.
+
+
+
+
+ Gets a value that indicates the scheduler.
+
+
+
+
+ Gets a value that indicates whether the object is disposed.
+
+
+
+
+ Represents an observable that can be connected and disconnected from its source.
+
+
+
+
+ Represents an observable that can be connected and disconnected.
+
+
+
+
+ Connects the observable.
+
+ IDisposable object used to disconnect the observable.
+
+
+
+ Creates an observable that can be connected and disconnected from its source.
+
+
+
+
+ Connects the observable to its source.
+
+
+
+
+ Subscribes an observer to the observable sequence.
+
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates a subject from the specified observer and observable.
+
+ The observer used to publish messages to the subject.
+ The observable used to subscribe to messages sent from the subject.
+ Subject implemented using the given observer and observable.
+
+
+
+ Synchronizes the messages on the subject.
+
+ The subject to synchronize.
+ Subject whose messages are synchronized.
+
+
+
+ Synchronizes the messages on the subject and notifies observers on the specified scheduler.
+
+ The subject to synchronize.
+ Scheduler to notify observers on.
+ Subject whose messages are synchronized and whose observers are notified on the given scheduler.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Represents the result of an asynchronous operation.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+
+
+
+ Creates a subject that can only receive one value and that value is cached for all future observations.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence, also causing the last received value to be sent out (if any).
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Sends a value to the subject. The last value received before successful termination will be sent to all subscribed observers.
+
+ The value to store in the subject.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents a value that changes over time.
+
+
+
+
+ Initializes a new instance of the class which creates a subject that caches its last value and starts with the specified value.
+
+ Initial value sent to observers when no other value has been received by the subject yet.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Fast subjects do not synchronize outgoing calls to subcribed observers using a scheduler. If you need such guarantees, use regular subjects instead.
+
+
+
+
+ Creates a subject.
+
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Unsubscribe all observers and release resources.
+
+
+
+
+ Represents an observable sequence of values that have a common key.
+
+
+
+
+ Gets the common key.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents a join pattern.
+
+
+
+
+ Matches when all observable sequences have an available value and projects the values.
+
+
+
+
+ Represents an execution plan for join patterns.
+
+
+
+
+ Provides a set of static methods for subscribing delegates to observables.
+
+
+
+
+ Evaluates the observable sequence.
+
+ Observable sequence to subscribe to.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and an exception handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Subscribes an element handler, an exception handler, and a completion handler to an observable sequence.
+
+ Observable sequence to subscribe to.
+ Action to invoke for each element in the observable sequence.
+ Action to invoke upon exceptional termination of the observable sequence.
+ Action to invoke upon graceful termination of the observable sequence.
+ IDisposable object used to unsubscribe from the observable sequence.
+
+
+
+ Provides a set of static methods for creating observers.
+
+
+
+
+ Creates an observer from a notification callback.
+
+ Action that handles a notification.
+ The observer object that invokes the specified handler using a notification corresponding to each message it receives.
+
+
+
+ Creates a notification callback from an observer.
+
+ Observer object.
+ The action that forwards its input notification to the underlying observer.
+
+
+
+ Creates an observer from the specified OnNext action.
+
+ Observer's OnNext action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnError actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Creates an observer from the specified OnNext, OnError, and OnCompleted actions.
+
+ Observer's OnNext action implementation.
+ Observer's OnError action implementation.
+ Observer's OnCompleted action implementation.
+ The observer object implemented using the given actions.
+
+
+
+ Hides the identity of an observer.
+
+ An observer whose identity to hide.
+ An observer that hides the identity of the specified observer.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ Gate object to synchronize each observer call on.
+ The observer whose messages are synchronized on the given gate object.
+
+
+
+ Synchronizes the observer messages.
+
+ The observer to synchronize.
+ The observer whose messages are synchronized.
+
+
+
+ Represents an object that is both an observable sequence as well as an observer.
+
+ Regular subjects do synchronize outgoing calls to subcribed observers using a scheduler. If you don't need such guarantees, use Fast* subjects instead.
+
+
+
+ Initializes a new instance of the class with the specified buffer size, window and scheduler.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and window.
+
+ Maximum element count of the replay buffer.
+ Maximum time length of the replay buffer.
+
+
+
+ Initializes a new instance of the class.
+
+
+
+
+ Initializes a new instance of the class with the specified scheduler.
+
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size and scheduler.
+
+ Maximum element count of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified buffer size.
+
+ Maximum element count of the replay buffer.
+
+
+
+ Initializes a new instance of the class with the specified window and scheduler.
+
+ Maximum time length of the replay buffer.
+ Scheduler the observers are invoked on.
+
+
+
+ Initializes a new instance of the class with the specified window.
+
+ Maximum time length of the replay buffer.
+
+
+
+ Notifies all subscribed observers with the value.
+
+ The value to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers with the exception.
+
+ The exception to send to all subscribed observers.
+
+
+
+ Notifies all subscribed observers of the end of the sequence.
+
+
+
+
+ Subscribes an observer to the subject.
+
+ Observer to subscribe to the subject.
+ IDisposable object that can be used to unsubscribe the observer from the subject.
+
+
+
+ Releases all resources used by the current instance of the class and unsubscribe all observers.
+
+
+
+
+ Provides a set of static methods for converting Tasks to IObservables.
+
+
+
+
+ Returns an observable sequence that signals when the task completes.
+
+ Task to convert to an observable sequence.
+ An observable sequence that produces a unit value when the task completes, or propagates the exception produced by the task.
+
+
+
+ Returns an observable sequence that propagates the result of the task.
+
+ Task to convert to an observable sequence.
+ An observable sequence that produces the task's result, or propagates the exception produced by the task.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ The state to use as the underlying task's AsyncState.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Returns a task that contains the last value of the observable sequence.
+
+ Observable sequence to convert to a task.
+ Cancellation token that can be used to cancel the task, causing unsubscription from the observable sequence.
+ The state to use as the underlying task's AsyncState.
+ A task that contains the last value of the observable sequence.
+
+
+
+ Represents a time interval value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the interval.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents a timestamped value.
+
+
+
+
+ Constructs a timestamped value.
+
+
+
+
+ Indicates whether this instance and a specified object are equal.
+
+
+
+
+ Returns the hash code for this instance.
+
+
+
+
+ Returns a string representation of this instance.
+
+
+
+
+ Indicates whether first and second arguments are equal.
+
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+
+
+
+ Gets the timestamp.
+
+
+
+
+ Gets the value.
+
+
+
+
+ Represents void.
+
+
+
+
+ Indicates whether the current unit is equal to the specified unit.
+
+ Always returns true.
+
+
+
+ Indicates whether the current unit is equal to the specified object.
+
+ The System.Object to compare with the current Unit.
+ true if the current unit is equal to the specified object; otherwise, false.
+
+
+
+ Gets the unit value's hash code.
+
+ The unit value's hash code.
+
+
+
+ Indicates whether first and second arguments are equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns true.
+
+
+
+ Indicates whether first and second arguments are not equal.
+
+ The first Unit to compare, or null.
+ The second Unit to compare, or null.
+ Always returns false.
+
+
+
+ Gets the single unit value.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL5/System.Reactive.dll
Binary file MetroWpf/Libs/Rx-Main.1.0.11226/lib/SL5/System.Reactive.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-WPF.1.0.11226/Rx-WPF.1.0.11226.nupkg
Binary file MetroWpf/Libs/Rx-WPF.1.0.11226/Rx-WPF.1.0.11226.nupkg has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net35/System.Reactive.Windows.Threading.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net35/System.Reactive.Windows.Threading.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,113 @@
+
+
+
+ System.Reactive.Windows.Threading
+
+
+
+
+ Provides a set of static methods for subscribing to IObservables using Dispatchers.
+
+
+
+
+ Asynchronously notify observers using the dispatcher.
+
+ Source sequence.
+ Dispatcher whose associated message loop is used to to notify observers on.
+ The source sequence whose observations happen on the message loop associated with the specified dispatcher.
+
+
+
+ Asynchronously subscribes and unsubscribes observers using the dispatcher.
+
+ Source sequence.
+ Dispatcher whose associated message loop is used to to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the message loop associated with the specified dispatcher.
+
+
+
+ Asynchronously notify observers on the specified dispatcher scheduler.
+
+ Source sequence.
+ Dispatcher scheduler to notify observers on.
+ The source sequence whose observations happen on the specified dispatcher scheduler.
+
+
+
+ Asynchronously notify observers using the dispatcher associated with the current thread.
+
+ Source sequence.
+ The source sequence whose observations happen on the current thread's dispatcher.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the dispatcher associated with the current thread.
+
+ Source sequence.
+ The source sequence whose subscriptions and unsubscriptions happen on the current thread's dispatcher.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified dispatcher scheduler.
+
+ Source sequence.
+ Dispatcher scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified dispatcher scheduler.
+
+
+
+ Represents an object that schedules units of work on a Dispatcher.
+
+ This scheduler type is typically used indirectly through the ObserveOnDispatcher method that uses the current Dispatcher.
+ This scheduler type is typically used indirectly through the SubscribeOnDispatcher method that uses the current Dispatcher.
+
+
+
+ Constructs an DispatcherScheduler that schedules units of work on dispatcher.
+
+ Dispatcher to schedule work on.
+
+
+
+ Schedules an action to be executed on the dispatcher.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime on the dispatcher, using a DispatcherTimer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime on the dispatcher, using a DispatcherTimer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler that schedules work on the current Dispatcher.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets the dispatcher associated with the DispatcherScheduler.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net35/System.Reactive.Windows.Threading.dll
Binary file MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net35/System.Reactive.Windows.Threading.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net4/System.Reactive.Windows.Threading.XML
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net4/System.Reactive.Windows.Threading.XML Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,113 @@
+
+
+
+ System.Reactive.Windows.Threading
+
+
+
+
+ Provides a set of static methods for subscribing to IObservables using Dispatchers.
+
+
+
+
+ Asynchronously notify observers using the dispatcher.
+
+ Source sequence.
+ Dispatcher whose associated message loop is used to to notify observers on.
+ The source sequence whose observations happen on the message loop associated with the specified dispatcher.
+
+
+
+ Asynchronously subscribes and unsubscribes observers using the dispatcher.
+
+ Source sequence.
+ Dispatcher whose associated message loop is used to to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the message loop associated with the specified dispatcher.
+
+
+
+ Asynchronously notify observers on the specified dispatcher scheduler.
+
+ Source sequence.
+ Dispatcher scheduler to notify observers on.
+ The source sequence whose observations happen on the specified dispatcher scheduler.
+
+
+
+ Asynchronously notify observers using the dispatcher associated with the current thread.
+
+ Source sequence.
+ The source sequence whose observations happen on the current thread's dispatcher.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the dispatcher associated with the current thread.
+
+ Source sequence.
+ The source sequence whose subscriptions and unsubscriptions happen on the current thread's dispatcher.
+
+
+
+ Asynchronously subscribes and unsubscribes observers on the specified dispatcher scheduler.
+
+ Source sequence.
+ Dispatcher scheduler to perform subscription and unsubscription actions on.
+ The source sequence whose subscriptions and unsubscriptions happen on the specified dispatcher scheduler.
+
+
+
+ Represents an object that schedules units of work on a Dispatcher.
+
+ This scheduler type is typically used indirectly through the ObserveOnDispatcher method that uses the current Dispatcher.
+ This scheduler type is typically used indirectly through the SubscribeOnDispatcher method that uses the current Dispatcher.
+
+
+
+ Constructs an DispatcherScheduler that schedules units of work on dispatcher.
+
+ Dispatcher to schedule work on.
+
+
+
+ Schedules an action to be executed on the dispatcher.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed after dueTime on the dispatcher, using a DispatcherTimer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Relative time after which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Schedules an action to be executed at dueTime on the dispatcher, using a DispatcherTimer object.
+
+ State passed to the action to be executed.
+ Action to be executed.
+ Absolute time at which to execute the action.
+ The disposable object used to cancel the scheduled action (best effort).
+
+
+
+ Gets the scheduler that schedules work on the current Dispatcher.
+
+
+
+
+ Gets the scheduler's notion of current time.
+
+
+
+
+ Gets the dispatcher associated with the DispatcherScheduler.
+
+
+
+
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net4/System.Reactive.Windows.Threading.dll
Binary file MetroWpf/Libs/Rx-WPF.1.0.11226/lib/Net4/System.Reactive.Windows.Threading.dll has changed
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/CollectionExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/CollectionExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,46 @@
+using System;
+using System.Collections.Generic;
+
+namespace MetroWpf
+{
+ public static class CollectionExtensions
+ {
+ #region · Extensions ·
+
+ public static bool AddUnique(this ICollection collection, T value)
+ {
+ if (!collection.Contains(value))
+ {
+ collection.Add(value);
+ return true;
+ }
+
+ return false;
+ }
+
+ public static int AddRangeUnique(this ICollection collection, IEnumerable values)
+ {
+ var count = 0;
+
+ foreach (var value in values)
+ {
+ if (collection.AddUnique(value))
+ {
+ count++;
+ }
+ }
+
+ return count;
+ }
+
+ public static void AddRange(this ICollection collection, IEnumerable values)
+ {
+ foreach (T value in values)
+ {
+ collection.Add(value);
+ }
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/CombinedException.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/CombinedException.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,39 @@
+using System;
+
+namespace MetroWpf
+{
+ ///
+ /// Generic exception for combining several other exceptions
+ ///
+ public class CombinedException : Exception
+ {
+ #region · Properties ·
+
+ ///
+ /// Gets the inner exceptions.
+ ///
+ /// The inner exceptions.
+ public Exception[] InnerExceptions
+ {
+ get;
+ protected set;
+ }
+
+ #endregion
+
+ #region · Constructors ·
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// The message.
+ /// The inner exceptions.
+ public CombinedException(string message, Exception[] innerExceptions)
+ : base(message)
+ {
+ this.InnerExceptions = innerExceptions;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/ComparableExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/ComparableExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,69 @@
+using System;
+using System.Collections.Generic;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for all comparable objects eg. string, DateTime, numeric values ...
+ ///
+ public static class ComparableExtensions
+ {
+
+ ///
+ /// Determines whether the specified value is between the the defined minimum and maximum range (including those values).
+ ///
+ ///
+ /// The value.
+ /// The minimum value.
+ /// The maximum value.
+ ///
+ /// true if the specified value is between min and max; otherwise, false.
+ ///
+ ///
+ /// var value = 5;
+ /// if(value.IsBetween(1, 10)) {
+ /// // ...
+ /// }
+ ///
+ public static bool IsBetween(this T value, T minValue, T maxValue) where T : IComparable
+ {
+ return IsBetween(value, minValue, maxValue, null);
+ }
+
+ ///
+ /// Determines whether the specified value is between the the defined minimum and maximum range (including those values).
+ ///
+ ///
+ /// The value.
+ /// The minimum value.
+ /// The maximum value.
+ /// An optional comparer to be used instead of the types default comparer.
+ ///
+ /// true if the specified value is between min and max; otherwise, false.
+ ///
+ ///
+ /// var value = 5;
+ /// if(value.IsBetween(1, 10)) {
+ /// // ...
+ /// }
+ ///
+ public static bool IsBetween(this T value, T minValue, T maxValue, IComparer comparer) where T : IComparable
+ {
+ comparer = comparer ?? Comparer.Default;
+
+ var minMaxCompare = comparer.Compare(minValue, maxValue);
+ if (minMaxCompare < 0)
+ {
+ return ((comparer.Compare(value, minValue) >= 0) && (comparer.Compare(value, maxValue) <= 0));
+ }
+ else if (minMaxCompare == 0)
+ {
+ return (comparer.Compare(value, minValue) == 0);
+ }
+ else
+ {
+ return ((comparer.Compare(value, maxValue) >= 0) && (comparer.Compare(value, minValue) <= 0));
+ }
+ }
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/Converter.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/Converter.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,39 @@
+using System;
+
+namespace MetroWpf
+{
+ ///
+ /// An internal implementation of the IConverter<T> interface
+ ///
+ ///
+ internal class Converter
+ : IConverter
+ {
+ #region · Properties ·
+
+ ///
+ /// Gets the internal value to be converted.
+ ///
+ /// The value.
+ public T Value
+ {
+ get;
+ protected set;
+ }
+
+ #endregion
+
+ #region · Methods ·
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ /// The value.
+ public Converter(T value)
+ {
+ this.Value = value;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/DateTimeExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/DateTimeExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,299 @@
+using System;
+using System.Globalization;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for the DateTimeOffset data type.
+ ///
+ public static class DateTimeExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Calculates the age based on today.
+ ///
+ /// The date of birth.
+ /// The calculated age.
+ public static int CalculateAge(this DateTime dateOfBirth)
+ {
+ return CalculateAge(dateOfBirth, DateTime.Today);
+ }
+
+ ///
+ /// Calculates the age based on a passed reference date.
+ ///
+ /// The date of birth.
+ /// The reference date to calculate on.
+ /// The calculated age.
+ public static int CalculateAge(this DateTime dateOfBirth, DateTime referenceDate)
+ {
+ int years = referenceDate.Year - dateOfBirth.Year;
+
+ if (referenceDate.Month < dateOfBirth.Month
+ || (referenceDate.Month == dateOfBirth.Month
+ && referenceDate.Day < dateOfBirth.Day))
+ {
+ --years;
+ }
+
+ return years;
+ }
+
+ ///
+ /// Returns the number of days in the month of the provided date.
+ ///
+ /// The date.
+ /// The number of days.
+ public static int GetCountDaysOfMonth(this DateTime date)
+ {
+ var nextMonth = date.AddMonths(1);
+
+ return new DateTime(nextMonth.Year, nextMonth.Month, 1).AddDays(-1).Day;
+ }
+
+ ///
+ /// Returns the first day of the month of the provided date.
+ ///
+ /// The date.
+ /// The first day of the month
+ public static DateTime GetFirstDayOfMonth(this DateTime date)
+ {
+ return new DateTime(date.Year, date.Month, 1);
+ }
+
+ ///
+ /// Returns the first day of the month of the provided date.
+ ///
+ /// The date.
+ /// The desired day of week.
+ /// The first day of the month
+ public static DateTime GetFirstDayOfMonth(this DateTime date, DayOfWeek dayOfWeek)
+ {
+ var dt = date.GetFirstDayOfMonth();
+
+ while (dt.DayOfWeek != dayOfWeek)
+ {
+ dt = dt.AddDays(1);
+ }
+
+ return dt;
+ }
+
+ ///
+ /// Returns the last day of the month of the provided date.
+ ///
+ /// The date.
+ /// The last day of the month.
+ public static DateTime GetLastDayOfMonth(this DateTime date)
+ {
+ return new DateTime(date.Year, date.Month, GetCountDaysOfMonth(date));
+ }
+
+ ///
+ /// Returns the last day of the month of the provided date.
+ ///
+ /// The date.
+ /// The desired day of week.
+ /// The date time
+ public static DateTime GetLastDayOfMonth(this DateTime date, DayOfWeek dayOfWeek)
+ {
+ var dt = date.GetLastDayOfMonth();
+
+ while (dt.DayOfWeek != dayOfWeek)
+ {
+ dt = dt.AddDays(-1);
+ }
+
+ return dt;
+ }
+
+ ///
+ /// Indicates whether the date is today.
+ ///
+ /// The date.
+ ///
+ /// true if the specified date is today; otherwise, false.
+ ///
+ public static bool IsToday(this DateTime dt)
+ {
+ return (dt.Date == DateTime.Today);
+ }
+
+ ///
+ /// Sets the time on the specified DateTime value.
+ ///
+ /// The base date.
+ /// The hours to be set.
+ /// The minutes to be set.
+ /// The seconds to be set.
+ /// The DateTime including the new time value
+ public static DateTime SetTime(this DateTime date, int hours, int minutes, int seconds)
+ {
+ return date.SetTime(new TimeSpan(hours, minutes, seconds));
+ }
+
+ ///
+ /// Sets the time on the specified DateTime value.
+ ///
+ /// The base date.
+ /// The TimeSpan to be applied.
+ ///
+ /// The DateTime including the new time value
+ ///
+ public static DateTime SetTime(this DateTime date, TimeSpan time)
+ {
+ return date.Date.Add(time);
+ }
+
+ ///
+ /// Converts a DateTime into a DateTimeOffset using the local system time zone.
+ ///
+ /// The local DateTime.
+ /// The converted DateTimeOffset
+ public static DateTimeOffset ToDateTimeOffset(this DateTime localDateTime)
+ {
+ return localDateTime.ToDateTimeOffset(null);
+ }
+
+ ///
+ /// Converts a DateTime into a DateTimeOffset using the specified time zone.
+ ///
+ /// The local DateTime.
+ /// The local time zone.
+ /// The converted DateTimeOffset
+ public static DateTimeOffset ToDateTimeOffset(this DateTime localDateTime, TimeZoneInfo localTimeZone)
+ {
+ localTimeZone = (localTimeZone ?? TimeZoneInfo.Local);
+
+ if (localDateTime.Kind != DateTimeKind.Unspecified)
+ {
+ localDateTime = new DateTime(localDateTime.Ticks, DateTimeKind.Unspecified);
+ }
+
+ return TimeZoneInfo.ConvertTimeToUtc(localDateTime, localTimeZone);
+ }
+
+ ///
+ /// Gets the first day of the week using the current culture.
+ ///
+ /// The date.
+ /// The first day of the week
+ public static DateTime GetFirstDayOfWeek(this DateTime date)
+ {
+ return date.GetFirstDayOfWeek(null);
+ }
+
+ ///
+ /// Gets the first day of the week using the specified culture.
+ ///
+ /// The date.
+ /// The culture to determine the first weekday of a week.
+ /// The first day of the week
+ public static DateTime GetFirstDayOfWeek(this DateTime date, CultureInfo cultureInfo)
+ {
+ cultureInfo = (cultureInfo ?? CultureInfo.CurrentCulture);
+
+ var firstDayOfWeek = cultureInfo.DateTimeFormat.FirstDayOfWeek;
+
+ while (date.DayOfWeek != firstDayOfWeek)
+ {
+ date = date.AddDays(-1);
+ }
+
+ return date;
+ }
+
+ ///
+ /// Gets the last day of the week using the current culture.
+ ///
+ /// The date.
+ /// The first day of the week
+ public static DateTime GetLastDayOfWeek(this DateTime date)
+ {
+ return date.GetLastDayOfWeek(null);
+ }
+
+ ///
+ /// Gets the last day of the week using the specified culture.
+ ///
+ /// The date.
+ /// The culture to determine the first weekday of a week.
+ /// The first day of the week
+ public static DateTime GetLastDayOfWeek(this DateTime date, CultureInfo cultureInfo)
+ {
+ return date.GetFirstDayOfWeek(cultureInfo).AddDays(6);
+ }
+
+ ///
+ /// Gets the next occurence of the specified weekday within the current week using the current culture.
+ ///
+ /// The base date.
+ /// The desired weekday.
+ /// The calculated date.
+ ///
+ /// var thisWeeksMonday = DateTime.Now.GetWeekday(DayOfWeek.Monday);
+ ///
+ public static DateTime GetWeeksWeekday(this DateTime date, DayOfWeek weekday)
+ {
+ return date.GetWeeksWeekday(weekday, null);
+ }
+
+ ///
+ /// Gets the next occurence of the specified weekday within the current week using the specified culture.
+ ///
+ /// The base date.
+ /// The desired weekday.
+ /// The culture to determine the first weekday of a week.
+ /// The calculated date.
+ ///
+ /// var thisWeeksMonday = DateTime.Now.GetWeekday(DayOfWeek.Monday);
+ ///
+ public static DateTime GetWeeksWeekday(this DateTime date, DayOfWeek weekday, CultureInfo cultureInfo)
+ {
+ var firstDayOfWeek = date.GetFirstDayOfWeek(cultureInfo);
+
+ return firstDayOfWeek.GetNextWeekday(weekday);
+ }
+
+ ///
+ /// Gets the next occurence of the specified weekday.
+ ///
+ /// The base date.
+ /// The desired weekday.
+ /// The calculated date.
+ ///
+ /// var lastMonday = DateTime.Now.GetNextWeekday(DayOfWeek.Monday);
+ ///
+ public static DateTime GetNextWeekday(this DateTime date, DayOfWeek weekday)
+ {
+ while (date.DayOfWeek != weekday)
+ {
+ date = date.AddDays(1);
+ }
+
+ return date;
+ }
+
+ ///
+ /// Gets the previous occurence of the specified weekday.
+ ///
+ /// The base date.
+ /// The desired weekday.
+ /// The calculated date.
+ ///
+ /// var lastMonday = DateTime.Now.GetPreviousWeekday(DayOfWeek.Monday);
+ ///
+ public static DateTime GetPreviousWeekday(this DateTime date, DayOfWeek weekday)
+ {
+ while (date.DayOfWeek != weekday)
+ {
+ date = date.AddDays(-1);
+ }
+
+ return date;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/DateTimeOffsetExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/DateTimeOffsetExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,91 @@
+using System;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for the DateTimeOffset data type.
+ ///
+ public static class DateTimeOffsetExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Indicates whether the date is today.
+ ///
+ /// The date.
+ ///
+ /// true if the specified date is today; otherwise, false.
+ ///
+ public static bool IsToday(this DateTimeOffset dto)
+ {
+ return (dto.Date.IsToday());
+ }
+
+ ///
+ /// Sets the time on the specified DateTimeOffset value using the local system time zone.
+ ///
+ /// The base date.
+ /// The hours to be set.
+ /// The minutes to be set.
+ /// The seconds to be set.
+ /// The DateTimeOffset including the new time value
+ public static DateTimeOffset SetTime(this DateTimeOffset date, int hours, int minutes, int seconds)
+ {
+ return date.SetTime(new TimeSpan(hours, minutes, seconds));
+ }
+
+ ///
+ /// Sets the time on the specified DateTime value using the local system time zone.
+ ///
+ /// The base date.
+ /// The TimeSpan to be applied.
+ ///
+ /// The DateTimeOffset including the new time value
+ ///
+ public static DateTimeOffset SetTime(this DateTimeOffset date, TimeSpan time)
+ {
+ return date.SetTime(time, null);
+ }
+
+ ///
+ /// Sets the time on the specified DateTime value using the specified time zone.
+ ///
+ /// The base date.
+ /// The TimeSpan to be applied.
+ /// The local time zone.
+ /// /// The DateTimeOffset including the new time value///
+ public static DateTimeOffset SetTime(this DateTimeOffset date, TimeSpan time, TimeZoneInfo localTimeZone)
+ {
+ var localDate = date.ToLocalDateTime(localTimeZone);
+
+ localDate.SetTime(time);
+
+ return localDate.ToDateTimeOffset(localTimeZone);
+ }
+
+ ///
+ /// Converts a DateTimeOffset into a DateTime using the local system time zone.
+ ///
+ /// The base DateTimeOffset.
+ /// The converted DateTime
+ public static DateTime ToLocalDateTime(this DateTimeOffset dateTimeUtc)
+ {
+ return dateTimeUtc.ToLocalDateTime(null);
+ }
+
+ ///
+ /// Converts a DateTimeOffset into a DateTime using the specified time zone.
+ ///
+ /// The base DateTimeOffset.
+ /// The time zone to be used for conversion.
+ /// The converted DateTime
+ public static DateTime ToLocalDateTime(this DateTimeOffset dateTimeUtc, TimeZoneInfo localTimeZone)
+ {
+ localTimeZone = (localTimeZone ?? TimeZoneInfo.Local);
+
+ return TimeZoneInfo.ConvertTime(dateTimeUtc, localTimeZone).DateTime;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/DirectoryInfoExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/DirectoryInfoExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,163 @@
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for the DirectoryInfo class
+ ///
+ public static class DirectoryInfoExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Gets all files in the directory matching one of the several (!) supplied patterns (instead of just one in the regular implementation).
+ ///
+ /// The directory.
+ /// The patterns.
+ /// The matching files
+ /// This methods is quite perfect to be used in conjunction with the newly created FileInfo-Array extension methods.
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ ///
+ public static FileInfo[] GetFiles(this DirectoryInfo directory, params string[] patterns)
+ {
+ var files = new List();
+
+ foreach (var pattern in patterns)
+ {
+ files.AddRange(directory.GetFiles(pattern));
+ }
+
+ return files.ToArray();
+ }
+
+ ///
+ /// Searches the provided directory recursively and returns the first file matching the provided pattern.
+ ///
+ /// The directory.
+ /// The pattern.
+ /// The found file
+ ///
+ ///
+ /// var directory = new DirectoryInfo(@"c:\");
+ /// var file = directory.FindFileRecursive("win.ini");
+ ///
+ public static FileInfo FindFileRecursive(this DirectoryInfo directory, string pattern)
+ {
+ var files = directory.GetFiles(pattern);
+
+ if (files.Length > 0)
+ {
+ return files[0];
+ }
+
+ foreach (var subDirectory in directory.GetDirectories())
+ {
+ var foundFile = subDirectory.FindFileRecursive(pattern);
+
+ if (foundFile != null)
+ {
+ return foundFile;
+ }
+ }
+
+ return null;
+ }
+
+ ///
+ /// Searches the provided directory recursively and returns the first file matching to the provided predicate.
+ ///
+ /// The directory.
+ /// The predicate.
+ /// The found file
+ ///
+ ///
+ /// var directory = new DirectoryInfo(@"c:\");
+ /// var file = directory.FindFileRecursive(f => f.Extension == ".ini");
+ ///
+ public static FileInfo FindFileRecursive(this DirectoryInfo directory, Func predicate)
+ {
+ foreach (var file in directory.GetFiles())
+ {
+ if (predicate(file))
+ {
+ return file;
+ }
+ }
+
+ foreach (var subDirectory in directory.GetDirectories())
+ {
+ var foundFile = subDirectory.FindFileRecursive(predicate);
+
+ if (foundFile != null)
+ {
+ return foundFile;
+ }
+ }
+
+ return null;
+ }
+
+ ///
+ /// Searches the provided directory recursively and returns the all files matching the provided pattern.
+ ///
+ /// The directory.
+ /// The pattern.
+ /// This methods is quite perfect to be used in conjunction with the newly created FileInfo-Array extension methods.
+ /// The found files
+ ///
+ ///
+ /// var directory = new DirectoryInfo(@"c:\");
+ /// var files = directory.FindFilesRecursive("*.ini");
+ ///
+ public static FileInfo[] FindFilesRecursive(this DirectoryInfo directory, string pattern)
+ {
+ var foundFiles = new List();
+
+ FindFilesRecursive(directory, pattern, foundFiles);
+
+ return foundFiles.ToArray();
+ }
+
+ private static void FindFilesRecursive(DirectoryInfo directory, string pattern, List foundFiles)
+ {
+ foundFiles.AddRange(directory.GetFiles(pattern));
+
+ directory.GetDirectories().ForEach(d => FindFilesRecursive(d, pattern, foundFiles));
+ }
+
+ ///
+ /// Searches the provided directory recursively and returns the all files matching to the provided predicate.
+ ///
+ /// The directory.
+ /// The predicate.
+ /// The found files
+ /// This methods is quite perfect to be used in conjunction with the newly created FileInfo-Array extension methods.
+ ///
+ ///
+ /// var directory = new DirectoryInfo(@"c:\");
+ /// var files = directory.FindFilesRecursive(f => f.Extension == ".ini");
+ ///
+ public static FileInfo[] FindFilesRecursive(this DirectoryInfo directory, Func predicate)
+ {
+ var foundFiles = new List();
+
+ FindFilesRecursive(directory, predicate, foundFiles);
+
+ return foundFiles.ToArray();
+ }
+
+ private static void FindFilesRecursive(DirectoryInfo directory, Func predicate, List foundFiles)
+ {
+ foundFiles.AddRange(directory.GetFiles().Where(predicate));
+
+ directory.GetDirectories().ForEach(d => FindFilesRecursive(d, predicate, foundFiles));
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/Dynamic.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/Dynamic.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,2288 @@
+//Copyright (C) Microsoft Corporation. All rights reserved.
+
+using System.Collections.Generic;
+using System.Linq.Expressions;
+using System.Reflection;
+using System.Reflection.Emit;
+using System.Text;
+using System.Threading;
+
+namespace System.Linq.Dynamic
+{
+ public static class DynamicQueryable
+ {
+ public static IQueryable Where(this IQueryable source, string predicate, params object[] values)
+ {
+ return (IQueryable)Where((IQueryable)source, predicate, values);
+ }
+
+ public static IQueryable Where(this IQueryable source, string predicate, params object[] values)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ if (predicate == null) throw new ArgumentNullException("predicate");
+ LambdaExpression lambda = DynamicExpression.ParseLambda(source.ElementType, typeof(bool), predicate, values);
+ return source.Provider.CreateQuery(
+ Expression.Call(
+ typeof(Queryable), "Where",
+ new Type[] { source.ElementType },
+ source.Expression, Expression.Quote(lambda)));
+ }
+
+ public static IQueryable Select(this IQueryable source, string selector, params object[] values)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ if (selector == null) throw new ArgumentNullException("selector");
+ LambdaExpression lambda = DynamicExpression.ParseLambda(source.ElementType, null, selector, values);
+ return source.Provider.CreateQuery(
+ Expression.Call(
+ typeof(Queryable), "Select",
+ new Type[] { source.ElementType, lambda.Body.Type },
+ source.Expression, Expression.Quote(lambda)));
+ }
+
+ public static IQueryable OrderBy(this IQueryable source, string ordering, params object[] values)
+ {
+ return (IQueryable)OrderBy((IQueryable)source, ordering, values);
+ }
+
+ public static IQueryable OrderBy(this IQueryable source, string ordering, params object[] values)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ if (ordering == null) throw new ArgumentNullException("ordering");
+ ParameterExpression[] parameters = new ParameterExpression[] {
+ Expression.Parameter(source.ElementType, "") };
+ ExpressionParser parser = new ExpressionParser(parameters, ordering, values);
+ IEnumerable orderings = parser.ParseOrdering();
+ Expression queryExpr = source.Expression;
+ string methodAsc = "OrderBy";
+ string methodDesc = "OrderByDescending";
+ foreach (DynamicOrdering o in orderings)
+ {
+ queryExpr = Expression.Call(
+ typeof(Queryable), o.Ascending ? methodAsc : methodDesc,
+ new Type[] { source.ElementType, o.Selector.Type },
+ queryExpr, Expression.Quote(Expression.Lambda(o.Selector, parameters)));
+ methodAsc = "ThenBy";
+ methodDesc = "ThenByDescending";
+ }
+ return source.Provider.CreateQuery(queryExpr);
+ }
+
+ public static IQueryable Take(this IQueryable source, int count)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ return source.Provider.CreateQuery(
+ Expression.Call(
+ typeof(Queryable), "Take",
+ new Type[] { source.ElementType },
+ source.Expression, Expression.Constant(count)));
+ }
+
+ public static IQueryable Skip(this IQueryable source, int count)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ return source.Provider.CreateQuery(
+ Expression.Call(
+ typeof(Queryable), "Skip",
+ new Type[] { source.ElementType },
+ source.Expression, Expression.Constant(count)));
+ }
+
+ public static IQueryable GroupBy(this IQueryable source, string keySelector, string elementSelector, params object[] values)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ if (keySelector == null) throw new ArgumentNullException("keySelector");
+ if (elementSelector == null) throw new ArgumentNullException("elementSelector");
+ LambdaExpression keyLambda = DynamicExpression.ParseLambda(source.ElementType, null, keySelector, values);
+ LambdaExpression elementLambda = DynamicExpression.ParseLambda(source.ElementType, null, elementSelector, values);
+ return source.Provider.CreateQuery(
+ Expression.Call(
+ typeof(Queryable), "GroupBy",
+ new Type[] { source.ElementType, keyLambda.Body.Type, elementLambda.Body.Type },
+ source.Expression, Expression.Quote(keyLambda), Expression.Quote(elementLambda)));
+ }
+
+ public static bool Any(this IQueryable source)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ return (bool)source.Provider.Execute(
+ Expression.Call(
+ typeof(Queryable), "Any",
+ new Type[] { source.ElementType }, source.Expression));
+ }
+
+ public static int Count(this IQueryable source)
+ {
+ if (source == null) throw new ArgumentNullException("source");
+ return (int)source.Provider.Execute(
+ Expression.Call(
+ typeof(Queryable), "Count",
+ new Type[] { source.ElementType }, source.Expression));
+ }
+ }
+
+ public abstract class DynamicClass
+ {
+ public override string ToString()
+ {
+ PropertyInfo[] props = this.GetType().GetProperties(BindingFlags.Instance | BindingFlags.Public);
+ StringBuilder sb = new StringBuilder();
+ sb.Append("{");
+ for (int i = 0; i < props.Length; i++)
+ {
+ if (i > 0) sb.Append(", ");
+ sb.Append(props[i].Name);
+ sb.Append("=");
+ sb.Append(props[i].GetValue(this, null));
+ }
+ sb.Append("}");
+ return sb.ToString();
+ }
+ }
+
+ public class DynamicProperty
+ {
+ string name;
+ Type type;
+
+ public DynamicProperty(string name, Type type)
+ {
+ if (name == null) throw new ArgumentNullException("name");
+ if (type == null) throw new ArgumentNullException("type");
+ this.name = name;
+ this.type = type;
+ }
+
+ public string Name
+ {
+ get { return name; }
+ }
+
+ public Type Type
+ {
+ get { return type; }
+ }
+ }
+
+ public static class DynamicExpression
+ {
+ public static Expression Parse(Type resultType, string expression, params object[] values)
+ {
+ ExpressionParser parser = new ExpressionParser(null, expression, values);
+ return parser.Parse(resultType);
+ }
+
+ public static LambdaExpression ParseLambda(Type itType, Type resultType, string expression, params object[] values)
+ {
+ return ParseLambda(new ParameterExpression[] { Expression.Parameter(itType, "") }, resultType, expression, values);
+ }
+
+ public static LambdaExpression ParseLambda(ParameterExpression[] parameters, Type resultType, string expression, params object[] values)
+ {
+ ExpressionParser parser = new ExpressionParser(parameters, expression, values);
+ return Expression.Lambda(parser.Parse(resultType), parameters);
+ }
+
+ public static Expression> ParseLambda(string expression, params object[] values)
+ {
+ return (Expression>)ParseLambda(typeof(T), typeof(S), expression, values);
+ }
+
+ public static Type CreateClass(params DynamicProperty[] properties)
+ {
+ return ClassFactory.Instance.GetDynamicClass(properties);
+ }
+
+ public static Type CreateClass(IEnumerable properties)
+ {
+ return ClassFactory.Instance.GetDynamicClass(properties);
+ }
+ }
+
+ internal class DynamicOrdering
+ {
+ public Expression Selector;
+ public bool Ascending;
+ }
+
+ internal class Signature : IEquatable
+ {
+ public DynamicProperty[] properties;
+ public int hashCode;
+
+ public Signature(IEnumerable properties)
+ {
+ this.properties = properties.ToArray();
+ hashCode = 0;
+ foreach (DynamicProperty p in properties)
+ {
+ hashCode ^= p.Name.GetHashCode() ^ p.Type.GetHashCode();
+ }
+ }
+
+ public override int GetHashCode()
+ {
+ return hashCode;
+ }
+
+ public override bool Equals(object obj)
+ {
+ return obj is Signature ? Equals((Signature)obj) : false;
+ }
+
+ public bool Equals(Signature other)
+ {
+ if (properties.Length != other.properties.Length) return false;
+ for (int i = 0; i < properties.Length; i++)
+ {
+ if (properties[i].Name != other.properties[i].Name ||
+ properties[i].Type != other.properties[i].Type) return false;
+ }
+ return true;
+ }
+ }
+
+ internal class ClassFactory
+ {
+ public static readonly ClassFactory Instance = new ClassFactory();
+
+ static ClassFactory() { } // Trigger lazy initialization of static fields
+
+ ModuleBuilder module;
+ Dictionary classes;
+ int classCount;
+ ReaderWriterLock rwLock;
+
+ private ClassFactory()
+ {
+ AssemblyName name = new AssemblyName("DynamicClasses");
+ AssemblyBuilder assembly = AppDomain.CurrentDomain.DefineDynamicAssembly(name, AssemblyBuilderAccess.Run);
+#if ENABLE_LINQ_PARTIAL_TRUST
+ new ReflectionPermission(PermissionState.Unrestricted).Assert();
+#endif
+ try
+ {
+ module = assembly.DefineDynamicModule("Module");
+ }
+ finally
+ {
+#if ENABLE_LINQ_PARTIAL_TRUST
+ PermissionSet.RevertAssert();
+#endif
+ }
+ classes = new Dictionary();
+ rwLock = new ReaderWriterLock();
+ }
+
+ public Type GetDynamicClass(IEnumerable properties)
+ {
+ rwLock.AcquireReaderLock(Timeout.Infinite);
+ try
+ {
+ Signature signature = new Signature(properties);
+ Type type;
+ if (!classes.TryGetValue(signature, out type))
+ {
+ type = CreateDynamicClass(signature.properties);
+ classes.Add(signature, type);
+ }
+ return type;
+ }
+ finally
+ {
+ rwLock.ReleaseReaderLock();
+ }
+ }
+
+ Type CreateDynamicClass(DynamicProperty[] properties)
+ {
+ LockCookie cookie = rwLock.UpgradeToWriterLock(Timeout.Infinite);
+ try
+ {
+ string typeName = "DynamicClass" + (classCount + 1);
+#if ENABLE_LINQ_PARTIAL_TRUST
+ new ReflectionPermission(PermissionState.Unrestricted).Assert();
+#endif
+ try
+ {
+ TypeBuilder tb = this.module.DefineType(typeName, TypeAttributes.Class |
+ TypeAttributes.Public, typeof(DynamicClass));
+ FieldInfo[] fields = GenerateProperties(tb, properties);
+ GenerateEquals(tb, fields);
+ GenerateGetHashCode(tb, fields);
+ Type result = tb.CreateType();
+ classCount++;
+ return result;
+ }
+ finally
+ {
+#if ENABLE_LINQ_PARTIAL_TRUST
+ PermissionSet.RevertAssert();
+#endif
+ }
+ }
+ finally
+ {
+ rwLock.DowngradeFromWriterLock(ref cookie);
+ }
+ }
+
+ FieldInfo[] GenerateProperties(TypeBuilder tb, DynamicProperty[] properties)
+ {
+ FieldInfo[] fields = new FieldBuilder[properties.Length];
+ for (int i = 0; i < properties.Length; i++)
+ {
+ DynamicProperty dp = properties[i];
+ FieldBuilder fb = tb.DefineField("_" + dp.Name, dp.Type, FieldAttributes.Private);
+ PropertyBuilder pb = tb.DefineProperty(dp.Name, PropertyAttributes.HasDefault, dp.Type, null);
+ MethodBuilder mbGet = tb.DefineMethod("get_" + dp.Name,
+ MethodAttributes.Public | MethodAttributes.SpecialName | MethodAttributes.HideBySig,
+ dp.Type, Type.EmptyTypes);
+ ILGenerator genGet = mbGet.GetILGenerator();
+ genGet.Emit(OpCodes.Ldarg_0);
+ genGet.Emit(OpCodes.Ldfld, fb);
+ genGet.Emit(OpCodes.Ret);
+ MethodBuilder mbSet = tb.DefineMethod("set_" + dp.Name,
+ MethodAttributes.Public | MethodAttributes.SpecialName | MethodAttributes.HideBySig,
+ null, new Type[] { dp.Type });
+ ILGenerator genSet = mbSet.GetILGenerator();
+ genSet.Emit(OpCodes.Ldarg_0);
+ genSet.Emit(OpCodes.Ldarg_1);
+ genSet.Emit(OpCodes.Stfld, fb);
+ genSet.Emit(OpCodes.Ret);
+ pb.SetGetMethod(mbGet);
+ pb.SetSetMethod(mbSet);
+ fields[i] = fb;
+ }
+ return fields;
+ }
+
+ void GenerateEquals(TypeBuilder tb, FieldInfo[] fields)
+ {
+ MethodBuilder mb = tb.DefineMethod("Equals",
+ MethodAttributes.Public | MethodAttributes.ReuseSlot |
+ MethodAttributes.Virtual | MethodAttributes.HideBySig,
+ typeof(bool), new Type[] { typeof(object) });
+ ILGenerator gen = mb.GetILGenerator();
+ LocalBuilder other = gen.DeclareLocal(tb);
+ Label next = gen.DefineLabel();
+ gen.Emit(OpCodes.Ldarg_1);
+ gen.Emit(OpCodes.Isinst, tb);
+ gen.Emit(OpCodes.Stloc, other);
+ gen.Emit(OpCodes.Ldloc, other);
+ gen.Emit(OpCodes.Brtrue_S, next);
+ gen.Emit(OpCodes.Ldc_I4_0);
+ gen.Emit(OpCodes.Ret);
+ gen.MarkLabel(next);
+ foreach (FieldInfo field in fields)
+ {
+ Type ft = field.FieldType;
+ Type ct = typeof(EqualityComparer<>).MakeGenericType(ft);
+ next = gen.DefineLabel();
+ gen.EmitCall(OpCodes.Call, ct.GetMethod("get_Default"), null);
+ gen.Emit(OpCodes.Ldarg_0);
+ gen.Emit(OpCodes.Ldfld, field);
+ gen.Emit(OpCodes.Ldloc, other);
+ gen.Emit(OpCodes.Ldfld, field);
+ gen.EmitCall(OpCodes.Callvirt, ct.GetMethod("Equals", new Type[] { ft, ft }), null);
+ gen.Emit(OpCodes.Brtrue_S, next);
+ gen.Emit(OpCodes.Ldc_I4_0);
+ gen.Emit(OpCodes.Ret);
+ gen.MarkLabel(next);
+ }
+ gen.Emit(OpCodes.Ldc_I4_1);
+ gen.Emit(OpCodes.Ret);
+ }
+
+ void GenerateGetHashCode(TypeBuilder tb, FieldInfo[] fields)
+ {
+ MethodBuilder mb = tb.DefineMethod("GetHashCode",
+ MethodAttributes.Public | MethodAttributes.ReuseSlot |
+ MethodAttributes.Virtual | MethodAttributes.HideBySig,
+ typeof(int), Type.EmptyTypes);
+ ILGenerator gen = mb.GetILGenerator();
+ gen.Emit(OpCodes.Ldc_I4_0);
+ foreach (FieldInfo field in fields)
+ {
+ Type ft = field.FieldType;
+ Type ct = typeof(EqualityComparer<>).MakeGenericType(ft);
+ gen.EmitCall(OpCodes.Call, ct.GetMethod("get_Default"), null);
+ gen.Emit(OpCodes.Ldarg_0);
+ gen.Emit(OpCodes.Ldfld, field);
+ gen.EmitCall(OpCodes.Callvirt, ct.GetMethod("GetHashCode", new Type[] { ft }), null);
+ gen.Emit(OpCodes.Xor);
+ }
+ gen.Emit(OpCodes.Ret);
+ }
+ }
+
+ public sealed class ParseException : Exception
+ {
+ int position;
+
+ public ParseException(string message, int position)
+ : base(message)
+ {
+ this.position = position;
+ }
+
+ public int Position
+ {
+ get { return position; }
+ }
+
+ public override string ToString()
+ {
+ return string.Format(Res.ParseExceptionFormat, Message, position);
+ }
+ }
+
+ internal class ExpressionParser
+ {
+ struct Token
+ {
+ public TokenId id;
+ public string text;
+ public int pos;
+ }
+
+ enum TokenId
+ {
+ Unknown,
+ End,
+ Identifier,
+ StringLiteral,
+ IntegerLiteral,
+ RealLiteral,
+ Exclamation,
+ Percent,
+ Amphersand,
+ OpenParen,
+ CloseParen,
+ Asterisk,
+ Plus,
+ Comma,
+ Minus,
+ Dot,
+ Slash,
+ Colon,
+ LessThan,
+ Equal,
+ GreaterThan,
+ Question,
+ OpenBracket,
+ CloseBracket,
+ Bar,
+ ExclamationEqual,
+ DoubleAmphersand,
+ LessThanEqual,
+ LessGreater,
+ DoubleEqual,
+ GreaterThanEqual,
+ DoubleBar
+ }
+
+ interface ILogicalSignatures
+ {
+ void F(bool x, bool y);
+ void F(bool? x, bool? y);
+ }
+
+ interface IArithmeticSignatures
+ {
+ void F(int x, int y);
+ void F(uint x, uint y);
+ void F(long x, long y);
+ void F(ulong x, ulong y);
+ void F(float x, float y);
+ void F(double x, double y);
+ void F(decimal x, decimal y);
+ void F(int? x, int? y);
+ void F(uint? x, uint? y);
+ void F(long? x, long? y);
+ void F(ulong? x, ulong? y);
+ void F(float? x, float? y);
+ void F(double? x, double? y);
+ void F(decimal? x, decimal? y);
+ }
+
+ interface IRelationalSignatures : IArithmeticSignatures
+ {
+ void F(string x, string y);
+ void F(char x, char y);
+ void F(DateTime x, DateTime y);
+ void F(TimeSpan x, TimeSpan y);
+ void F(char? x, char? y);
+ void F(DateTime? x, DateTime? y);
+ void F(TimeSpan? x, TimeSpan? y);
+ }
+
+ interface IEqualitySignatures : IRelationalSignatures
+ {
+ void F(bool x, bool y);
+ void F(bool? x, bool? y);
+ }
+
+ interface IAddSignatures : IArithmeticSignatures
+ {
+ void F(DateTime x, TimeSpan y);
+ void F(TimeSpan x, TimeSpan y);
+ void F(DateTime? x, TimeSpan? y);
+ void F(TimeSpan? x, TimeSpan? y);
+ }
+
+ interface ISubtractSignatures : IAddSignatures
+ {
+ void F(DateTime x, DateTime y);
+ void F(DateTime? x, DateTime? y);
+ }
+
+ interface INegationSignatures
+ {
+ void F(int x);
+ void F(long x);
+ void F(float x);
+ void F(double x);
+ void F(decimal x);
+ void F(int? x);
+ void F(long? x);
+ void F(float? x);
+ void F(double? x);
+ void F(decimal? x);
+ }
+
+ interface INotSignatures
+ {
+ void F(bool x);
+ void F(bool? x);
+ }
+
+ interface IEnumerableSignatures
+ {
+ void Where(bool predicate);
+ void Any();
+ void Any(bool predicate);
+ void All(bool predicate);
+ void Count();
+ void Count(bool predicate);
+ void Min(object selector);
+ void Max(object selector);
+ void Sum(int selector);
+ void Sum(int? selector);
+ void Sum(long selector);
+ void Sum(long? selector);
+ void Sum(float selector);
+ void Sum(float? selector);
+ void Sum(double selector);
+ void Sum(double? selector);
+ void Sum(decimal selector);
+ void Sum(decimal? selector);
+ void Average(int selector);
+ void Average(int? selector);
+ void Average(long selector);
+ void Average(long? selector);
+ void Average(float selector);
+ void Average(float? selector);
+ void Average(double selector);
+ void Average(double? selector);
+ void Average(decimal selector);
+ void Average(decimal? selector);
+ }
+
+ static readonly Type[] predefinedTypes = {
+ typeof(Object),
+ typeof(Boolean),
+ typeof(Char),
+ typeof(String),
+ typeof(SByte),
+ typeof(Byte),
+ typeof(Int16),
+ typeof(UInt16),
+ typeof(Int32),
+ typeof(UInt32),
+ typeof(Int64),
+ typeof(UInt64),
+ typeof(Single),
+ typeof(Double),
+ typeof(Decimal),
+ typeof(DateTime),
+ typeof(TimeSpan),
+ typeof(Guid),
+ typeof(Math),
+ typeof(Convert)
+ };
+
+ static readonly Expression trueLiteral = Expression.Constant(true);
+ static readonly Expression falseLiteral = Expression.Constant(false);
+ static readonly Expression nullLiteral = Expression.Constant(null);
+
+ static readonly string keywordIt = "it";
+ static readonly string keywordIif = "iif";
+ static readonly string keywordNew = "new";
+
+ static Dictionary keywords;
+
+ Dictionary symbols;
+ IDictionary externals;
+ Dictionary literals;
+ ParameterExpression it;
+ string text;
+ int textPos;
+ int textLen;
+ char ch;
+ Token token;
+
+ public ExpressionParser(ParameterExpression[] parameters, string expression, object[] values)
+ {
+ if (expression == null) throw new ArgumentNullException("expression");
+ if (keywords == null) keywords = CreateKeywords();
+ symbols = new Dictionary(StringComparer.OrdinalIgnoreCase);
+ literals = new Dictionary();
+ if (parameters != null) ProcessParameters(parameters);
+ if (values != null) ProcessValues(values);
+ text = expression;
+ textLen = text.Length;
+ SetTextPos(0);
+ NextToken();
+ }
+
+ void ProcessParameters(ParameterExpression[] parameters)
+ {
+ foreach (ParameterExpression pe in parameters)
+ if (!String.IsNullOrEmpty(pe.Name))
+ AddSymbol(pe.Name, pe);
+ if (parameters.Length == 1 && String.IsNullOrEmpty(parameters[0].Name))
+ it = parameters[0];
+ }
+
+ void ProcessValues(object[] values)
+ {
+ for (int i = 0; i < values.Length; i++)
+ {
+ object value = values[i];
+ if (i == values.Length - 1 && value is IDictionary)
+ {
+ externals = (IDictionary)value;
+ }
+ else
+ {
+ AddSymbol("@" + i.ToString(System.Globalization.CultureInfo.InvariantCulture), value);
+ }
+ }
+ }
+
+ void AddSymbol(string name, object value)
+ {
+ if (symbols.ContainsKey(name))
+ throw ParseError(Res.DuplicateIdentifier, name);
+ symbols.Add(name, value);
+ }
+
+ public Expression Parse(Type resultType)
+ {
+ int exprPos = token.pos;
+ Expression expr = ParseExpression();
+ if (resultType != null)
+ if ((expr = PromoteExpression(expr, resultType, true)) == null)
+ throw ParseError(exprPos, Res.ExpressionTypeMismatch, GetTypeName(resultType));
+ ValidateToken(TokenId.End, Res.SyntaxError);
+ return expr;
+ }
+
+#pragma warning disable 0219
+ public IEnumerable ParseOrdering()
+ {
+ List orderings = new List();
+ while (true)
+ {
+ Expression expr = ParseExpression();
+ bool ascending = true;
+ if (TokenIdentifierIs("asc") || TokenIdentifierIs("ascending"))
+ {
+ NextToken();
+ }
+ else if (TokenIdentifierIs("desc") || TokenIdentifierIs("descending"))
+ {
+ NextToken();
+ ascending = false;
+ }
+ orderings.Add(new DynamicOrdering { Selector = expr, Ascending = ascending });
+ if (token.id != TokenId.Comma) break;
+ NextToken();
+ }
+ ValidateToken(TokenId.End, Res.SyntaxError);
+ return orderings;
+ }
+#pragma warning restore 0219
+
+ // ?: operator
+ Expression ParseExpression()
+ {
+ int errorPos = token.pos;
+ Expression expr = ParseLogicalOr();
+ if (token.id == TokenId.Question)
+ {
+ NextToken();
+ Expression expr1 = ParseExpression();
+ ValidateToken(TokenId.Colon, Res.ColonExpected);
+ NextToken();
+ Expression expr2 = ParseExpression();
+ expr = GenerateConditional(expr, expr1, expr2, errorPos);
+ }
+ return expr;
+ }
+
+ // ||, or operator
+ Expression ParseLogicalOr()
+ {
+ Expression left = ParseLogicalAnd();
+ while (token.id == TokenId.DoubleBar || TokenIdentifierIs("or"))
+ {
+ Token op = token;
+ NextToken();
+ Expression right = ParseLogicalAnd();
+ CheckAndPromoteOperands(typeof(ILogicalSignatures), op.text, ref left, ref right, op.pos);
+ left = Expression.OrElse(left, right);
+ }
+ return left;
+ }
+
+ // &&, and operator
+ Expression ParseLogicalAnd()
+ {
+ Expression left = ParseComparison();
+ while (token.id == TokenId.DoubleAmphersand || TokenIdentifierIs("and"))
+ {
+ Token op = token;
+ NextToken();
+ Expression right = ParseComparison();
+ CheckAndPromoteOperands(typeof(ILogicalSignatures), op.text, ref left, ref right, op.pos);
+ left = Expression.AndAlso(left, right);
+ }
+ return left;
+ }
+
+ // =, ==, !=, <>, >, >=, <, <= operators
+ Expression ParseComparison()
+ {
+ Expression left = ParseAdditive();
+ while (token.id == TokenId.Equal || token.id == TokenId.DoubleEqual ||
+ token.id == TokenId.ExclamationEqual || token.id == TokenId.LessGreater ||
+ token.id == TokenId.GreaterThan || token.id == TokenId.GreaterThanEqual ||
+ token.id == TokenId.LessThan || token.id == TokenId.LessThanEqual)
+ {
+ Token op = token;
+ NextToken();
+ Expression right = ParseAdditive();
+ bool isEquality = op.id == TokenId.Equal || op.id == TokenId.DoubleEqual ||
+ op.id == TokenId.ExclamationEqual || op.id == TokenId.LessGreater;
+ if (isEquality && !left.Type.IsValueType && !right.Type.IsValueType)
+ {
+ if (left.Type != right.Type)
+ {
+ if (left.Type.IsAssignableFrom(right.Type))
+ {
+ right = Expression.Convert(right, left.Type);
+ }
+ else if (right.Type.IsAssignableFrom(left.Type))
+ {
+ left = Expression.Convert(left, right.Type);
+ }
+ else
+ {
+ throw IncompatibleOperandsError(op.text, left, right, op.pos);
+ }
+ }
+ }
+ else if (IsEnumType(left.Type) || IsEnumType(right.Type))
+ {
+ if (left.Type != right.Type)
+ {
+ Expression e;
+ if ((e = PromoteExpression(right, left.Type, true)) != null)
+ {
+ right = e;
+ }
+ else if ((e = PromoteExpression(left, right.Type, true)) != null)
+ {
+ left = e;
+ }
+ else
+ {
+ throw IncompatibleOperandsError(op.text, left, right, op.pos);
+ }
+ }
+ }
+ else
+ {
+ CheckAndPromoteOperands(isEquality ? typeof(IEqualitySignatures) : typeof(IRelationalSignatures),
+ op.text, ref left, ref right, op.pos);
+ }
+ switch (op.id)
+ {
+ case TokenId.Equal:
+ case TokenId.DoubleEqual:
+ left = GenerateEqual(left, right);
+ break;
+ case TokenId.ExclamationEqual:
+ case TokenId.LessGreater:
+ left = GenerateNotEqual(left, right);
+ break;
+ case TokenId.GreaterThan:
+ left = GenerateGreaterThan(left, right);
+ break;
+ case TokenId.GreaterThanEqual:
+ left = GenerateGreaterThanEqual(left, right);
+ break;
+ case TokenId.LessThan:
+ left = GenerateLessThan(left, right);
+ break;
+ case TokenId.LessThanEqual:
+ left = GenerateLessThanEqual(left, right);
+ break;
+ }
+ }
+ return left;
+ }
+
+ // +, -, & operators
+ Expression ParseAdditive()
+ {
+ Expression left = ParseMultiplicative();
+ while (token.id == TokenId.Plus || token.id == TokenId.Minus ||
+ token.id == TokenId.Amphersand)
+ {
+ Token op = token;
+ NextToken();
+ Expression right = ParseMultiplicative();
+ switch (op.id)
+ {
+ case TokenId.Plus:
+ if (left.Type == typeof(string) || right.Type == typeof(string))
+ goto case TokenId.Amphersand;
+ CheckAndPromoteOperands(typeof(IAddSignatures), op.text, ref left, ref right, op.pos);
+ left = GenerateAdd(left, right);
+ break;
+ case TokenId.Minus:
+ CheckAndPromoteOperands(typeof(ISubtractSignatures), op.text, ref left, ref right, op.pos);
+ left = GenerateSubtract(left, right);
+ break;
+ case TokenId.Amphersand:
+ left = GenerateStringConcat(left, right);
+ break;
+ }
+ }
+ return left;
+ }
+
+ // *, /, %, mod operators
+ Expression ParseMultiplicative()
+ {
+ Expression left = ParseUnary();
+ while (token.id == TokenId.Asterisk || token.id == TokenId.Slash ||
+ token.id == TokenId.Percent || TokenIdentifierIs("mod"))
+ {
+ Token op = token;
+ NextToken();
+ Expression right = ParseUnary();
+ CheckAndPromoteOperands(typeof(IArithmeticSignatures), op.text, ref left, ref right, op.pos);
+ switch (op.id)
+ {
+ case TokenId.Asterisk:
+ left = Expression.Multiply(left, right);
+ break;
+ case TokenId.Slash:
+ left = Expression.Divide(left, right);
+ break;
+ case TokenId.Percent:
+ case TokenId.Identifier:
+ left = Expression.Modulo(left, right);
+ break;
+ }
+ }
+ return left;
+ }
+
+ // -, !, not unary operators
+ Expression ParseUnary()
+ {
+ if (token.id == TokenId.Minus || token.id == TokenId.Exclamation ||
+ TokenIdentifierIs("not"))
+ {
+ Token op = token;
+ NextToken();
+ if (op.id == TokenId.Minus && (token.id == TokenId.IntegerLiteral ||
+ token.id == TokenId.RealLiteral))
+ {
+ token.text = "-" + token.text;
+ token.pos = op.pos;
+ return ParsePrimary();
+ }
+ Expression expr = ParseUnary();
+ if (op.id == TokenId.Minus)
+ {
+ CheckAndPromoteOperand(typeof(INegationSignatures), op.text, ref expr, op.pos);
+ expr = Expression.Negate(expr);
+ }
+ else
+ {
+ CheckAndPromoteOperand(typeof(INotSignatures), op.text, ref expr, op.pos);
+ expr = Expression.Not(expr);
+ }
+ return expr;
+ }
+ return ParsePrimary();
+ }
+
+ Expression ParsePrimary()
+ {
+ Expression expr = ParsePrimaryStart();
+ while (true)
+ {
+ if (token.id == TokenId.Dot)
+ {
+ NextToken();
+ expr = ParseMemberAccess(null, expr);
+ }
+ else if (token.id == TokenId.OpenBracket)
+ {
+ expr = ParseElementAccess(expr);
+ }
+ else
+ {
+ break;
+ }
+ }
+ return expr;
+ }
+
+ Expression ParsePrimaryStart()
+ {
+ switch (token.id)
+ {
+ case TokenId.Identifier:
+ return ParseIdentifier();
+ case TokenId.StringLiteral:
+ return ParseStringLiteral();
+ case TokenId.IntegerLiteral:
+ return ParseIntegerLiteral();
+ case TokenId.RealLiteral:
+ return ParseRealLiteral();
+ case TokenId.OpenParen:
+ return ParseParenExpression();
+ default:
+ throw ParseError(Res.ExpressionExpected);
+ }
+ }
+
+ Expression ParseStringLiteral()
+ {
+ ValidateToken(TokenId.StringLiteral);
+ char quote = token.text[0];
+ string s = token.text.Substring(1, token.text.Length - 2);
+ int start = 0;
+ while (true)
+ {
+ int i = s.IndexOf(quote, start);
+ if (i < 0) break;
+ s = s.Remove(i, 1);
+ start = i + 1;
+ }
+ if (quote == '\'')
+ {
+ if (s.Length != 1)
+ throw ParseError(Res.InvalidCharacterLiteral);
+ NextToken();
+ return CreateLiteral(s[0], s);
+ }
+ NextToken();
+ return CreateLiteral(s, s);
+ }
+
+ Expression ParseIntegerLiteral()
+ {
+ ValidateToken(TokenId.IntegerLiteral);
+ string text = token.text;
+ if (text[0] != '-')
+ {
+ ulong value;
+ if (!UInt64.TryParse(text, out value))
+ throw ParseError(Res.InvalidIntegerLiteral, text);
+ NextToken();
+ if (value <= (ulong)Int32.MaxValue) return CreateLiteral((int)value, text);
+ if (value <= (ulong)UInt32.MaxValue) return CreateLiteral((uint)value, text);
+ if (value <= (ulong)Int64.MaxValue) return CreateLiteral((long)value, text);
+ return CreateLiteral(value, text);
+ }
+ else
+ {
+ long value;
+ if (!Int64.TryParse(text, out value))
+ throw ParseError(Res.InvalidIntegerLiteral, text);
+ NextToken();
+ if (value >= Int32.MinValue && value <= Int32.MaxValue)
+ return CreateLiteral((int)value, text);
+ return CreateLiteral(value, text);
+ }
+ }
+
+ Expression ParseRealLiteral()
+ {
+ ValidateToken(TokenId.RealLiteral);
+ string text = token.text;
+ object value = null;
+ char last = text[text.Length - 1];
+ if (last == 'F' || last == 'f')
+ {
+ float f;
+ if (Single.TryParse(text.Substring(0, text.Length - 1), out f)) value = f;
+ }
+ else
+ {
+ double d;
+ if (Double.TryParse(text, out d)) value = d;
+ }
+ if (value == null) throw ParseError(Res.InvalidRealLiteral, text);
+ NextToken();
+ return CreateLiteral(value, text);
+ }
+
+ Expression CreateLiteral(object value, string text)
+ {
+ ConstantExpression expr = Expression.Constant(value);
+ literals.Add(expr, text);
+ return expr;
+ }
+
+ Expression ParseParenExpression()
+ {
+ ValidateToken(TokenId.OpenParen, Res.OpenParenExpected);
+ NextToken();
+ Expression e = ParseExpression();
+ ValidateToken(TokenId.CloseParen, Res.CloseParenOrOperatorExpected);
+ NextToken();
+ return e;
+ }
+
+ Expression ParseIdentifier()
+ {
+ ValidateToken(TokenId.Identifier);
+ object value;
+ if (keywords.TryGetValue(token.text, out value))
+ {
+ if (value is Type) return ParseTypeAccess((Type)value);
+ if (value == (object)keywordIt) return ParseIt();
+ if (value == (object)keywordIif) return ParseIif();
+ if (value == (object)keywordNew) return ParseNew();
+ NextToken();
+ return (Expression)value;
+ }
+ if (symbols.TryGetValue(token.text, out value) ||
+ externals != null && externals.TryGetValue(token.text, out value))
+ {
+ Expression expr = value as Expression;
+ if (expr == null)
+ {
+ expr = Expression.Constant(value);
+ }
+ else
+ {
+ LambdaExpression lambda = expr as LambdaExpression;
+ if (lambda != null) return ParseLambdaInvocation(lambda);
+ }
+ NextToken();
+ return expr;
+ }
+ if (it != null) return ParseMemberAccess(null, it);
+ throw ParseError(Res.UnknownIdentifier, token.text);
+ }
+
+ Expression ParseIt()
+ {
+ if (it == null)
+ throw ParseError(Res.NoItInScope);
+ NextToken();
+ return it;
+ }
+
+ Expression ParseIif()
+ {
+ int errorPos = token.pos;
+ NextToken();
+ Expression[] args = ParseArgumentList();
+ if (args.Length != 3)
+ throw ParseError(errorPos, Res.IifRequiresThreeArgs);
+ return GenerateConditional(args[0], args[1], args[2], errorPos);
+ }
+
+ Expression GenerateConditional(Expression test, Expression expr1, Expression expr2, int errorPos)
+ {
+ if (test.Type != typeof(bool))
+ throw ParseError(errorPos, Res.FirstExprMustBeBool);
+ if (expr1.Type != expr2.Type)
+ {
+ Expression expr1as2 = expr2 != nullLiteral ? PromoteExpression(expr1, expr2.Type, true) : null;
+ Expression expr2as1 = expr1 != nullLiteral ? PromoteExpression(expr2, expr1.Type, true) : null;
+ if (expr1as2 != null && expr2as1 == null)
+ {
+ expr1 = expr1as2;
+ }
+ else if (expr2as1 != null && expr1as2 == null)
+ {
+ expr2 = expr2as1;
+ }
+ else
+ {
+ string type1 = expr1 != nullLiteral ? expr1.Type.Name : "null";
+ string type2 = expr2 != nullLiteral ? expr2.Type.Name : "null";
+ if (expr1as2 != null && expr2as1 != null)
+ throw ParseError(errorPos, Res.BothTypesConvertToOther, type1, type2);
+ throw ParseError(errorPos, Res.NeitherTypeConvertsToOther, type1, type2);
+ }
+ }
+ return Expression.Condition(test, expr1, expr2);
+ }
+
+ Expression ParseNew()
+ {
+ NextToken();
+ ValidateToken(TokenId.OpenParen, Res.OpenParenExpected);
+ NextToken();
+ List properties = new List();
+ List expressions = new List();
+ while (true)
+ {
+ int exprPos = token.pos;
+ Expression expr = ParseExpression();
+ string propName;
+ if (TokenIdentifierIs("as"))
+ {
+ NextToken();
+ propName = GetIdentifier();
+ NextToken();
+ }
+ else
+ {
+ MemberExpression me = expr as MemberExpression;
+ if (me == null) throw ParseError(exprPos, Res.MissingAsClause);
+ propName = me.Member.Name;
+ }
+ expressions.Add(expr);
+ properties.Add(new DynamicProperty(propName, expr.Type));
+ if (token.id != TokenId.Comma) break;
+ NextToken();
+ }
+ ValidateToken(TokenId.CloseParen, Res.CloseParenOrCommaExpected);
+ NextToken();
+ Type type = DynamicExpression.CreateClass(properties);
+ MemberBinding[] bindings = new MemberBinding[properties.Count];
+ for (int i = 0; i < bindings.Length; i++)
+ bindings[i] = Expression.Bind(type.GetProperty(properties[i].Name), expressions[i]);
+ return Expression.MemberInit(Expression.New(type), bindings);
+ }
+
+ Expression ParseLambdaInvocation(LambdaExpression lambda)
+ {
+ int errorPos = token.pos;
+ NextToken();
+ Expression[] args = ParseArgumentList();
+ MethodBase method;
+ if (FindMethod(lambda.Type, "Invoke", false, args, out method) != 1)
+ throw ParseError(errorPos, Res.ArgsIncompatibleWithLambda);
+ return Expression.Invoke(lambda, args);
+ }
+
+ Expression ParseTypeAccess(Type type)
+ {
+ int errorPos = token.pos;
+ NextToken();
+ if (token.id == TokenId.Question)
+ {
+ if (!type.IsValueType || IsNullableType(type))
+ throw ParseError(errorPos, Res.TypeHasNoNullableForm, GetTypeName(type));
+ type = typeof(Nullable<>).MakeGenericType(type);
+ NextToken();
+ }
+ if (token.id == TokenId.OpenParen)
+ {
+ Expression[] args = ParseArgumentList();
+ MethodBase method;
+ switch (FindBestMethod(type.GetConstructors(), args, out method))
+ {
+ case 0:
+ if (args.Length == 1)
+ return GenerateConversion(args[0], type, errorPos);
+ throw ParseError(errorPos, Res.NoMatchingConstructor, GetTypeName(type));
+ case 1:
+ return Expression.New((ConstructorInfo)method, args);
+ default:
+ throw ParseError(errorPos, Res.AmbiguousConstructorInvocation, GetTypeName(type));
+ }
+ }
+ ValidateToken(TokenId.Dot, Res.DotOrOpenParenExpected);
+ NextToken();
+ return ParseMemberAccess(type, null);
+ }
+
+ Expression GenerateConversion(Expression expr, Type type, int errorPos)
+ {
+ Type exprType = expr.Type;
+ if (exprType == type) return expr;
+ if (exprType.IsValueType && type.IsValueType)
+ {
+ if ((IsNullableType(exprType) || IsNullableType(type)) &&
+ GetNonNullableType(exprType) == GetNonNullableType(type))
+ return Expression.Convert(expr, type);
+ if ((IsNumericType(exprType) || IsEnumType(exprType)) &&
+ (IsNumericType(type)) || IsEnumType(type))
+ return Expression.ConvertChecked(expr, type);
+ }
+ if (exprType.IsAssignableFrom(type) || type.IsAssignableFrom(exprType) ||
+ exprType.IsInterface || type.IsInterface)
+ return Expression.Convert(expr, type);
+ throw ParseError(errorPos, Res.CannotConvertValue,
+ GetTypeName(exprType), GetTypeName(type));
+ }
+
+ Expression ParseMemberAccess(Type type, Expression instance)
+ {
+ if (instance != null) type = instance.Type;
+ int errorPos = token.pos;
+ string id = GetIdentifier();
+ NextToken();
+ if (token.id == TokenId.OpenParen)
+ {
+ if (instance != null && type != typeof(string))
+ {
+ Type enumerableType = FindGenericType(typeof(IEnumerable<>), type);
+ if (enumerableType != null)
+ {
+ Type elementType = enumerableType.GetGenericArguments()[0];
+ return ParseAggregate(instance, elementType, id, errorPos);
+ }
+ }
+ Expression[] args = ParseArgumentList();
+ MethodBase mb;
+ switch (FindMethod(type, id, instance == null, args, out mb))
+ {
+ case 0:
+ throw ParseError(errorPos, Res.NoApplicableMethod,
+ id, GetTypeName(type));
+ case 1:
+ MethodInfo method = (MethodInfo)mb;
+ if (!IsPredefinedType(method.DeclaringType))
+ throw ParseError(errorPos, Res.MethodsAreInaccessible, GetTypeName(method.DeclaringType));
+ if (method.ReturnType == typeof(void))
+ throw ParseError(errorPos, Res.MethodIsVoid,
+ id, GetTypeName(method.DeclaringType));
+ return Expression.Call(instance, (MethodInfo)method, args);
+ default:
+ throw ParseError(errorPos, Res.AmbiguousMethodInvocation,
+ id, GetTypeName(type));
+ }
+ }
+ else
+ {
+ MemberInfo member = FindPropertyOrField(type, id, instance == null);
+ if (member == null)
+ throw ParseError(errorPos, Res.UnknownPropertyOrField,
+ id, GetTypeName(type));
+ return member is PropertyInfo ?
+ Expression.Property(instance, (PropertyInfo)member) :
+ Expression.Field(instance, (FieldInfo)member);
+ }
+ }
+
+ static Type FindGenericType(Type generic, Type type)
+ {
+ while (type != null && type != typeof(object))
+ {
+ if (type.IsGenericType && type.GetGenericTypeDefinition() == generic) return type;
+ if (generic.IsInterface)
+ {
+ foreach (Type intfType in type.GetInterfaces())
+ {
+ Type found = FindGenericType(generic, intfType);
+ if (found != null) return found;
+ }
+ }
+ type = type.BaseType;
+ }
+ return null;
+ }
+
+ Expression ParseAggregate(Expression instance, Type elementType, string methodName, int errorPos)
+ {
+ ParameterExpression outerIt = it;
+ ParameterExpression innerIt = Expression.Parameter(elementType, "");
+ it = innerIt;
+ Expression[] args = ParseArgumentList();
+ it = outerIt;
+ MethodBase signature;
+ if (FindMethod(typeof(IEnumerableSignatures), methodName, false, args, out signature) != 1)
+ throw ParseError(errorPos, Res.NoApplicableAggregate, methodName);
+ Type[] typeArgs;
+ if (signature.Name == "Min" || signature.Name == "Max")
+ {
+ typeArgs = new Type[] { elementType, args[0].Type };
+ }
+ else
+ {
+ typeArgs = new Type[] { elementType };
+ }
+ if (args.Length == 0)
+ {
+ args = new Expression[] { instance };
+ }
+ else
+ {
+ args = new Expression[] { instance, Expression.Lambda(args[0], innerIt) };
+ }
+ return Expression.Call(typeof(Enumerable), signature.Name, typeArgs, args);
+ }
+
+ Expression[] ParseArgumentList()
+ {
+ ValidateToken(TokenId.OpenParen, Res.OpenParenExpected);
+ NextToken();
+ Expression[] args = token.id != TokenId.CloseParen ? ParseArguments() : new Expression[0];
+ ValidateToken(TokenId.CloseParen, Res.CloseParenOrCommaExpected);
+ NextToken();
+ return args;
+ }
+
+ Expression[] ParseArguments()
+ {
+ List argList = new List();
+ while (true)
+ {
+ argList.Add(ParseExpression());
+ if (token.id != TokenId.Comma) break;
+ NextToken();
+ }
+ return argList.ToArray();
+ }
+
+ Expression ParseElementAccess(Expression expr)
+ {
+ int errorPos = token.pos;
+ ValidateToken(TokenId.OpenBracket, Res.OpenParenExpected);
+ NextToken();
+ Expression[] args = ParseArguments();
+ ValidateToken(TokenId.CloseBracket, Res.CloseBracketOrCommaExpected);
+ NextToken();
+ if (expr.Type.IsArray)
+ {
+ if (expr.Type.GetArrayRank() != 1 || args.Length != 1)
+ throw ParseError(errorPos, Res.CannotIndexMultiDimArray);
+ Expression index = PromoteExpression(args[0], typeof(int), true);
+ if (index == null)
+ throw ParseError(errorPos, Res.InvalidIndex);
+ return Expression.ArrayIndex(expr, index);
+ }
+ else
+ {
+ MethodBase mb;
+ switch (FindIndexer(expr.Type, args, out mb))
+ {
+ case 0:
+ throw ParseError(errorPos, Res.NoApplicableIndexer,
+ GetTypeName(expr.Type));
+ case 1:
+ return Expression.Call(expr, (MethodInfo)mb, args);
+ default:
+ throw ParseError(errorPos, Res.AmbiguousIndexerInvocation,
+ GetTypeName(expr.Type));
+ }
+ }
+ }
+
+ static bool IsPredefinedType(Type type)
+ {
+ foreach (Type t in predefinedTypes) if (t == type) return true;
+ return false;
+ }
+
+ static bool IsNullableType(Type type)
+ {
+ return type.IsGenericType && type.GetGenericTypeDefinition() == typeof(Nullable<>);
+ }
+
+ static Type GetNonNullableType(Type type)
+ {
+ return IsNullableType(type) ? type.GetGenericArguments()[0] : type;
+ }
+
+ static string GetTypeName(Type type)
+ {
+ Type baseType = GetNonNullableType(type);
+ string s = baseType.Name;
+ if (type != baseType) s += '?';
+ return s;
+ }
+
+ static bool IsNumericType(Type type)
+ {
+ return GetNumericTypeKind(type) != 0;
+ }
+
+ static bool IsSignedIntegralType(Type type)
+ {
+ return GetNumericTypeKind(type) == 2;
+ }
+
+ static bool IsUnsignedIntegralType(Type type)
+ {
+ return GetNumericTypeKind(type) == 3;
+ }
+
+ static int GetNumericTypeKind(Type type)
+ {
+ type = GetNonNullableType(type);
+ if (type.IsEnum) return 0;
+ switch (Type.GetTypeCode(type))
+ {
+ case TypeCode.Char:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return 1;
+ case TypeCode.SByte:
+ case TypeCode.Int16:
+ case TypeCode.Int32:
+ case TypeCode.Int64:
+ return 2;
+ case TypeCode.Byte:
+ case TypeCode.UInt16:
+ case TypeCode.UInt32:
+ case TypeCode.UInt64:
+ return 3;
+ default:
+ return 0;
+ }
+ }
+
+ static bool IsEnumType(Type type)
+ {
+ return GetNonNullableType(type).IsEnum;
+ }
+
+ void CheckAndPromoteOperand(Type signatures, string opName, ref Expression expr, int errorPos)
+ {
+ Expression[] args = new Expression[] { expr };
+ MethodBase method;
+ if (FindMethod(signatures, "F", false, args, out method) != 1)
+ throw ParseError(errorPos, Res.IncompatibleOperand,
+ opName, GetTypeName(args[0].Type));
+ expr = args[0];
+ }
+
+ void CheckAndPromoteOperands(Type signatures, string opName, ref Expression left, ref Expression right, int errorPos)
+ {
+ Expression[] args = new Expression[] { left, right };
+ MethodBase method;
+ if (FindMethod(signatures, "F", false, args, out method) != 1)
+ throw IncompatibleOperandsError(opName, left, right, errorPos);
+ left = args[0];
+ right = args[1];
+ }
+
+ Exception IncompatibleOperandsError(string opName, Expression left, Expression right, int pos)
+ {
+ return ParseError(pos, Res.IncompatibleOperands,
+ opName, GetTypeName(left.Type), GetTypeName(right.Type));
+ }
+
+ MemberInfo FindPropertyOrField(Type type, string memberName, bool staticAccess)
+ {
+ BindingFlags flags = BindingFlags.Public | BindingFlags.DeclaredOnly |
+ (staticAccess ? BindingFlags.Static : BindingFlags.Instance);
+ foreach (Type t in SelfAndBaseTypes(type))
+ {
+ MemberInfo[] members = t.FindMembers(MemberTypes.Property | MemberTypes.Field,
+ flags, Type.FilterNameIgnoreCase, memberName);
+ if (members.Length != 0) return members[0];
+ }
+ return null;
+ }
+
+ int FindMethod(Type type, string methodName, bool staticAccess, Expression[] args, out MethodBase method)
+ {
+ BindingFlags flags = BindingFlags.Public | BindingFlags.DeclaredOnly |
+ (staticAccess ? BindingFlags.Static : BindingFlags.Instance);
+ foreach (Type t in SelfAndBaseTypes(type))
+ {
+ MemberInfo[] members = t.FindMembers(MemberTypes.Method,
+ flags, Type.FilterNameIgnoreCase, methodName);
+ int count = FindBestMethod(members.Cast(), args, out method);
+ if (count != 0) return count;
+ }
+ method = null;
+ return 0;
+ }
+
+ int FindIndexer(Type type, Expression[] args, out MethodBase method)
+ {
+ foreach (Type t in SelfAndBaseTypes(type))
+ {
+ MemberInfo[] members = t.GetDefaultMembers();
+ if (members.Length != 0)
+ {
+ IEnumerable methods = members.
+ OfType().
+ Select(p => (MethodBase)p.GetGetMethod()).
+ Where(m => m != null);
+ int count = FindBestMethod(methods, args, out method);
+ if (count != 0) return count;
+ }
+ }
+ method = null;
+ return 0;
+ }
+
+ static IEnumerable SelfAndBaseTypes(Type type)
+ {
+ if (type.IsInterface)
+ {
+ List types = new List();
+ AddInterface(types, type);
+ return types;
+ }
+ return SelfAndBaseClasses(type);
+ }
+
+ static IEnumerable SelfAndBaseClasses(Type type)
+ {
+ while (type != null)
+ {
+ yield return type;
+ type = type.BaseType;
+ }
+ }
+
+ static void AddInterface(List types, Type type)
+ {
+ if (!types.Contains(type))
+ {
+ types.Add(type);
+ foreach (Type t in type.GetInterfaces()) AddInterface(types, t);
+ }
+ }
+
+ class MethodData
+ {
+ public MethodBase MethodBase;
+ public ParameterInfo[] Parameters;
+ public Expression[] Args;
+ }
+
+ int FindBestMethod(IEnumerable methods, Expression[] args, out MethodBase method)
+ {
+ MethodData[] applicable = methods.
+ Select(m => new MethodData { MethodBase = m, Parameters = m.GetParameters() }).
+ Where(m => IsApplicable(m, args)).
+ ToArray();
+ if (applicable.Length > 1)
+ {
+ applicable = applicable.
+ Where(m => applicable.All(n => m == n || IsBetterThan(args, m, n))).
+ ToArray();
+ }
+ if (applicable.Length == 1)
+ {
+ MethodData md = applicable[0];
+ for (int i = 0; i < args.Length; i++) args[i] = md.Args[i];
+ method = md.MethodBase;
+ }
+ else
+ {
+ method = null;
+ }
+ return applicable.Length;
+ }
+
+ bool IsApplicable(MethodData method, Expression[] args)
+ {
+ if (method.Parameters.Length != args.Length) return false;
+ Expression[] promotedArgs = new Expression[args.Length];
+ for (int i = 0; i < args.Length; i++)
+ {
+ ParameterInfo pi = method.Parameters[i];
+ if (pi.IsOut) return false;
+ Expression promoted = PromoteExpression(args[i], pi.ParameterType, false);
+ if (promoted == null) return false;
+ promotedArgs[i] = promoted;
+ }
+ method.Args = promotedArgs;
+ return true;
+ }
+
+ Expression PromoteExpression(Expression expr, Type type, bool exact)
+ {
+ if (expr.Type == type) return expr;
+ if (expr is ConstantExpression)
+ {
+ ConstantExpression ce = (ConstantExpression)expr;
+ if (ce == nullLiteral)
+ {
+ if (!type.IsValueType || IsNullableType(type))
+ return Expression.Constant(null, type);
+ }
+ else
+ {
+ string text;
+ if (literals.TryGetValue(ce, out text))
+ {
+ Type target = GetNonNullableType(type);
+ Object value = null;
+ switch (Type.GetTypeCode(ce.Type))
+ {
+ case TypeCode.Int32:
+ case TypeCode.UInt32:
+ case TypeCode.Int64:
+ case TypeCode.UInt64:
+ value = ParseNumber(text, target);
+ break;
+ case TypeCode.Double:
+ if (target == typeof(decimal)) value = ParseNumber(text, target);
+ break;
+ case TypeCode.String:
+ value = ParseEnum(text, target);
+ break;
+ }
+ if (value != null)
+ return Expression.Constant(value, type);
+ }
+ }
+ }
+ if (IsCompatibleWith(expr.Type, type))
+ {
+ if (type.IsValueType || exact) return Expression.Convert(expr, type);
+ return expr;
+ }
+ return null;
+ }
+
+ static object ParseNumber(string text, Type type)
+ {
+ switch (Type.GetTypeCode(GetNonNullableType(type)))
+ {
+ case TypeCode.SByte:
+ sbyte sb;
+ if (sbyte.TryParse(text, out sb)) return sb;
+ break;
+ case TypeCode.Byte:
+ byte b;
+ if (byte.TryParse(text, out b)) return b;
+ break;
+ case TypeCode.Int16:
+ short s;
+ if (short.TryParse(text, out s)) return s;
+ break;
+ case TypeCode.UInt16:
+ ushort us;
+ if (ushort.TryParse(text, out us)) return us;
+ break;
+ case TypeCode.Int32:
+ int i;
+ if (int.TryParse(text, out i)) return i;
+ break;
+ case TypeCode.UInt32:
+ uint ui;
+ if (uint.TryParse(text, out ui)) return ui;
+ break;
+ case TypeCode.Int64:
+ long l;
+ if (long.TryParse(text, out l)) return l;
+ break;
+ case TypeCode.UInt64:
+ ulong ul;
+ if (ulong.TryParse(text, out ul)) return ul;
+ break;
+ case TypeCode.Single:
+ float f;
+ if (float.TryParse(text, out f)) return f;
+ break;
+ case TypeCode.Double:
+ double d;
+ if (double.TryParse(text, out d)) return d;
+ break;
+ case TypeCode.Decimal:
+ decimal e;
+ if (decimal.TryParse(text, out e)) return e;
+ break;
+ }
+ return null;
+ }
+
+ static object ParseEnum(string name, Type type)
+ {
+ if (type.IsEnum)
+ {
+ MemberInfo[] memberInfos = type.FindMembers(MemberTypes.Field,
+ BindingFlags.Public | BindingFlags.DeclaredOnly | BindingFlags.Static,
+ Type.FilterNameIgnoreCase, name);
+ if (memberInfos.Length != 0) return ((FieldInfo)memberInfos[0]).GetValue(null);
+ }
+ return null;
+ }
+
+ static bool IsCompatibleWith(Type source, Type target)
+ {
+ if (source == target) return true;
+ if (!target.IsValueType) return target.IsAssignableFrom(source);
+ Type st = GetNonNullableType(source);
+ Type tt = GetNonNullableType(target);
+ if (st != source && tt == target) return false;
+ TypeCode sc = st.IsEnum ? TypeCode.Object : Type.GetTypeCode(st);
+ TypeCode tc = tt.IsEnum ? TypeCode.Object : Type.GetTypeCode(tt);
+ switch (sc)
+ {
+ case TypeCode.SByte:
+ switch (tc)
+ {
+ case TypeCode.SByte:
+ case TypeCode.Int16:
+ case TypeCode.Int32:
+ case TypeCode.Int64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.Byte:
+ switch (tc)
+ {
+ case TypeCode.Byte:
+ case TypeCode.Int16:
+ case TypeCode.UInt16:
+ case TypeCode.Int32:
+ case TypeCode.UInt32:
+ case TypeCode.Int64:
+ case TypeCode.UInt64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.Int16:
+ switch (tc)
+ {
+ case TypeCode.Int16:
+ case TypeCode.Int32:
+ case TypeCode.Int64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.UInt16:
+ switch (tc)
+ {
+ case TypeCode.UInt16:
+ case TypeCode.Int32:
+ case TypeCode.UInt32:
+ case TypeCode.Int64:
+ case TypeCode.UInt64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.Int32:
+ switch (tc)
+ {
+ case TypeCode.Int32:
+ case TypeCode.Int64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.UInt32:
+ switch (tc)
+ {
+ case TypeCode.UInt32:
+ case TypeCode.Int64:
+ case TypeCode.UInt64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.Int64:
+ switch (tc)
+ {
+ case TypeCode.Int64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.UInt64:
+ switch (tc)
+ {
+ case TypeCode.UInt64:
+ case TypeCode.Single:
+ case TypeCode.Double:
+ case TypeCode.Decimal:
+ return true;
+ }
+ break;
+ case TypeCode.Single:
+ switch (tc)
+ {
+ case TypeCode.Single:
+ case TypeCode.Double:
+ return true;
+ }
+ break;
+ default:
+ if (st == tt) return true;
+ break;
+ }
+ return false;
+ }
+
+ static bool IsBetterThan(Expression[] args, MethodData m1, MethodData m2)
+ {
+ bool better = false;
+ for (int i = 0; i < args.Length; i++)
+ {
+ int c = CompareConversions(args[i].Type,
+ m1.Parameters[i].ParameterType,
+ m2.Parameters[i].ParameterType);
+ if (c < 0) return false;
+ if (c > 0) better = true;
+ }
+ return better;
+ }
+
+ // Return 1 if s -> t1 is a better conversion than s -> t2
+ // Return -1 if s -> t2 is a better conversion than s -> t1
+ // Return 0 if neither conversion is better
+ static int CompareConversions(Type s, Type t1, Type t2)
+ {
+ if (t1 == t2) return 0;
+ if (s == t1) return 1;
+ if (s == t2) return -1;
+ bool t1t2 = IsCompatibleWith(t1, t2);
+ bool t2t1 = IsCompatibleWith(t2, t1);
+ if (t1t2 && !t2t1) return 1;
+ if (t2t1 && !t1t2) return -1;
+ if (IsSignedIntegralType(t1) && IsUnsignedIntegralType(t2)) return 1;
+ if (IsSignedIntegralType(t2) && IsUnsignedIntegralType(t1)) return -1;
+ return 0;
+ }
+
+ Expression GenerateEqual(Expression left, Expression right)
+ {
+ return Expression.Equal(left, right);
+ }
+
+ Expression GenerateNotEqual(Expression left, Expression right)
+ {
+ return Expression.NotEqual(left, right);
+ }
+
+ Expression GenerateGreaterThan(Expression left, Expression right)
+ {
+ if (left.Type == typeof(string))
+ {
+ return Expression.GreaterThan(
+ GenerateStaticMethodCall("Compare", left, right),
+ Expression.Constant(0)
+ );
+ }
+ return Expression.GreaterThan(left, right);
+ }
+
+ Expression GenerateGreaterThanEqual(Expression left, Expression right)
+ {
+ if (left.Type == typeof(string))
+ {
+ return Expression.GreaterThanOrEqual(
+ GenerateStaticMethodCall("Compare", left, right),
+ Expression.Constant(0)
+ );
+ }
+ return Expression.GreaterThanOrEqual(left, right);
+ }
+
+ Expression GenerateLessThan(Expression left, Expression right)
+ {
+ if (left.Type == typeof(string))
+ {
+ return Expression.LessThan(
+ GenerateStaticMethodCall("Compare", left, right),
+ Expression.Constant(0)
+ );
+ }
+ return Expression.LessThan(left, right);
+ }
+
+ Expression GenerateLessThanEqual(Expression left, Expression right)
+ {
+ if (left.Type == typeof(string))
+ {
+ return Expression.LessThanOrEqual(
+ GenerateStaticMethodCall("Compare", left, right),
+ Expression.Constant(0)
+ );
+ }
+ return Expression.LessThanOrEqual(left, right);
+ }
+
+ Expression GenerateAdd(Expression left, Expression right)
+ {
+ if (left.Type == typeof(string) && right.Type == typeof(string))
+ {
+ return GenerateStaticMethodCall("Concat", left, right);
+ }
+ return Expression.Add(left, right);
+ }
+
+ Expression GenerateSubtract(Expression left, Expression right)
+ {
+ return Expression.Subtract(left, right);
+ }
+
+ Expression GenerateStringConcat(Expression left, Expression right)
+ {
+ return Expression.Call(
+ null,
+ typeof(string).GetMethod("Concat", new[] { typeof(object), typeof(object) }),
+ new[] { left, right });
+ }
+
+ MethodInfo GetStaticMethod(string methodName, Expression left, Expression right)
+ {
+ return left.Type.GetMethod(methodName, new[] { left.Type, right.Type });
+ }
+
+ Expression GenerateStaticMethodCall(string methodName, Expression left, Expression right)
+ {
+ return Expression.Call(null, GetStaticMethod(methodName, left, right), new[] { left, right });
+ }
+
+ void SetTextPos(int pos)
+ {
+ textPos = pos;
+ ch = textPos < textLen ? text[textPos] : '\0';
+ }
+
+ void NextChar()
+ {
+ if (textPos < textLen) textPos++;
+ ch = textPos < textLen ? text[textPos] : '\0';
+ }
+
+ void NextToken()
+ {
+ while (Char.IsWhiteSpace(ch)) NextChar();
+ TokenId t;
+ int tokenPos = textPos;
+ switch (ch)
+ {
+ case '!':
+ NextChar();
+ if (ch == '=')
+ {
+ NextChar();
+ t = TokenId.ExclamationEqual;
+ }
+ else
+ {
+ t = TokenId.Exclamation;
+ }
+ break;
+ case '%':
+ NextChar();
+ t = TokenId.Percent;
+ break;
+ case '&':
+ NextChar();
+ if (ch == '&')
+ {
+ NextChar();
+ t = TokenId.DoubleAmphersand;
+ }
+ else
+ {
+ t = TokenId.Amphersand;
+ }
+ break;
+ case '(':
+ NextChar();
+ t = TokenId.OpenParen;
+ break;
+ case ')':
+ NextChar();
+ t = TokenId.CloseParen;
+ break;
+ case '*':
+ NextChar();
+ t = TokenId.Asterisk;
+ break;
+ case '+':
+ NextChar();
+ t = TokenId.Plus;
+ break;
+ case ',':
+ NextChar();
+ t = TokenId.Comma;
+ break;
+ case '-':
+ NextChar();
+ t = TokenId.Minus;
+ break;
+ case '.':
+ NextChar();
+ t = TokenId.Dot;
+ break;
+ case '/':
+ NextChar();
+ t = TokenId.Slash;
+ break;
+ case ':':
+ NextChar();
+ t = TokenId.Colon;
+ break;
+ case '<':
+ NextChar();
+ if (ch == '=')
+ {
+ NextChar();
+ t = TokenId.LessThanEqual;
+ }
+ else if (ch == '>')
+ {
+ NextChar();
+ t = TokenId.LessGreater;
+ }
+ else
+ {
+ t = TokenId.LessThan;
+ }
+ break;
+ case '=':
+ NextChar();
+ if (ch == '=')
+ {
+ NextChar();
+ t = TokenId.DoubleEqual;
+ }
+ else
+ {
+ t = TokenId.Equal;
+ }
+ break;
+ case '>':
+ NextChar();
+ if (ch == '=')
+ {
+ NextChar();
+ t = TokenId.GreaterThanEqual;
+ }
+ else
+ {
+ t = TokenId.GreaterThan;
+ }
+ break;
+ case '?':
+ NextChar();
+ t = TokenId.Question;
+ break;
+ case '[':
+ NextChar();
+ t = TokenId.OpenBracket;
+ break;
+ case ']':
+ NextChar();
+ t = TokenId.CloseBracket;
+ break;
+ case '|':
+ NextChar();
+ if (ch == '|')
+ {
+ NextChar();
+ t = TokenId.DoubleBar;
+ }
+ else
+ {
+ t = TokenId.Bar;
+ }
+ break;
+ case '"':
+ case '\'':
+ char quote = ch;
+ do
+ {
+ NextChar();
+ while (textPos < textLen && ch != quote) NextChar();
+ if (textPos == textLen)
+ throw ParseError(textPos, Res.UnterminatedStringLiteral);
+ NextChar();
+ } while (ch == quote);
+ t = TokenId.StringLiteral;
+ break;
+ default:
+ if (Char.IsLetter(ch) || ch == '@' || ch == '_')
+ {
+ do
+ {
+ NextChar();
+ } while (Char.IsLetterOrDigit(ch) || ch == '_');
+ t = TokenId.Identifier;
+ break;
+ }
+ if (Char.IsDigit(ch))
+ {
+ t = TokenId.IntegerLiteral;
+ do
+ {
+ NextChar();
+ } while (Char.IsDigit(ch));
+ if (ch == '.')
+ {
+ t = TokenId.RealLiteral;
+ NextChar();
+ ValidateDigit();
+ do
+ {
+ NextChar();
+ } while (Char.IsDigit(ch));
+ }
+ if (ch == 'E' || ch == 'e')
+ {
+ t = TokenId.RealLiteral;
+ NextChar();
+ if (ch == '+' || ch == '-') NextChar();
+ ValidateDigit();
+ do
+ {
+ NextChar();
+ } while (Char.IsDigit(ch));
+ }
+ if (ch == 'F' || ch == 'f') NextChar();
+ break;
+ }
+ if (textPos == textLen)
+ {
+ t = TokenId.End;
+ break;
+ }
+ throw ParseError(textPos, Res.InvalidCharacter, ch);
+ }
+ token.id = t;
+ token.text = text.Substring(tokenPos, textPos - tokenPos);
+ token.pos = tokenPos;
+ }
+
+ bool TokenIdentifierIs(string id)
+ {
+ return token.id == TokenId.Identifier && String.Equals(id, token.text, StringComparison.OrdinalIgnoreCase);
+ }
+
+ string GetIdentifier()
+ {
+ ValidateToken(TokenId.Identifier, Res.IdentifierExpected);
+ string id = token.text;
+ if (id.Length > 1 && id[0] == '@') id = id.Substring(1);
+ return id;
+ }
+
+ void ValidateDigit()
+ {
+ if (!Char.IsDigit(ch)) throw ParseError(textPos, Res.DigitExpected);
+ }
+
+ void ValidateToken(TokenId t, string errorMessage)
+ {
+ if (token.id != t) throw ParseError(errorMessage);
+ }
+
+ void ValidateToken(TokenId t)
+ {
+ if (token.id != t) throw ParseError(Res.SyntaxError);
+ }
+
+ Exception ParseError(string format, params object[] args)
+ {
+ return ParseError(token.pos, format, args);
+ }
+
+ Exception ParseError(int pos, string format, params object[] args)
+ {
+ return new ParseException(string.Format(System.Globalization.CultureInfo.CurrentCulture, format, args), pos);
+ }
+
+ static Dictionary CreateKeywords()
+ {
+ Dictionary d = new Dictionary(StringComparer.OrdinalIgnoreCase);
+ d.Add("true", trueLiteral);
+ d.Add("false", falseLiteral);
+ d.Add("null", nullLiteral);
+ d.Add(keywordIt, keywordIt);
+ d.Add(keywordIif, keywordIif);
+ d.Add(keywordNew, keywordNew);
+ foreach (Type type in predefinedTypes) d.Add(type.Name, type);
+ return d;
+ }
+ }
+
+ static class Res
+ {
+ public const string DuplicateIdentifier = "The identifier '{0}' was defined more than once";
+ public const string ExpressionTypeMismatch = "Expression of type '{0}' expected";
+ public const string ExpressionExpected = "Expression expected";
+ public const string InvalidCharacterLiteral = "Character literal must contain exactly one character";
+ public const string InvalidIntegerLiteral = "Invalid integer literal '{0}'";
+ public const string InvalidRealLiteral = "Invalid real literal '{0}'";
+ public const string UnknownIdentifier = "Unknown identifier '{0}'";
+ public const string NoItInScope = "No 'it' is in scope";
+ public const string IifRequiresThreeArgs = "The 'iif' function requires three arguments";
+ public const string FirstExprMustBeBool = "The first expression must be of type 'Boolean'";
+ public const string BothTypesConvertToOther = "Both of the types '{0}' and '{1}' convert to the other";
+ public const string NeitherTypeConvertsToOther = "Neither of the types '{0}' and '{1}' converts to the other";
+ public const string MissingAsClause = "Expression is missing an 'as' clause";
+ public const string ArgsIncompatibleWithLambda = "Argument list incompatible with lambda expression";
+ public const string TypeHasNoNullableForm = "Type '{0}' has no nullable form";
+ public const string NoMatchingConstructor = "No matching constructor in type '{0}'";
+ public const string AmbiguousConstructorInvocation = "Ambiguous invocation of '{0}' constructor";
+ public const string CannotConvertValue = "A value of type '{0}' cannot be converted to type '{1}'";
+ public const string NoApplicableMethod = "No applicable method '{0}' exists in type '{1}'";
+ public const string MethodsAreInaccessible = "Methods on type '{0}' are not accessible";
+ public const string MethodIsVoid = "Method '{0}' in type '{1}' does not return a value";
+ public const string AmbiguousMethodInvocation = "Ambiguous invocation of method '{0}' in type '{1}'";
+ public const string UnknownPropertyOrField = "No property or field '{0}' exists in type '{1}'";
+ public const string NoApplicableAggregate = "No applicable aggregate method '{0}' exists";
+ public const string CannotIndexMultiDimArray = "Indexing of multi-dimensional arrays is not supported";
+ public const string InvalidIndex = "Array index must be an integer expression";
+ public const string NoApplicableIndexer = "No applicable indexer exists in type '{0}'";
+ public const string AmbiguousIndexerInvocation = "Ambiguous invocation of indexer in type '{0}'";
+ public const string IncompatibleOperand = "Operator '{0}' incompatible with operand type '{1}'";
+ public const string IncompatibleOperands = "Operator '{0}' incompatible with operand types '{1}' and '{2}'";
+ public const string UnterminatedStringLiteral = "Unterminated string literal";
+ public const string InvalidCharacter = "Syntax error '{0}'";
+ public const string DigitExpected = "Digit expected";
+ public const string SyntaxError = "Syntax error";
+ public const string TokenExpected = "{0} expected";
+ public const string ParseExceptionFormat = "{0} (at index {1})";
+ public const string ColonExpected = "':' expected";
+ public const string OpenParenExpected = "'(' expected";
+ public const string CloseParenOrOperatorExpected = "')' or operator expected";
+ public const string CloseParenOrCommaExpected = "')' or ',' expected";
+ public const string DotOrOpenParenExpected = "'.' or '(' expected";
+ public const string OpenBracketExpected = "'[' expected";
+ public const string CloseBracketOrCommaExpected = "']' or ',' expected";
+ public const string IdentifierExpected = "Identifier expected";
+ }
+}
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/EnumerableExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/EnumerableExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,57 @@
+using System;
+using System.Collections.Generic;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for all kinds of (typed) enumerable data (Array, List, ...)
+ ///
+ public static class EnumerableExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Converts all items of a list and returns them as enumerable.
+ ///
+ /// The source data type
+ /// The target data type
+ /// The source data.
+ /// The converted data
+ ///
+ ///
+ /// var values = new[] { "1", "2", "3" };
+ /// values.ConvertList<string, int>().ForEach(Console.WriteLine);
+ ///
+ ///
+ public static IEnumerable ConvertList(this IEnumerable source)
+ {
+ foreach (var value in source)
+ {
+ yield return value.ConvertTo();
+ }
+ }
+
+ ///
+ /// Performs an action for each item in the enumerable
+ ///
+ /// The enumerable data type
+ /// The data values.
+ /// The action to be performed.
+ ///
+ ///
+ /// var values = new[] { "1", "2", "3" };
+ /// values.ConvertList<string, int>().ForEach(Console.WriteLine);
+ ///
+ ///
+ /// This method was intended to return the passed values to provide method chaining. Howver due to defered execution the compiler would actually never run the entire code at all.
+ public static void ForEach(this IEnumerable values, Action action)
+ {
+ foreach (var value in values)
+ {
+ action(value);
+ }
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/FileInfoExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/FileInfoExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,341 @@
+using System;
+using System.Collections.Generic;
+using System.IO;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for the FileInfo and FileInfo-Array classes
+ ///
+ public static class FileInfoExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Renames a file.
+ ///
+ /// The file.
+ /// The new name.
+ /// The renamed file
+ ///
+ ///
+ /// var file = new FileInfo(@"c:\test.txt");
+ /// file.Rename("test2.txt");
+ ///
+ public static FileInfo Rename(this FileInfo file, string newName)
+ {
+ var filePath = Path.Combine(Path.GetDirectoryName(file.FullName), newName);
+
+ file.MoveTo(filePath);
+
+ return file;
+ }
+
+ ///
+ /// Renames a without changing its extension.
+ ///
+ /// The file.
+ /// The new name.
+ /// The renamed file
+ ///
+ ///
+ /// var file = new FileInfo(@"c:\test.txt");
+ /// file.RenameFileWithoutExtension("test3");
+ ///
+ public static FileInfo RenameFileWithoutExtension(this FileInfo file, string newName)
+ {
+ var fileName = string.Concat(newName, file.Extension);
+
+ file.Rename(fileName);
+
+ return file;
+ }
+
+ ///
+ /// Changes the files extension.
+ ///
+ /// The file.
+ /// The new extension.
+ /// The renamed file
+ ///
+ ///
+ /// var file = new FileInfo(@"c:\test.txt");
+ /// file.ChangeExtension("xml");
+ ///
+ public static FileInfo ChangeExtension(this FileInfo file, string newExtension)
+ {
+ newExtension = newExtension.EnsureStartsWith(".");
+
+ var fileName = string.Concat(Path.GetFileNameWithoutExtension(file.FullName), newExtension);
+
+ file.Rename(fileName);
+
+ return file;
+ }
+
+ ///
+ /// Changes the extensions of several files at once.
+ ///
+ /// The files.
+ /// The new extension.
+ /// The renamed files
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.ChangeExtensions("tmp");
+ ///
+ public static FileInfo[] ChangeExtensions(this FileInfo[] files, string newExtension)
+ {
+ files.ForEach(f => f.ChangeExtension(newExtension));
+
+ return files;
+ }
+
+ ///
+ /// Deletes several files at once and consolidates any exceptions.
+ ///
+ /// The files.
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.Delete()
+ ///
+ public static void Delete(this FileInfo[] files)
+ {
+ files.Delete(true);
+ }
+
+ ///
+ /// Deletes several files at once and optionally consolidates any exceptions.
+ ///
+ /// The files.
+ /// if set to true exceptions are consolidated and the processing is not interrupted.
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.Delete()
+ ///
+ public static void Delete(this FileInfo[] files, bool consolidateExceptions)
+ {
+ List exceptions = null;
+
+ foreach (var file in files)
+ {
+ try
+ {
+ file.Delete();
+ }
+ catch (Exception e)
+ {
+ if (consolidateExceptions)
+ {
+ if (exceptions == null)
+ {
+ exceptions = new List();
+ }
+
+ exceptions.Add(e);
+ }
+ else
+ {
+ throw;
+ }
+ }
+ }
+
+ if ((exceptions != null) && (exceptions.Count > 0))
+ {
+ throw new CombinedException
+ (
+ "Error while deleting one or several files, see InnerExceptions array for details.",
+ exceptions.ToArray()
+ );
+ }
+ }
+
+ ///
+ /// Copies several files to a new folder at once and consolidates any exceptions.
+ ///
+ /// The files.
+ /// The target path.
+ /// The newly created file copies
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// var copiedFiles = files.CopyTo(@"c:\temp\");
+ ///
+ public static FileInfo[] CopyTo(this FileInfo[] files, string targetPath)
+ {
+ return files.CopyTo(targetPath, true);
+ }
+
+ ///
+ /// Copies several files to a new folder at once and optionally consolidates any exceptions.
+ ///
+ /// The files.
+ /// The target path.
+ /// if set to true exceptions are consolidated and the processing is not interrupted.
+ /// The newly created file copies
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// var copiedFiles = files.CopyTo(@"c:\temp\");
+ ///
+ public static FileInfo[] CopyTo(this FileInfo[] files, string targetPath, bool consolidateExceptions)
+ {
+ var copiedfiles = new List();
+ List exceptions = null;
+
+ foreach (var file in files)
+ {
+ try
+ {
+ var fileName = Path.Combine(targetPath, file.Name);
+
+ copiedfiles.Add(file.CopyTo(fileName));
+ }
+ catch (Exception e)
+ {
+ if (consolidateExceptions)
+ {
+ if (exceptions == null)
+ {
+ exceptions = new List();
+ }
+
+ exceptions.Add(e);
+ }
+ else
+ {
+ throw;
+ }
+ }
+ }
+
+ if ((exceptions != null) && (exceptions.Count > 0))
+ {
+ throw new CombinedException
+ (
+ "Error while copying one or several files, see InnerExceptions array for details.",
+ exceptions.ToArray()
+ );
+ }
+
+ return copiedfiles.ToArray();
+ }
+
+ ///
+ /// Moves several files to a new folder at once and optionally consolidates any exceptions.
+ ///
+ /// The files.
+ /// The target path.
+ /// The moved files
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.MoveTo(@"c:\temp\");
+ ///
+ public static FileInfo[] MoveTo(this FileInfo[] files, string targetPath)
+ {
+ return files.MoveTo(targetPath, true);
+ }
+
+ ///
+ /// Movies several files to a new folder at once and optionally consolidates any exceptions.
+ ///
+ /// The files.
+ /// The target path.
+ /// if set to true exceptions are consolidated and the processing is not interrupted.
+ /// The moved files
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.MoveTo(@"c:\temp\");
+ ///
+ public static FileInfo[] MoveTo(this FileInfo[] files, string targetPath, bool consolidateExceptions)
+ {
+ List exceptions = null;
+
+ foreach (var file in files)
+ {
+ try
+ {
+ var fileName = Path.Combine(targetPath, file.Name);
+
+ file.MoveTo(fileName);
+ }
+ catch (Exception e)
+ {
+ if (consolidateExceptions)
+ {
+ if (exceptions == null)
+ {
+ exceptions = new List();
+ }
+
+ exceptions.Add(e);
+ }
+ else
+ {
+ throw;
+ }
+ }
+ }
+
+ if ((exceptions != null) && (exceptions.Count > 0))
+ {
+ throw new CombinedException
+ (
+ "Error while moving one or several files, see InnerExceptions array for details.",
+ exceptions.ToArray()
+ );
+ }
+
+ return files;
+ }
+
+ ///
+ /// Sets file attributes for several files at once
+ ///
+ /// The files.
+ /// The attributes to be set.
+ /// The changed files
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.SetAttributes(FileAttributes.Archive);
+ ///
+ public static FileInfo[] SetAttributes(this FileInfo[] files, FileAttributes attributes)
+ {
+ foreach (var file in files)
+ {
+ file.Attributes = attributes;
+ }
+
+ return files;
+ }
+
+ ///
+ /// Appends file attributes for several files at once (additive to any existing attributes)
+ ///
+ /// The files.
+ /// The attributes to be set.
+ /// The changed files
+ ///
+ ///
+ /// var files = directory.GetFiles("*.txt", "*.xml");
+ /// files.SetAttributesAdditive(FileAttributes.Archive);
+ ///
+ public static FileInfo[] SetAttributesAdditive(this FileInfo[] files, FileAttributes attributes)
+ {
+ foreach (var file in files)
+ {
+ file.Attributes = (file.Attributes | attributes);
+ }
+
+ return files;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/IConverter.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/IConverter.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,24 @@
+using System;
+
+namespace MetroWpf
+{
+ ///
+ /// Generic converter interface used to allow extension methods to be applied.
+ ///
+ ///
+ public interface IConverter
+ {
+ #region · Properties ·
+
+ ///
+ /// Gets the internal value to be converted.
+ ///
+ /// The value.
+ T Value
+ {
+ get;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/IntExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/IntExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,40 @@
+using System;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for the string data type
+ ///
+ public static class IntExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Performs the specified action n times based on the underlying int value.
+ ///
+ /// The value.
+ /// The action.
+ public static void Times(this int value, Action action)
+ {
+ for (var i = 0; i < value; i++)
+ {
+ action();
+ }
+ }
+
+ ///
+ /// Performs the specified action n times based on the underlying int value.
+ ///
+ /// The value.
+ /// The action.
+ public static void Times(this int value, Action action)
+ {
+ for (var i = 0; i < value; i++)
+ {
+ action(i);
+ }
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/LinqExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/LinqExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,38 @@
+using System;
+using System.Collections.Generic;
+using System.Linq.Expressions;
+
+namespace MetroWpf
+{
+ public static class LinqExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Traverses the specified source.
+ ///
+ ///
+ /// The source.
+ /// The fn recurse.
+ ///
+ public static IEnumerable Traverse(this IEnumerable source, Func> fnRecurse)
+ {
+ foreach (T item in source)
+ {
+ yield return item;
+
+ IEnumerable seqRecurse = fnRecurse(item);
+
+ if (seqRecurse != null)
+ {
+ foreach (T itemRecurse in Traverse(seqRecurse, fnRecurse))
+ {
+ yield return itemRecurse;
+ }
+ }
+ }
+ }
+
+ #endregion
+ }
+}
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/ListExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/ListExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,77 @@
+using System;
+using System.Collections.Generic;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for all kind of Lists implementing the IList<T> interface
+ ///
+ public static class ListExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Inserts an item uniquely to to a list and returns a value whether the item was inserted or not.
+ ///
+ /// The generic list item type.
+ /// The list to be inserted into.
+ /// The index to insert the item at.
+ /// The item to be added.
+ /// Indicates whether the item was inserted or not
+ public static bool InsertUnqiue(this IList list, int index, T item)
+ {
+ if (list.Contains(item) == false)
+ {
+ list.Insert(index, item);
+ return true;
+ }
+
+ return false;
+ }
+
+ ///
+ /// Inserts a range of items uniquely to a list starting at a given index and returns the amount of items inserted.
+ ///
+ /// The generic list item type.
+ /// The list to be inserted into.
+ /// The start index.
+ /// The items to be inserted.
+ /// The amount if items that were inserted.
+ public static int InsertRangeUnique(this IList list, int startIndex, IEnumerable items)
+ {
+ var index = startIndex;
+
+ foreach (var item in items)
+ {
+ if (list.InsertUnqiue(startIndex, item))
+ {
+ index++;
+ }
+ }
+
+ return (index - startIndex);
+ }
+
+ ///
+ /// Return the index of the first matching item or -1.
+ ///
+ ///
+ /// The list.
+ /// The comparison.
+ /// The item index
+ public static int IndexOf(this IList list, Func comparison)
+ {
+ for (var i = 0; i < list.Count; i++)
+ {
+ if (comparison(list[i]))
+ {
+ return i;
+ }
+ }
+
+ return -1;
+ }
+
+ #endregion
+ }
+}
\ No newline at end of file
diff -r 741981715d94 -r 060f02cd4591 MetroWpf/MetroWpf.Framework/Extensions/ObjectExtensions.cs
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/MetroWpf/MetroWpf.Framework/Extensions/ObjectExtensions.cs Mon Mar 12 23:05:21 2012 +0800
@@ -0,0 +1,382 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+
+namespace MetroWpf
+{
+ ///
+ /// Extension methods for the root data type object
+ ///
+ public static class ObjectExtensions
+ {
+ #region · Extensions ·
+
+ ///
+ /// Determines whether the object is equal to any of the provided values.
+ ///
+ ///
+ /// The object to be compared.
+ /// The values to compare with the object.
+ ///
+ public static bool EqualsAny(this T obj, params T[] values)
+ {
+ return (Array.IndexOf(values, obj) != -1);
+ }
+
+ ///
+ /// Determines whether the object is equal to none of the provided values.
+ ///
+ ///
+ /// The object to be compared.
+ /// The values to compare with the object.
+ ///
+ public static bool EqualsNone(this T obj, params T[] values)
+ {
+ return (obj.EqualsAny(values) == false);
+ }
+
+ ///
+ /// Converts an object to the specified target type or returns the default value.
+ ///
+ ///
+ /// The value.
+ /// The target type
+ public static T ConvertTo(this object value)
+ {
+ return value.ConvertTo(default(T));
+ }
+
+ ///
+ /// Converts an object to the specified target type or returns the default value.
+ ///
+ ///
+ /// The value.
+ /// The default value.
+ /// The target type
+ public static T ConvertTo(this object value, T defaultValue)
+ {
+ if (value != null)
+ {
+ var targetType = typeof(T);
+
+ var converter = TypeDescriptor.GetConverter(value);
+
+ if (converter != null)
+ {
+ if (converter.CanConvertTo(targetType))
+ {
+ return (T)converter.ConvertTo(value, targetType);
+ }
+ }
+
+ converter = TypeDescriptor.GetConverter(targetType);
+
+ if (converter != null)
+ {
+ if (converter.CanConvertFrom(value.GetType()))
+ {
+ return (T)converter.ConvertFrom(value);
+ }
+ }
+ }
+
+ return defaultValue;
+ }
+
+ ///
+ /// Converts an object to the specified target type or returns the default value. Any exceptions are optionally ignored.
+ ///
+ ///
+ /// The value.
+ /// The default value.
+ /// if set to true ignore any exception.
+ /// The target type
+ public static T ConvertTo(this object value, T defaultValue, bool ignoreException)
+ {
+ if (ignoreException)
+ {
+ try
+ {
+ return value.ConvertTo();
+ }
+ catch
+ {
+ return defaultValue;
+ }
+ }
+
+ return value.ConvertTo();
+ }
+
+ ///
+ /// Determines whether the value can (in theory) be converted to the specified target type.
+ ///
+ ///
+ /// The value.
+ ///
+ /// true if this instance can be convert to the specified target type; otherwise, false.
+ ///
+ public static bool CanConvertTo(this object value)
+ {
+ if (value != null)
+ {
+ var targetType = typeof(T);
+
+ var converter = TypeDescriptor.GetConverter(value);
+
+ if (converter != null)
+ {
+ if (converter.CanConvertTo(targetType))
+ {
+ return true;
+ }
+ }
+
+ converter = TypeDescriptor.GetConverter(targetType);
+
+ if (converter != null)
+ {
+ if (converter.CanConvertFrom(value.GetType()))
+ {
+ return true;
+ }
+ }
+ }
+ return false;
+ }
+
+ ///
+ /// Converts the specified value to a different type.
+ ///
+ ///
+ /// The value.
+ /// An universal converter suppliying additional target conversion methods
+ ///
+ /// var value = "123";
+ /// var numeric = value.Convert().ToInt32();
+ ///
+ public static IConverter Convert(this T value)
+ {
+ return new Converter(value);
+ }
+
+ ///
+ /// Dynamically invokes a method using reflection
+ ///
+ /// The object to perform on.
+ /// The name of the method.
+ /// The parameters passed to the method.
+ /// The return value
+ ///
+ ///
+ /// var type = Type.GetType("System.IO.FileInfo, mscorlib");
+ /// var file = type.CreateInstance(@"c:\autoexec.bat");
+ /// if(file.GetPropertyValue<bool>("Exists")) {
+ /// var reader = file.InvokeMethod<StreamReader>("OpenText");
+ /// Console.WriteLine(reader.ReadToEnd());
+ /// reader.Close();
+ /// }
+ ///
+ ///
+ public static object InvokeMethod(this object obj, string methodName, params object[] parameters)
+ {
+ return InvokeMethod