 | LoggerBaseWriteLog method |
Writes an entry to the log file (or somewhere else), but is not recognised externally.
directly; rather, the logger should be called as a viewer
in the InfoController.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxprotected abstract void WriteLog(
string message
)
Protected MustOverride Sub WriteLog (
message As String
)
protected:
virtual void WriteLog(
String^ message
) abstract
abstract WriteLog :
message : string -> unit
Parameters
- message String
- The message text
See also