docs.unity3d.com
    Show / Hide Table of Contents

    Class BaseLogger

    Inheritance
    Object
    BaseLogger
    Logger
    ScreenCapture
    Namespace: Unity.Simulation
    Syntax
    public abstract class BaseLogger

    Fields

    _extension

    Declaration
    protected string _extension
    Field Value
    Type Description
    String

    _loggerSuffixOption

    Declaration
    protected LoggerSuffixOption _loggerSuffixOption
    Field Value
    Type Description
    LoggerSuffixOption

    _name

    Declaration
    protected string _name
    Field Value
    Type Description
    String

    _sequence

    Declaration
    protected int _sequence
    Field Value
    Type Description
    Int32

    _suffixAction

    Declaration
    protected Func<string> _suffixAction
    Field Value
    Type Description
    Func<String>

    _type

    Declaration
    protected string _type
    Field Value
    Type Description
    String

    _userPath

    Declaration
    protected string _userPath
    Field Value
    Type Description
    String

    Methods

    GetPath()

    Declaration
    public string GetPath()
    Returns
    Type Description
    String

    SetOutputPath(String, String, String, String, Func<String>, LoggerSuffixOption)

    Declaration
    public void SetOutputPath(string type, string name, string extension, string userPath = "", Func<string> suffixAppend = null, LoggerSuffixOption option = LoggerSuffixOption.SEQ_NO)
    Parameters
    Type Name Description
    String type
    String name
    String extension
    String userPath
    Func<String> suffixAppend
    LoggerSuffixOption option
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023