1Alien::Build::Log::DefaUusletr(3C)ontributed Perl DocumeAnltiaetni:o:nBuild::Log::Default(3)
2
3
4
6 Alien::Build::Log::Default - Default Alien::Build log class
7
9 version 2.77
10
12 Alien::Build->log("message1");
13 $build->log("message2");
14
16 This is the default log class for Alien::Build. It does the sensible
17 thing of sending the message to stdout, along with the class that made
18 the log call. For more details about logging with Alien::Build, see
19 Alien::Build::Log.
20
22 log
23 $log->log(%opts);
24
25 Send single log line to stdout.
26
28 Alien::Build
29 Alien::Build::Log
30
32 Author: Graham Ollis <plicease@cpan.org>
33
34 Contributors:
35
36 Diab Jerius (DJERIUS)
37
38 Roy Storey (KIWIROY)
39
40 Ilya Pavlov
41
42 David Mertens (run4flat)
43
44 Mark Nunberg (mordy, mnunberg)
45
46 Christian Walde (Mithaldu)
47
48 Brian Wightman (MidLifeXis)
49
50 Zaki Mughal (zmughal)
51
52 mohawk (mohawk2, ETJ)
53
54 Vikas N Kumar (vikasnkumar)
55
56 Flavio Poletti (polettix)
57
58 Salvador Fandiño (salva)
59
60 Gianni Ceccarelli (dakkar)
61
62 Pavel Shaydo (zwon, trinitum)
63
64 Kang-min Liu (劉康民, gugod)
65
66 Nicholas Shipp (nshp)
67
68 Juan Julián Merelo Guervós (JJ)
69
70 Joel Berger (JBERGER)
71
72 Petr Písař (ppisar)
73
74 Lance Wicks (LANCEW)
75
76 Ahmad Fatoum (a3f, ATHREEF)
77
78 José Joaquín Atria (JJATRIA)
79
80 Duke Leto (LETO)
81
82 Shoichi Kaji (SKAJI)
83
84 Shawn Laffan (SLAFFAN)
85
86 Paul Evans (leonerd, PEVANS)
87
88 Håkon Hægland (hakonhagland, HAKONH)
89
90 nick nauwelaerts (INPHOBIA)
91
92 Florian Weimer
93
95 This software is copyright (c) 2011-2022 by Graham Ollis.
96
97 This is free software; you can redistribute it and/or modify it under
98 the same terms as the Perl 5 programming language system itself.
99
100
101
102perl v5.36.0 2023-01-20 Alien::Build::Log::Default(3)