 | LoggerBaseLog method |
Accepts an entry for logging.
Provides timer- or counter-controlled buffering of messages.
Does not log itself directly, but calls the method abstract defined here
WriteLog, in which the physical writing then takes place.
Flows the buffer asynchronously to improve logging performance.
Namespace: NetEti.ApplicationControlAssembly: NetEti.Logging (in NetEti.Logging.dll) Version: 1.0.0+b865061c8026804ece26684b7dc3403284234a08
Syntaxpublic void Log(
string message
)
Public Sub Log (
message As String
)
public:
void Log(
String^ message
)
member Log :
message : string -> unit
Parameters
- message String
- The message text
See also