TERASOLUNA.Fw.Common.Logging.TraceSourceLog 名前空間には、TERASOLUNA で標準に提供しているTraceSource クラス利用したログ出力機能に関係するクラスが含まれています。

C# | Visual Basic | Visual C++ |
namespace TERASOLUNA.Fw.Common.Logging.TraceSourceLog
Namespace TERASOLUNA.Fw.Common.Logging.TraceSourceLog
namespace TERASOLUNA.Fw.Common.Logging.TraceSourceLog

All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
![]() | ITraceSourceLog |
ILog を継承したインターフェイスです。
|
![]() | TraceSourceLogFactory |
ITraceSourceLog 実装クラスのインスタンスを生成するファクトリクラスです。
|
![]() | TraceSourceLogger |
ITraceSourceLog を実装したログ出力クラスです。
TraceSourceを使ってログを出力します。
|