ConsoleAndFileLoggerWriteLineToLog Method |
Writes a text to the log file.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual void WriteLineToLog(
string text
)
Parameters
- text
- Type: SystemString
The text to write.
See Also