[Catalyst] Catalyst 5 Preview, Part 4

Sebastian Riedel sri at oook.de
Sat Apr 9 00:58:22 CEST 2005


Ok, this time i'm going to show you the new logs. :)
This one is from MiniMojo.

localhost:~/MiniMojo sri$ script/server.pl
[Sat Apr  9 00:46:57 2005] [catalyst] [debug] Debug messages enabled
[Sat Apr  9 00:46:58 2005] [catalyst] [debug] Loaded plugins
.=---------------------------------------------------------------------- 
------=.
| Catalyst::Plugin::Ajax                                                 
       |
'=---------------------------------------------------------------------- 
------='
[Sat Apr  9 00:46:59 2005] [catalyst] [debug] Loaded engine  
"Catalyst::Engine::HTTP"
[Sat Apr  9 00:47:00 2005] [catalyst] [debug] Loaded tables "page"
[Sat Apr  9 00:47:00 2005] [catalyst] [debug] Loaded components
.=---------------------------------------------------------------------- 
------=.
| MiniMojo::M::CDBI                                                      
       |
| MiniMojo::M::CDBI::Page                                                
       |
| MiniMojo::V::TT                                                        
       |
| MiniMojo::C::Page                                                      
       |
'=---------------------------------------------------------------------- 
------='
[Sat Apr  9 00:47:00 2005] [catalyst] [debug] Loaded private actions
.=-----------------------------+------------------------------ 
+---------------=.
| Private                      | Class                        | Code     
        |
|=-----------------------------+------------------------------ 
+---------------=|
| /page                        | MiniMojo                     |  
CODE(0x856084) |
| /default                     | MiniMojo                     |  
CODE(0x933f68) |
| /end                         | MiniMojo                     |  
CODE(0x977fa8) |
| /page/edit                   | MiniMojo::C::Page            |  
CODE(0x82ad3c) |
'=-----------------------------+------------------------------ 
+---------------='
[Sat Apr  9 00:47:00 2005] [catalyst] [debug] Loaded public actions
.=-------------------------------------- 
+-------------------------------------=.
| Public                                | Private                        
        |
|=-------------------------------------- 
+-------------------------------------=|
| /edit                                 | page/edit                      
        |
'=-------------------------------------- 
+-------------------------------------='

[Sat Apr  9 00:47:00 2005] [catalyst] [info] MiniMojo powered by  
Catalyst 5.00
You can connect to your server at http://localhost:3000/
[Sat Apr  9 00:54:41 2005] [catalyst] [debug]  
**********************************
[Sat Apr  9 00:54:41 2005] [catalyst] [debug] * Request 1 (0.125/s)  
[14735]
[Sat Apr  9 00:54:41 2005] [catalyst] [debug]  
**********************************
[Sat Apr  9 00:54:41 2005] [catalyst] [debug] "GET" request for "" from  
localhost(127.0.0.1)
[Sat Apr  9 00:54:41 2005] [catalyst] [debug] Rendering template  
"view.tt"
[Sat Apr  9 00:54:41 2005] [catalyst] [info] Request took 0.629820s  
(1.588/s)
.=----------------------------------------------------------------- 
+----------=.
| Action                                                           |  
Time      |
|=----------------------------------------------------------------- 
+----------=|
| -> /page                                                         |  
0.009396s |
| /default                                                         |  
0.010406s |
| -> MiniMojo::V::TT->process                                      |  
0.490255s |
| /end                                                             |  
0.491056s |
'=----------------------------------------------------------------- 
+----------='

Well, it's quite easy to understand, we now use Text::ASCIITable to  
make things more transparent.
(If you're some misunderstood crazy artist, feel free to send patches  
making it even cuter) ;)

--
sebastian




More information about the Catalyst mailing list