| Package | Description | 
|---|---|
| com.puppycrawl.tools.checkstyle | 
 Contains the implementation of the Checkstyle framework. 
 | 
| com.puppycrawl.tools.checkstyle.api | 
 Contains the core API to be used to implement checks. 
 | 
| Constructor and Description | 
|---|
DefaultLogger(OutputStream outputStream,
             AutomaticBean.OutputStreamOptions outputStreamOptions)
Creates a new  
DefaultLogger instance. | 
DefaultLogger(OutputStream infoStream,
             AutomaticBean.OutputStreamOptions infoStreamOptions,
             OutputStream errorStream,
             AutomaticBean.OutputStreamOptions errorStreamOptions)
Creates a new  
DefaultLogger instance. | 
DefaultLogger(OutputStream infoStream,
             AutomaticBean.OutputStreamOptions infoStreamOptions,
             OutputStream errorStream,
             AutomaticBean.OutputStreamOptions errorStreamOptions,
             AuditEventFormatter messageFormatter)
Creates a new  
DefaultLogger instance. | 
XMLLogger(OutputStream outputStream,
         AutomaticBean.OutputStreamOptions outputStreamOptions)
Creates a new  
XMLLogger instance. | 
| Modifier and Type | Method and Description | 
|---|---|
static AutomaticBean.OutputStreamOptions | 
AutomaticBean.OutputStreamOptions.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AutomaticBean.OutputStreamOptions[] | 
AutomaticBean.OutputStreamOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2001–2018. All rights reserved.