111112113114115116117
shutdownState = state; } synchronized private void closedCheck() throws LoggerClosedException { if (!shutdownState.equals(ShutdownState.REGISTERED)) throw new LoggerClosedException(); }
106107108109110111112
133134135136137138139
} } private void checkClosed() throws LoggerClosedException { if (client == null) throw new LoggerClosedException(); }