GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Dancer2::Core::Role::Logger(3) User Contributed Perl Documentation Dancer2::Core::Role::Logger(3)

Dancer2::Core::Role::Logger - Role for logger engines

version 0.400000

Any class that consumes this role will be able to implement to write log messages.

In order to implement this role, the consumer must implement the "log" method. This method will receives as argument the "level" and the "message".

Charset to use when writing a message.

Name of the application. Can be used in the message.

This is a format string (or a preset name) to specify the log format.

The possible values are:

%h
host emitting the request
%t
date (local timezone, formatted like %d/%b/%Y %H:%M:%S)
%T
date (local timezone, formatted like %Y-%m-%d %H:%M:%S)
%u
date (UTC timezone, formatted like %d/%b/%Y %H:%M:%S)
%U
date (UTC timezone, formatted like %Y-%m-%d %H:%M:%S)
%P
PID
%L
log level
%D
timer
%m
message
%f
file name that emit the message
%l
line from the file
%i
request ID
%{$fmt}t
timer formatted with a valid time format
%{header}h
header value

Level to use by default.

Log messages as core.

Log messages as debug.

Log messages as info.

Log messages as warning.

Log messages as error.

Provides a common message formatting.

The logger configuration variable tells Dancer2 which engine to use.

You can change it either in your config.yml file:

    # logging to console
    logger: "console"

The log format can also be configured, please see "log_format" in Dancer2::Core::Role::Logger for details.

Dancer Core Developers

This software is copyright (c) 2022 by Alexis Sukrieh.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2022-03-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.