C# Класс Gears.Cloud._Debug.Debug

A class to handle static debug functions.
Показать файл Открыть проект

Открытые методы

Метод Описание
Out ( string msg ) : void

Outputs a message to the debug out log file and adds a datetime stamp.

Описание методов

Out() публичный статический Метод

Outputs a message to the debug out log file and adds a datetime stamp.
public static Out ( string msg ) : void
msg string The output message.
Результат void