All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.beangle.ems.app.log.model.proto Maven / Gradle / Ivy

There is a newer version: 4.8.11
Show newest version
syntax = "proto3";

option java_package = "org.beangle.ems.app.log";
option java_outer_classname = "BusinessLogProto";

message BusinessLogEvent {
    string operator = 1;
    int64 operateAt = 2;
    string summary = 3;
    string details = 4;
    string resources = 5;
    string ip = 6;
    string agent = 7;
    string entry = 8;
    int32 level=9;
    string appName=10;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy