This is the next part of the migration to Flogger. This change migrates
all classes of the 'sshd' module to Flogger. Classes of the 'httpd',
'server' and 'restapi' modules have been migrated by predecessor
changes. Other modules continue to use slf4j. They should be migrated by
follow-up changes.
During this migration we try to make the log statements more consistent:
- avoid string concatenation
- avoid usage of String.format(...)
Change-Id: I99d974697df8f7c817b1fcd3df642454a2e874b9
Signed-off-by: Edwin Kempin <ekempin@google.com>