|
void | process (final String fmt, final Object[] args) |
|
◆ PreFormatter()
grammarscope.generator.codedeps.Logger.PreFormatter.PreFormatter |
( |
final String |
fmt, |
|
|
final Object... |
args |
|
) |
| |
Public ctor.
- Parameters
-
fmt | The formatting string |
args | The list of arguments |
◆ getArguments()
Object [] grammarscope.generator.codedeps.Logger.PreFormatter.getArguments |
( |
| ) |
|
Get new list of arguments.
- Returns
- The list of arguments
◆ getFormat()
String grammarscope.generator.codedeps.Logger.PreFormatter.getFormat |
( |
| ) |
|
Get new formatting string.
- Returns
- The formatting text
◆ process()
void grammarscope.generator.codedeps.Logger.PreFormatter.process |
( |
final String |
fmt, |
|
|
final Object[] |
args |
|
) |
| |
|
private |
Process the data provided.
- Parameters
-
fmt | The formatting string |
args | The list of arguments |
◆ arguments
transient List<Object> grammarscope.generator.codedeps.Logger.PreFormatter.arguments |
|
private |
◆ format
transient String grammarscope.generator.codedeps.Logger.PreFormatter.format |
|
private |
The documentation for this class was generated from the following file:
- generator/src/main/java/grammarscope/generator/codedeps/Logger.java