Package | Description |
---|---|
com.grey.logging | |
com.grey.logging.adapters | |
com.grey.naf | |
com.grey.naf.dns.synchronous | |
com.grey.naf.nafman | |
com.grey.naf.reactor |
Modifier and Type | Class and Description |
---|---|
class |
CharLogger
This logger faithfully writes out the log message as is, preserving the character-set encoding.
|
class |
LatinLogger
This logger optimises away some relatively expensive character handling by assuming the log messages are all 8-bit charsets,
and can be mapped to 1-to-1 to a byte stream.
|
class |
MemLogger
Accumulates log messages as an in-memory string.
|
class |
MTCharLogger
MT-safe wrapper around its non-MT parent.
|
class |
MTLatinLogger
MT-safe wrapper around its non-MT parent.
|
class |
SinkLogger
Null logger which discards all the messages passed to it.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Factory.getLogger() |
static Logger |
Factory.getLogger(Parameters params,
String name) |
static Logger |
Factory.getLogger(String name) |
static Logger |
Factory.getLogger(String cfgpath,
String name) |
static Logger |
Factory.getLogger(XmlConfig cfg,
String name) |
static Logger |
Factory.getLoggerNoEx(String name) |
Modifier and Type | Method and Description |
---|---|
static Logger |
JUL_Handler.getLogger(Logger grylog) |
static Logger |
JUL_Handler.getLogger(Logger grylog,
String name,
boolean fullinfo) |
protected static boolean |
Factory.removeMappedLogger(Logger log) |
Constructor and Description |
---|
JUL_Handler(Logger log,
boolean fullinfo) |
Modifier and Type | Class and Description |
---|---|
class |
AdapterJCL |
class |
AdapterSLF4J |
Modifier and Type | Method and Description |
---|---|
Logger |
Naflet.getLogger() |
Modifier and Type | Method and Description |
---|---|
void |
NAFConfig.announce(Logger log) |
protected void |
Launcher.appExec(ApplicationContextNAF appctx,
int param1,
Logger bootlog) |
void |
SSLConfig.declare(String pfx,
Logger logger) |
Constructor and Description |
---|
SynchronousResolver(ApplicationContextNAF appctx,
String dname,
boolean withNafman,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
static String |
NafManClient.submitCommand(String cmd,
String host,
int port,
Logger log) |
static String |
NafManClient.submitCommand(String cmd,
String hostport,
Logger log) |
static String |
NafManClient.submitLocalCommand(String cmd,
int port,
Logger log) |
static String |
NafManClient.submitLocalCommand(String cmd,
String cfgfile,
Logger log) |
Modifier and Type | Method and Description |
---|---|
Logger |
Dispatcher.getLogger() |
Logger |
ChannelMonitor.getLogger() |
Modifier and Type | Method and Description |
---|---|
static Dispatcher |
Dispatcher.create(ApplicationContextNAF appctx,
DispatcherDef def,
Logger log) |
static Dispatcher |
Dispatcher.createConfigured(ApplicationContextNAF appctx,
String dname,
Logger log) |
static List<Dispatcher> |
Dispatcher.launchConfigured(ApplicationContextNAF appctx,
Logger log) |
Constructor and Description |
---|
Producer(Class<T> clss,
Producer.Consumer<T> cons,
Logger log) |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.