# Packages
No description provided by the author
# Functions
No description provided by the author
CleanComments used for remove non-standard json comments.
FormatWithEnv format string with environment value, ex: %{HOSTNAME}.
FormatWithTime format string with current time, ex: %{+2006-01-02}.
LoadDefaultConfig Load default-config from string.
LoadFromData Load config from data([]byte).
LoadFromFile Load config from file.
LoadFromString Load config from string.
ReflectConfig Reflect config.
RegistFilterHandler Registe FilterHandler.
Registe InputHandler.
Registe OutputHandler.
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
CommonConfig Common config for logcool.
Config config struct for config-raw.
FilterConfig Filter base type struct.
Input base type struct.
LogEvent struct that is also the Based struct.
Output base type struct.
# Interfaces
FilterHandler type interface.
InputHandler type interface.
OutputHandler type interface.
TypeConfig Config struct for the logcool.
TypeFilterConfig Filter base type interface.
Input base type interface.
Output base type interface.
# Type aliases
ConfigRaw config raw type.