summaryrefslogtreecommitdiff
path: root/framework/Exceptions/messages.txt
diff options
context:
space:
mode:
authorxue <>2006-01-08 20:10:27 +0000
committerxue <>2006-01-08 20:10:27 +0000
commita02e83d8971568617a1723a2bd2b60b79c78faa8 (patch)
treedd7e8c6e2dc2ff661be7dcbb62cba0583ab56fd2 /framework/Exceptions/messages.txt
parent1ede802243d8532506a05fae3b62e0565fffea84 (diff)
Added documentation.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r--framework/Exceptions/messages.txt12
1 files changed, 11 insertions, 1 deletions
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 <route> 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