New SLF4J logger log4s. ANSI colors

Used jANSI for Windows console color support. Log4s for a Scala logging
facade (which uses SLF4J). Using logback as the logging driver.
This commit is contained in:
Chord 2016-05-01 04:37:36 -04:00
parent 36d9f5134c
commit 1318ebd751
7 changed files with 77 additions and 39 deletions

View file

@ -59,7 +59,7 @@ class GamePacketTest extends Specification {
val pkt = PacketCoding.EncodePacket(msg).require.toByteVector
println(pkt)
//println(pkt)
true mustEqual true
}