public class LogHelper extends java.lang.Object implements Helper<java.lang.Object>
{{log "Look at me!" }} {{log "This is logged" foo "And so is this"}} {{log "Log!" level="error"}} {{#log}} Hi {{name}}! {{/log}}
Modifier and Type | Field and Description |
---|---|
static Helper<java.lang.Object> |
INSTANCE
A singleton instance of this helper.
|
static java.lang.String |
NAME
The helper's name.
|
Constructor and Description |
---|
LogHelper() |
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
apply(java.lang.Object context,
Options options)
Apply the helper to the context.
|
public static final Helper<java.lang.Object> INSTANCE
public static final java.lang.String NAME
Copyright © 2010 - 2020 Adobe. All Rights Reserved