public class SynthesizedLoggerFactory extends Object implements Factory<SynthesizedLogger>
Modifier and Type | Field and Description |
---|---|
private SystemPropertyCenter |
propCenter
|
private static long |
serialVersionUID
|
private String |
username
|
Constructor and Description |
---|
SynthesizedLoggerFactory(String username,
SystemPropertyCenter propCenter)
Constructor of SynthesizedLoggerFactory with fixed log listener settings.
|
private static final long serialVersionUID
private String username
private SystemPropertyCenter propCenter
public SynthesizedLoggerFactory(@Nonnull String username, @Nonnull SystemPropertyCenter propCenter)
username
- Name of the logger user.propCenter
- Properties of the system.@Nonnull public SynthesizedLogger produce()
Factory
produce
in
interface Factory<SynthesizedLogger>