Click or drag to resize
LoggerInfo Method (String, Exception)

[Missing <summary> documentation for "M:AsterNET.Logger.Info(System.String,System.Exception)"]

Namespace: AsterNET
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Info(
	string msg,
	Exception ex
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:AsterNET.Logger.Info(System.String,System.Exception)"]

ex
Type: SystemException

[Missing <param name="ex"/> documentation for "M:AsterNET.Logger.Info(System.String,System.Exception)"]

See Also