Click or drag to resize

ProfileBehaviorLogSoftError Method

Logs an error

Namespace:  ff14bot.NeoProfiles
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected void LogSoftError(
	string text,
	params Object[] args
)

Parameters

text
Type: SystemString
args
Type: SystemObject
See Also