ITransferLogger Interface

Public Interface ITransferLogger 
Inherits ILogger, _ 
IDisposable
This language is not supported or no code example is available.
public interface ITransferLogger : ILogger
IDisposable
This language is not supported or no code example is available.
public interface class ITransferLogger : public ILogger^, 
public IDisposable^
This language is not supported or no code example is available.
public interface ITransferLogger 
implements ILogger
IDisposable
This language is not supported or no code example is available.
Methods
 
Name Description
Public method LogException(Exception) (inherited from ILogger).
Public method LogException(string, Exception) (inherited from ILogger).
Public method LogMessage(long, string, LogLevel) Log some message
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition