AdvancedLauncher.Management.LogManager.Debug C# (CSharp) Method

Debug() public method

public Debug ( object message ) : void
message object
return void
        public void Debug(object message)
        {
            LOGGER.Debug(message);
        }

Same methods

LogManager::Debug ( object message, Exception exception ) : void