Log a message using the given level.
Namespace: EnterpriseDT.Util.DebugAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public virtual void Log( Level level, string message, params Object[] args ) |
Visual Basic |
---|
Public Overridable Sub Log ( _ level As Level, _ message As String, _ ParamArray args As Object() _ ) |
Visual C++ |
---|
public: virtual void Log( Level^ level, String^ message, ... array<Object^>^ args ) |
Parameters
- level
- Type: EnterpriseDT.Util.Debug..::..Level
Log level.
- message
- Type: System..::..String
Message to log.
- args
- Type: array<System..::..Object>[]()[][]
Either an Exception or arguments substituted into message.