Files
gerrit/java
David Pursehouse 4310ae0d24 SystemLog: Don't keep Config as a member
The instance is only used in the createAsyncAppender method to get the
value of core.asyncLoggingBufferSize.

Replace the Config instance with an int that is initialized in the
constructor.

Change-Id: I5528b4dc2b3e508cbac988cb7b5464cc2662a121
2017-11-21 22:26:23 +09:00
..