Package com.google.gerrit.sshd
Class SshLogLayout
- java.lang.Object
-
- org.apache.log4j.Layout
-
- com.google.gerrit.sshd.SshLogLayout
-
- All Implemented Interfaces:
org.apache.log4j.spi.OptionHandler
public final class SshLogLayout extends org.apache.log4j.Layout
-
-
Constructor Summary
Constructors Constructor Description SshLogLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activateOptions()
String
format(org.apache.log4j.spi.LoggingEvent event)
boolean
ignoresThrowable()
-
-
-
Method Detail
-
format
public String format(org.apache.log4j.spi.LoggingEvent event)
- Specified by:
format
in classorg.apache.log4j.Layout
-
ignoresThrowable
public boolean ignoresThrowable()
- Specified by:
ignoresThrowable
in classorg.apache.log4j.Layout
-
activateOptions
public void activateOptions()
-
-