mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 04:41:01 +00:00
move colored logger to text logger
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1513 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
0d6c2c52a9
commit
5fee121c52
1 changed files with 19 additions and 52 deletions
|
|
@ -10,7 +10,7 @@
|
|||
# print status output
|
||||
#status=1
|
||||
# change the logging type
|
||||
#log=colored
|
||||
#log=xml
|
||||
# turn on/off --verbose
|
||||
#verbose=1
|
||||
# turn on/off --warnings
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
# turn on/off --quiet
|
||||
#quiet=1
|
||||
# additional file output
|
||||
#fileoutput = text, colored, html, gml, sql
|
||||
#fileoutput = text, html, gml, sql
|
||||
|
||||
# fields names:
|
||||
# all (for all fields)
|
||||
|
|
@ -37,10 +37,27 @@
|
|||
# outro (the blurb at the end, "found x errors ...")
|
||||
|
||||
# each Logger can have separate configuration parameters
|
||||
|
||||
# standard text logger
|
||||
[text]
|
||||
#filename=linkchecker-out.txt
|
||||
#fields=all
|
||||
# colors for the various parts, syntax is <color> or <type>;<color>
|
||||
# type can be bold, light, blink, invert
|
||||
# color can be default, black, red, green, yellow, blue, purple, cyan, white,
|
||||
# Black, Red, Green, Yellow, Blue, Purple, Cyan, White
|
||||
#colorparent=white
|
||||
#colorurl=default
|
||||
#colorname=default
|
||||
#colorreal=cyan
|
||||
#colorbase=purple
|
||||
#colorvalid=bold;green
|
||||
#colorinvalid=bold;red
|
||||
#colorinfo=default
|
||||
#colorwarning=bold;yekkiw
|
||||
#colordltime=default
|
||||
#colorreset=default
|
||||
#fields=all
|
||||
|
||||
# GML logger
|
||||
[gml]
|
||||
|
|
@ -73,56 +90,6 @@
|
|||
#tableok=<td bgcolor=#3ba557>
|
||||
#fields=all
|
||||
|
||||
# ANSI color logger
|
||||
# Format: {attr1};...;{attrn}
|
||||
#
|
||||
# 0 Reset all attributes
|
||||
# 1 Bright
|
||||
# 2 Dim
|
||||
# 4 Underscore
|
||||
# 5 Blink
|
||||
# 7 Reverse
|
||||
# 8 Hidden
|
||||
#
|
||||
# Foreground Colors
|
||||
# 30 Black
|
||||
# 31 Red
|
||||
# 32 Green
|
||||
# 33 Yellow
|
||||
# 34 Blue
|
||||
# 35 Magenta
|
||||
# 36 Cyan
|
||||
# 37 White
|
||||
#
|
||||
# Background Colors
|
||||
# 40 Black
|
||||
# 41 Red
|
||||
# 42 Green
|
||||
# 43 Yellow
|
||||
# 44 Blue
|
||||
# 45 Magenta
|
||||
# 46 Cyan
|
||||
# 47 White
|
||||
#
|
||||
[colored]
|
||||
#filename=linkchecker-out.colored
|
||||
# colors for the various parts, syntax is <color> or <type>;<color>
|
||||
# type can be bold, light, blink, invert
|
||||
# color can be default, black, red, green, yellow, blue, purple, cyan, white,
|
||||
# Black, Red, Green, Yellow, Blue, Purple, Cyan, White
|
||||
#colorparent=white
|
||||
#colorurl=default
|
||||
#colorname=default
|
||||
#colorreal=cyan
|
||||
#colorbase=purple
|
||||
#colorvalid=bold;green
|
||||
#colorinvalid=bold;red
|
||||
#colorinfo=default
|
||||
#colorwarning=bold;yekkiw
|
||||
#colordltime=default
|
||||
#colorreset=default
|
||||
#fields=all
|
||||
|
||||
# blacklist logger
|
||||
[blacklist]
|
||||
#filename=~/.blacklist
|
||||
|
|
|
|||
Loading…
Reference in a new issue