A Sandcastle Documented Class Library
ITraceSourceLog Interface
NamespacesTERASOLUNA.Fw.Common.Logging.TraceSourceLogITraceSourceLog
ILog を継承したインターフェイスです。
Declaration Syntax
C#Visual BasicVisual C++
public interface ITraceSourceLog : ILog
Public Interface ITraceSourceLog _
	Implements ILog
public interface class ITraceSourceLog : ILog
Members
All MembersMethodsProperties



IconMemberDescription
Debug(Object, Int32)
Debug ログレベルでメッセージをログ出力します。

Debug(Object, Exception, Int32)
Debug レベルでエラーをログ出力します。

Debug(Object)
Debug ログレベルでメッセージをログ出力します。
(Inherited from ILog.)
Debug(Object, Exception)
Debug レベルでエラーをログ出力します。
(Inherited from ILog.)
Error(Object, Int32)
Error ログレベルでメッセージをログ出力します。

Error(Object, Exception, Int32)
Error レベルでエラーをログ出力します。

Error(Object)
Error ログレベルでメッセージをログ出力します。
(Inherited from ILog.)
Error(Object, Exception)
Error レベルでエラーをログ出力します。
(Inherited from ILog.)
Fatal(Object, Int32)
Fatal ログレベルでメッセージをログ出力します。

Fatal(Object, Exception, Int32)
Fatal レベルでエラーをログ出力します。

Fatal(Object)
Fatal ログレベルでメッセージをログ出力します。
(Inherited from ILog.)
Fatal(Object, Exception)
Fatal レベルでエラーをログ出力します。
(Inherited from ILog.)
Info(Object, Int32)
Info ログレベルでメッセージをログ出力します。

Info(Object, Exception, Int32)
Info レベルでエラーをログ出力します。

Info(Object)
Info ログレベルでメッセージをログ出力します。
(Inherited from ILog.)
Info(Object, Exception)
Info レベルでエラーをログ出力します。
(Inherited from ILog.)
IsDebugEnabled
Debug レベルのログ処理が現在有効かどうかチェックします。
(Inherited from ILog.)
IsErrorEnabled
Error レベルのログ処理が現在有効かどうかチェックします。
(Inherited from ILog.)
IsFatalEnabled
Fatal レベルのログ処理が現在有効かどうかチェックします。
(Inherited from ILog.)
IsInfoEnabled
Info レベルのログ処理が現在有効かどうかチェックします。
(Inherited from ILog.)
IsTraceEnabled
Trace レベルのログ処理が現在有効かどうかチェックします。
(Inherited from ILog.)
IsWarnEnabled
Warn レベルのログ処理が現在有効かどうかチェックします。
(Inherited from ILog.)
Trace(Object, Int32)
Trace ログレベルでメッセージをログ出力します。

Trace(Object, Exception, Int32)
Trace レベルでエラーをログ出力します。

Trace(Object)
Trace ログレベルでメッセージをログ出力します。
(Inherited from ILog.)
Trace(Object, Exception)
Trace レベルでエラーをログ出力します。
(Inherited from ILog.)
Warn(Object, Int32)
Warn ログレベルでメッセージをログ出力します。

Warn(Object, Exception, Int32)
Warn レベルでエラーをログ出力します。

Warn(Object)
Warn ログレベルでメッセージをログ出力します。
(Inherited from ILog.)
Warn(Object, Exception)
Warn レベルでエラーをログ出力します。
(Inherited from ILog.)

Assembly: TERASOLUNA.Fw.Common (Module: TERASOLUNA.Fw.Common) Version: 2.1.0.1 (2.1.0.1)