У нас вы можете посмотреть бесплатно NLog Tutorial (Overview) - A powerful and comprehensive Unity logging framework или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This tutorial provides an overview of the NLog Unity asset. NLog is available on the Unity3d asset store (http://u3d.as/Foc). NLog overview: NLog is a comprehensive Unity logging framework based upon the extremely popular open source project .NET NLog project (http://nlog-project.org). From the provided editor GUI you have dynamically control of logging levels, platforms, targets, content, and format. With NLog you can route your logging statements based upon class, namespace, or custom name to various targets. The available targets include Unity Console, In-Game Console, Remote Log Viewer, Log File, Email, or create your own. The In-Game Console allows you to debug inside your game while the Remote Log Viewer will have you debugging remotely in minutes. Each target has a layout property that controls message content and format. Select from the dropdown variable list to inject content like logging level, calling method, and timestamp into log messages. Alternatively use Unity Rich Text formatting to color code messages from a particular class or namespace. The logging level of each logger can also be controlled, allowing you to increase logging verbosity of the namespace(s) under development. With NLog you can improve performance by compiling out your logging statements on unselected platforms or logging levels. A log tester is built into to the GUI to help you verify and tweak your configurations. The available logging levels are Trace, Debug, Info, Warning, Error, Fatal, and Assert. NLog extensibility make it easy to create new targets and layout variables. Automatically instantiate NLog in new scripts using the AiUnity flagship product ScriptBuilder (https://www.assetstore.unity3d.com/#!..." - Automatically generate any Unity script). Resources: [Unity3d] Unity asset store (NLog): https://www.assetstore.unity3d.com/#!... [Website] AiUnity (Unity3d products): http://aiunity.com [Forum] AiUnity support: https://forum.aiunity.com [YouTube] Playlist (NLog): • NLog - A powerful and intuitive Unity logg... [YouTube] AiUnity subscribe: / @aiunity3233 [YouTube] AiUnity story: • Video NLog features: -Complete logging control with a comprehensive NLog Editor GUI. -Extended log levels are Trace, Debug, Info, Warning, Error, Fatal, and Assert. -Logging API overloads accept formatted arguments to eliminate string.format(). -Control what messaging level is enable for each platform independently. -Compile out logging statements on unselected platforms and levels. -Create rules to direct log messages to various targets on a class, namespace, or platform basis. -Use target properties to customize message content and destination features. -The Remote Log Viewer target can send log messages over UDP to a remote viewer. -The ugui base In-Game console target enables gameplay debug. -Target wrappers enables advanced features like multiple targets. -Add message content by using custom text or selectable internal variables. -Format messages with Unity Rich Text. -Use the comprehensive GUI to configure NLog or the underlying XML. -Verify configuration with build in tester. -Drop down menus give you quick access to targets and content variables. -GUI colors are themed for light and dark skin. -Retain the ability to navigate to Source code and GameObject with double clicks. -Dynamically switch between NLog source code and DLLs. -Extend NLog with custom targets, wrappers and layout variables. -Timeless asset in that logging will always be a fundamental debug tool. -Works with AiUnity products ScriptBuilder, CLog, and MultipleTags. -Dedicated website and forum available. -Tested on .NET 3.5 and 4.6. -Full source code provided. Table of Contents: 00:00 - Introduction 00:27 - Configuration 02:32 - Targets and Rules 05:45 - Example Configuration 07:44 - Usage