-module(json_logger_formatter). -export([format/2]). format(LogEvent, _FConfig)-> jsone:encode(LogEvent).