-
Notifications
You must be signed in to change notification settings - Fork 1
Methods_T_NChronicle_Core_Model_ChronicleConfiguration
Andy James edited this page Aug 3, 2017
·
1 revision
The ChronicleConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Clone | Create a clone of this Chronicle configuration. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetSchema | Required for XML serialization, this method offers no functionality. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ReadXml | Populate configuration from XML via the specified XmlReader. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
WithLibrary | Add an IChronicleLibrary instance to this configuration. |
![]() |
WriteXml | Write configuration to XML via the specified XmlWriter. |
NChronicle.Core
Send comments on this topic to kana@ikimi.co
ChronicleConfigurationDelegate
- IChronicle.Critical(Exception, String[])
- IChronicle.Critical(String, String[])
- IChronicle.Critical(String, Exception, String[])
- IChronicle.Debug(Exception, String[])
- IChronicle.Debug(String, String[])
- IChronicle.Debug(String, Exception, String[])
- IChronicle.Info(Exception, String[])
- IChronicle.Info(String, String[])
- IChronicle.Info(String, Exception, String[])
- IChronicle.Success(Exception, String[])
- IChronicle.Success(String, String[])
- IChronicle.Success(String, Exception, String[])
- IChronicle.Warning(Exception, String[])
- IChronicle.Warning(String, String[])
- IChronicle.Warning(String, Exception, String[])
- Constructor
- Chronicle.ClearTags()
- Chronicle.Critical(Exception, String[])
- Chronicle.Critical(String, String[])
- Chronicle.Critical(String, Exception, String[])
- Chronicle.Debug(Exception, String[])
- Chronicle.Debug(String, String[])
- Chronicle.Debug(String, Exception, String[])
- Chronicle.Finalize()
- Chronicle.Info(Exception, String[])
- Chronicle.Info(String, String[])
- Chronicle.Info(String, Exception, String[])
- Chronicle.PersistTags()
- Chronicle.Success(Exception, String[])
- Chronicle.Success(String, String[])
- Chronicle.Success(String, Exception, String[])
- Chronicle.Warning()
- Chronicle.Warning(Exception, String[])
- Chronicle.Warning(String, String[])
- Chronicle.Warning(String, Exception, String[])

