search for: libraryservicecontroller

Displaying 1 result from an estimated 1 matches for "libraryservicecontroller".

2006 May 22
0
logger and ActionWebService - how can I get them to work together?
...ch coercion and stuff going on via the ActionWebService framework that I''m looking to fall-back to the tried and true methodology of using print statements. However, I can''t seem to get Logger to output anything to my ~/log/test.log file. Here''s an example: class LibraryServiceController < ApplicationController wsdl_service_name ''LibraryService'' web_service_api LibraryServiceApi # format is <controller_name>Api web_service_scaffold :invoke def new_item(username, type, title, length, size, state, unique_key) @user = User.find_by_login(us...