-
Notifications
You must be signed in to change notification settings - Fork 1
T_NChronicle_Core_Interfaces_IChronicleLibrary
Andy James edited this page Aug 3, 2017
·
1 revision
An NChronicle Library, i.e. a destination for ChronicleRecords.
Namespace: NChronicle.Core.Interfaces
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.0)
C#
public interface IChronicleLibrary : IXmlSerializableVB
Public Interface IChronicleLibrary
Inherits IXmlSerializableF#
type IChronicleLibrary =
interface
interface IXmlSerializable
endThe IChronicleLibrary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. (Inherited from IXmlSerializable.) |
![]() |
ReadXml | Generates an object from its XML representation. (Inherited from IXmlSerializable.) |
![]() |
Store | Store the specified ChronicleRecord in this library. |
![]() |
WriteXml | Converts an object into its XML representation. (Inherited from IXmlSerializable.) |
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[])
