The fcSDK ships with multiple logging configuration sample files. The sample files are located in your fcSDK installation directory, in the /samples/logging/ directory. Each of these sample files is described in more detail below.
Log all information to a rolling log file.
Only log SQL statements to a rolling log file.
Only log information about large/lengthy SQL queries to a rolling log file.
Send errors to an administrator via email (SMTP).
Log Errors to the Windows Event Log
Log all information for one user to a rolling log file.
Log all information to a custom Microsoft SQL Server database table.
Log all information to a custom Oracle database table.
Log all information to a rolling log file, log errors to the Windows Event Log, and send errors to an administrator via email (SMTP).
Log all information to a rolling log file, and log all information for one user to a different rolling log file.
Please visit the Apache Logging Services: log4net Homepage for documentation on log4net. The most important links are the Manual, the FAQ, and the Configuration Examples