|
FileLoggerMethodIn Method
|
add a line to the logger and increase the indentation level
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void MethodIn(
string msg
)
Public Sub MethodIn (
msg As String
)
public:
void MethodIn(
String^ msg
)
member MethodIn :
msg : string -> unit
Parameters
- msg
- Type: SystemString
message to be output
See Also