 | LoggerWriteLog method |
Writes an entry to the log file, but is not recognised externally.
directly; instead, the logger must be called as a viewer via
enter its HandleInfoForLog method in the InfoController.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxprotected override void WriteLog(
string message
)
Protected Overrides Sub WriteLog (
message As String
)
protected:
virtual void WriteLog(
String^ message
) override
abstract WriteLog :
message : string -> unit
override WriteLog :
message : string -> unit
Parameters
- message String
- The message text
See also