summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ConsoleLogManager.java
Commit message (Collapse)AuthorAgeLines
* Bulk pending cleanup.Wesley Wolfe2012-09-09-3/+3
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-2/+0
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-11/+5
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Don't try to parse directories if we don't have any.Travis Watkins2012-06-06-1/+4
|
* Try to make parent directories for --log-pattern path. Fixes BUKKIT-680Travis Watkins2012-06-04-1/+51
|
* Add option to strip color codes from server.log fileTravis Watkins2012-05-16-1/+1
|
* Fix formatting.Erik Broes2012-01-15-6/+8
|
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-1/+1
|
* Added command line logging configuration which enables log file:stevenh2011-07-10-1/+7
| | | | | | | | | * Size limiting (--log-limit <size in bytes>) * Rotation (--log-count <count of files>) * Custom naming (--log-pattern <filename pattern>) * Append (--log-append <true|false>) Note: This is done via command line and not bukkit-settings as that would require lots of refactoring of both core server and CraftBukkit due to the current initialisation ordering and depenencies. All settings default to that of the standard server
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-1/+0
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-1/+2
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-6/+6
|
* Minor cleanupsErik Broes2011-03-23-2/+3
|
* Added command line option 'date-format' to control how dates are printed to ↵Dinnerbone2011-02-26-3/+4
| | | | console (not to log)
* Much better console interaction. History, no more losing the command, ↵Dinnerbone2011-02-25-3/+7
| | | | colours, inline editing, etc. Shorter log output to console (but not to file).
* Generic code cleanupErik Broes2011-02-23-8/+9
|
* Make all new loggers default to the same logging as "Minecraft" (to console ↵Dinnerbone2011-02-20-0/+42
+ file, same format)