Interface IGorgonThreadedLog
Provides logging functionality for an application.
Inherited Members
Namespace: Gorgon.Diagnostics
Assembly: Gorgon.Core.dll
Syntax
public interface IGorgonThreadedLog : IGorgonLog
Remarks
This object will send logging information to a logging data source. This could be a text file, XML document, a database, etc...
This interface is meant to handle logging for log objects that are thread safe.
Properties
| Edit this page View SourceThreadID
Property to return the ID of the thread that created the log object.
Declaration
int ThreadID { get; }
Property Value
Type | Description |
---|---|
int |