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