In the context of an ALL SERVER trigger on DDL_EVENT the:
raiserror (N'ğ', 0, 0) with log
will return the message (N'ğ') to the End User. This is not the behavior of xp_logevent, which is supposed to write the log without "disturbing" the end user.