C# Class GonzoNet.Logger

A class for subscribing to messages logged by GonzoNet.
显示文件 Open project: RHY3756547/FreeSO

Public Methods

Method Description
Log ( string Message, LogLevel Lvl ) : void

Called by classes in GonzoNet to log a message.

Method Details

Log() public static method

Called by classes in GonzoNet to log a message.
public static Log ( string Message, LogLevel Lvl ) : void
Message string
Lvl LogLevel
return void