C# Класс SkyNet.Log.Event

Logged event class
Показать файл Открыть проект

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

Метод Описание
Print ( ) : void

Print this event to the console

ToString ( ) : string

Return this event as a string with the format "[time][type] data"

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

Print() публичный Метод

Print this event to the console
public Print ( ) : void
Результат void

ToString() публичный Метод

Return this event as a string with the format "[time][type] data"
public ToString ( ) : string
Результат string