From a02e83d8971568617a1723a2bd2b60b79c78faa8 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 8 Jan 2006 20:10:27 +0000 Subject: Added documentation. --- framework/Exceptions/messages.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'framework/Exceptions/messages.txt') diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 54c8f04c..9626e261 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -163,4 +163,14 @@ bulletedlist_selectedindex_unsupported = TBulletedList.SelectedIndex is read-onl bulletedlist_selectedindices_unsupported= TBulletedList.SelectedIndices is read-only. bulletedlist_selectedvalue_unsupported = TBulletedList.SelectedValue is read-only. -radiobuttonlist_selectedindices_unsupported = TRadioButtonList.SelectedIndices is read-only. \ No newline at end of file +radiobuttonlist_selectedindices_unsupported = TRadioButtonList.SelectedIndices is read-only. + +logrouter_configfile_invalid = TLogRouter.ConfigFile '%s' does not exist. +logrouter_routeclass_required = Class attribute is required in configuration. +logrouter_routetype_required = Log route must be an instance of TLogRoute or its derived class. + +filelogroute_logpath_invalid = TFileLogRoute.LogPath '%s' must be a directory in namespace format and must be writable by the Web server process. +filelogroute_maxfilesize_invalid = TFileLogRoute.MaxFileSize must be greater than 0. +filelogroute_maxlogfiles_invalid = TFileLogRoute.MaxLogFiles must be greater than 0. + +emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty. \ No newline at end of file -- cgit v1.2.3