Show / Hide Table of Contents

Interface INetLogger

Interface to implement for your own logger

Namespace: LiteNetLib
Assembly: LiteNetLib.dll
Syntax
public interface INetLogger

Methods

WriteNet(NetLogLevel, string, params object[])

Declaration
void WriteNet(NetLogLevel level, string str, params object[] args)
Parameters
Type Name Description
NetLogLevel level
string str
object[] args
In this article
Back to top Generated by DocFX