added ggs_logger module and implemented some ggs_table stuff
This commit is contained in:
parent
62be1f04cc
commit
4be808049e
5 changed files with 52 additions and 23 deletions
|
@ -20,12 +20,12 @@
|
|||
%% Port = Integer
|
||||
%% Pid = #<Pid>
|
||||
start_link(Port) ->
|
||||
not_implemented().
|
||||
ggs_logger:not_implemented().
|
||||
|
||||
%% @doc Stops the dispatcher with the specified reason.
|
||||
%% @spec stop(Reason) -> ok.
|
||||
%% Reason = String
|
||||
stop(Reason) -> not_implemented().
|
||||
stop(Reason) -> ggs_logger:not_implemented().
|
||||
|
||||
|
||||
%% gen_server callbacks
|
||||
|
|
Reference in a new issue