|   | LogFileWrite Method | 
        
        
            Queues the text for writing to the 
LogFile.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic void Write(
	string text
)
Public Sub Write ( 
	text As String
)
public:
void Write(
	String^ text
)
member Write : 
        text : string -> unit Parameters
- text  String
- The text to be written to the LogFile.
 See Also
See Also