Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37411377
en ru br
ALT Linux repositórios
S:1.4.27-alt1
5.0: 1.4.14-alt1
4.1: 1.4.11-alt1
4.0: 1.4.10-alt2
3.0: 1.4.6-alt1

Group :: Desenvolvimento/C
RPM: gcc-common

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# Logging Configuration
# ---------------------
# By setting properties in this file, you can change the behavior
# of the java.util.logging framework. Some examples are listed below.
#
#
# To change the logging threshold of all loggers to the value
# java.util.logging.Level.CONFIG, un-comment the following line:
#
# .level=CONFIG
#
#
# To change the logging threshold of all loggers in the "foo.bar"
# namespace to java.util.logging.Level.FINEST, un-comment the follwing
# line. This will also affect any children, such as "foo.bar.baz".
#
# foo.bar.level=FINEST
#
#
# To register a FileHandler for the "foo.bar" namespace and its
# children, un-comment the following line. By default, the FileHandler
# will write XML-formatted messages into a file "java0.log" in the
# user's home directory.
#
# foo.bar.handlers=java.util.logging.FileHandler
#
#
# To make a FileHandler use plain text instead of XML, and to place
# the log file into a different location (such as /tmp/myfile.log
# or /var/tmp/myfile.log), un-comment the following:
#
# java.util.logging.FileHandler.pattern=%t/myfile.log
# java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
#
#
# Logging can be configured in many ways. For more information, please
# look at the documentation of the java.util.logging package.


# Send log records to System.err, default to INFO per documentation.
handlers = java.util.logging.ConsoleHandler
.level = INFO
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009