public static class IrynaConfig.Irynaextends Object
Modifier and Type | Field and Description |
---|---|
static PrintStream | err |
static PrintStream | out |
static PrintStream | PACKET_LOG |
Constructor and Description |
---|
Iryna() |
@Property(key="iryna.output_stream", defaultValue="System.out", description="Output stream for logging purposes. Turn off with \"nop\" or change to a valid filepath for logging into a seperate log file")public static PrintStream out
@Property(key="iryna.error_stream", defaultValue="System.err", description="Output stream for logging purposes. Handles exception outputs. Turn off with \"nop\" or change to a valid filepath for logging into a seperate log file")public static PrintStream err
@Property(key="iryna.packet_log", defaultValue="System.out", description="Output stream for packet events. Turn off with \"nop\" or change to a valid filepath for logging in a seperate log file")public static PrintStream PACKET_LOG
Copyright © 2014–2015. All rights reserved.