summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ConsoleLogFormatter.java
Commit message (Collapse)AuthorAgeLines
* Use standard format function to format logs. Addresses BUKKIT-2246EdGruberman2012-08-21-2/+2
| | | | Also fix "excess" Log Levels.
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-1/+1
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-1/+3
| | | | | | | | | | | | | 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
* Add option to strip color codes from server.log fileTravis Watkins2012-05-16-2/+14
|
* Add ConsoleLogFormatter for diff visibilityTravis Watkins2012-05-15-0/+51