-
Notifications
You must be signed in to change notification settings - Fork 1
T_NChronicle_Core_Model_Chronicle
Andy James edited this page Aug 3, 2017
·
1 revision
NChronicle container for primary recording methods.
System.Object
NChronicle.Core.Model.Chronicle
Namespace: NChronicle.Core.Model
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.0)
C#
public class Chronicle : IChronicleVB
Public Class Chronicle
Implements IChronicleF#
type Chronicle =
class
interface IChronicle
endThe Chronicle type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Chronicle | Create Chronicle configured with the NChronicle base configuration. |
| Name | Description | |
|---|---|---|
![]() |
ClearTags | Clear all persisted tags, appending no extra tags to records made via this instance. Clear all persisted tags, appending no extra tags to records made via this instance. |
![]() |
Critical(Exception, String[]) | Record a Critical level Exception with the specified tags. |
![]() |
Critical(String, String[]) | Record a Critical level message with the specified tags. |
![]() |
Critical(String, Exception, String[]) | Record a Critical level message and Exception with the specified tags. |
![]() |
Debug(Exception, String[]) | Record a Debug level exception with the specified tags. |
![]() |
Debug(String, String[]) | Record a Debug level message with the specified tags. |
![]() |
Debug(String, Exception, String[]) | Record a Debug level message and Exception with the specified tags. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Destructor for this Chronicle instance. (Overrides Object.Finalize().) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Info(Exception, String[]) | Record a Info level Exception with the specified tags. |
![]() |
Info(String, String[]) | Record a Info level message with the specified tags. |
![]() |
Info(String, Exception, String[]) | Record a Info level message and Exception with the specified tags. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PersistTags | Append specified tags to all records made via this instance. |
![]() |
Success(Exception, String[]) | Record a Success level Exception with the specified tags. |
![]() |
Success(String, String[]) | Record a Success level message with the specified tags. |
![]() |
Success(String, Exception, String[]) | Record a Success level message and Exception with the specified tags. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Warning(Exception, String[]) | Record a Warning level Exception with the specified tags. |
![]() |
Warning(String, String[]) | Record a Warning level message with the specified tags. |
![]() |
Warning(String, Exception, String[]) | Record a Warning level message and Exception with the specified tags. |
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[])

