[Missing <summary> documentation for "M:BasicCard.Logging.BasicCardLogger.Log(BasicCard.Logging.BasicCardLogLevel,System.String,System.Object,System.Object,System.Object,System.Object)"]
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void Log( BasicCardLogLevel level, string format, Object arg0, Object arg1, Object arg2, Object arg3 ) |
Visual Basic |
---|
Public Sub Log ( level As BasicCardLogLevel, format As String, arg0 As Object, arg1 As Object, arg2 As Object, arg3 As Object ) |
Visual C++ |
---|
public: void Log( BasicCardLogLevel level, String^ format, Object^ arg0, Object^ arg1, Object^ arg2, Object^ arg3 ) |
F# |
---|
member Log : level : BasicCardLogLevel * format : string * arg0 : Object * arg1 : Object * arg2 : Object * arg3 : Object -> unit |
Parameters
- level
- Type: BasicCard.Logging..::..BasicCardLogLevel
Log level.
- format
- Type: System..::..String
Format string.
- arg0
- Type: System..::..Object
First argument referenced by the format string.
- arg1
- Type: System..::..Object
Second argument referenced by the format string.
- arg2
- Type: System..::..Object
Third argument referenced by the format string.
- arg3
- Type: System..::..Object
Fourth argument referenced by the format string.