Current section

Files

Jump to
mist src mist@internal@logger.erl
Raw

src/mist@internal@logger.erl

-module(mist@internal@logger).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function]).
-export([error/1]).
-spec error(any()) -> nil.
error(Data) ->
logger:error(unicode:characters_to_list(<<"~tp"/utf8>>), [Data]).