public class LogPattern extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogPattern.Log
Internally used to keep in memory a log to write.
|
| Constructor and Description |
|---|
LogPattern(String pattern)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
generate(LogPattern.Log log)
Generate a log string.
|
boolean |
needsLocation() |
boolean |
needsThreadName() |
public LogPattern(String pattern)
public boolean needsThreadName()
public boolean needsLocation()
public StringBuilder generate(LogPattern.Log log)
Copyright © 2019. All rights reserved.