C# Класс CryEngine.API.Logging

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

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

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

Logs a warning message to the console

Log ( string format ) : void

Logs a message to the console

LogAlways ( string format ) : void

Logs a message to the console, regardless of log_verbosity settings

Приватные методы

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

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

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

Logs a warning message to the console
public static CryWarning ( string format ) : void
format string
Результат void

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

Logs a message to the console
public static Log ( string format ) : void
format string
Результат void

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

Logs a message to the console, regardless of log_verbosity settings
public static LogAlways ( string format ) : void
format string
Результат void