Changeset 8887 for lang/perl/Catalyst-Plugin-Log-Colorful
- Timestamp:
- 04/04/08 21:15:10 (5 years ago)
- Location:
- lang/perl/Catalyst-Plugin-Log-Colorful/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Catalyst/Plugin/Log/Colorful.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Catalyst-Plugin-Log-Colorful/trunk/Changes
r8519 r8887 1 1 Revision history for Catalyst-Plugin-Log-Colorful 2 3 0.12 2008-04-04/21:12 4 - fix POD 2 5 3 6 0.11 2008-03-30/22:06 -
lang/perl/Catalyst-Plugin-Log-Colorful/trunk/lib/Catalyst/Plugin/Log/Colorful.pm
r8519 r8887 6 6 use Data::Dumper; 7 7 8 our $VERSION = 0.1 1;8 our $VERSION = 0.12; 9 9 10 10 sub setup { … … 136 136 =head1 SYNOPSYS 137 137 138 sub foo : Private {139 my ($self , $c ) = @_;140 $c->log->debug('debug');141 $c->log->info( 'info');142 $c->log->warn( 'warn');143 $c->log->error('error');144 $c->log->fatal('fatal');145 146 $c->log->debug('debug' , 'red','white');147 $c->log->warn( 'warn' , 'blue' );148 }138 sub foo : Private { 139 my ($self , $c ) = @_; 140 $c->log->debug('debug'); 141 $c->log->info( 'info'); 142 $c->log->warn( 'warn'); 143 $c->log->error('error'); 144 $c->log->fatal('fatal'); 145 146 $c->log->debug('debug' , 'red','white'); 147 $c->log->warn( 'warn' , 'blue' ); 148 } 149 149 150 150 myapp.yml # default color is set but can change.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)