Method | Description | |
---|---|---|
DebugAndStatus ( this log ) : void |
Writes an empty line as debug and status message.
|
|
DebugAndStatus ( this log, string messageFormat ) : void |
Writes the specified message as debug and status message.
|
|
ErrorAndStatus ( this log ) : void |
Writes an empty line as error and status message.
|
|
ErrorAndStatus ( this log, string messageFormat ) : void |
Writes the specified message as error and status message.
|
|
InfoAndStatus ( this log ) : void |
Writes an empty line as info and status message.
|
|
InfoAndStatus ( this log, string messageFormat ) : void |
Writes the specified message as info and status message.
|
|
Status ( this log ) : void |
Writes an empty line as status message.
|
|
Status ( this log, string messageFormat ) : void |
Writes the specified message as status message.
|
|
WarningAndStatus ( this log ) : void |
Writes an empty line as warning and status message.
|
|
WarningAndStatus ( this log, string messageFormat ) : void |
Writes the specified message as warning and status message.
|
public static DebugAndStatus ( this log ) : void | ||
log | this | The log. |
return | void |
public static DebugAndStatus ( this log, string messageFormat ) : void | ||
log | this | The log. |
messageFormat | string | The message format. |
return | void |
public static ErrorAndStatus ( this log ) : void | ||
log | this | The log. |
return | void |
public static ErrorAndStatus ( this log, string messageFormat ) : void | ||
log | this | The log. |
messageFormat | string | The message format. |
return | void |
public static InfoAndStatus ( this log ) : void | ||
log | this | The log. |
return | void |
public static InfoAndStatus ( this log, string messageFormat ) : void | ||
log | this | The log. |
messageFormat | string | The message format. |
return | void |
public static Status ( this log ) : void | ||
log | this | The log. |
return | void |
public static Status ( this log, string messageFormat ) : void | ||
log | this | The log. |
messageFormat | string | The message format. |
return | void |
public static WarningAndStatus ( this log ) : void | ||
log | this | The log. |
return | void |
public static WarningAndStatus ( this log, string messageFormat ) : void | ||
log | this | The log. |
messageFormat | string | The message format. |
return | void |