[Missing <summary> documentation for "M:BasicCard.Logging.BasicCardLogger.Log(BasicCard.Logging.BasicCardLogLevel,System.String,System.Object,System.Object)"]

Namespace: BasicCard.Logging
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
)
Visual Basic
Public Sub Log ( 
	level As BasicCardLogLevel,
	format As String,
	arg0 As Object,
	arg1 As Object
)
Visual C++
public:
void Log(
	BasicCardLogLevel level, 
	String^ format, 
	Object^ arg0, 
	Object^ arg1
)
F#
member Log : 
        level : BasicCardLogLevel * 
        format : string * 
        arg0 : Object * 
        arg1 : Object -> unit 

Parameters

level
Type: BasicCard.Logging..::..BasicCardLogLevel
Log level.
format
Type: System..::..String
Log message format string.
arg0
Type: System..::..Object
First argument referenced by the format string.
arg1
Type: System..::..Object
Second argument referenced by the format string.

See Also