public class PortLoggerFactory extends Object
| Constructor and Description |
|---|
PortLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
static PortLogger |
getLogger(Class<?> clazz,
OutputCollector output)
Creates an output port logger for the given type.
|
static PortLogger |
getLogger(String name,
OutputCollector output)
Creates an output port logger with the given name.
|
public static PortLogger getLogger(Class<?> clazz, OutputCollector output)
clazz - The type being logged.port - The output collector to which to log messages.public static PortLogger getLogger(String name, OutputCollector output)
name - The logger name.port - The output collector to which to log messages.Copyright © 2013-2014. All Rights Reserved.