mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-03 04:00:20 +00:00
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:
parent
36d9f5134c
commit
1318ebd751
7 changed files with 77 additions and 39 deletions
|
|
@ -59,7 +59,7 @@ class GamePacketTest extends Specification {
|
|||
|
||||
val pkt = PacketCoding.EncodePacket(msg).require.toByteVector
|
||||
|
||||
println(pkt)
|
||||
//println(pkt)
|
||||
|
||||
true mustEqual true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue