start(Identifier, MFA) -> Result
start_link(Identifier, MFA) -> Result
Types
Identifier = string() | atom()MFA = {Mod, Func, Args}Mod = Func = atom()Args = [term()]Result = {ok, Pid} | {error, {already_started, Pid}}Pid = pid()This function starts the standalone nteventlog process and, if start_link/2 is used, links to it.
Identifier is an identifier as described above.
MFA is the supplied callback function. When nteventlog receives information about a new event, this function will be called as apply(Mod, Func, [Event|Args]) where Event is a tuple