Click or drag to resize
ILogProviderAppendAllText Method
Appends the text to the file passed across. If the file does not exist then it is created.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AppendAllText(
	string fullPath,
	string text
)

Parameters

fullPath
Type: SystemString
text
Type: SystemString
See Also