MooshLoggerError Method (String) |
Logs an error to the output stream.
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Error(
string error
)
Public Sub Error (
error As String
)
public:
void Error(
String^ error
)
member Error :
error : string -> unit
Parameters
- error
- Type: SystemString
Details surrounding the error.
See Also